Feature to enable/disable termination protection for ec2 instancesi

Fixes: #45496
This commit is contained in:
Amit Chotaliya 2019-01-08 13:49:57 +00:00 committed by Daniel Wozniak
parent b49f1374f3
commit 90dd22c3b3

View file

@ -71,6 +71,10 @@ To use the EC2 cloud module, set up the cloud configuration at
# Pass userdata to the instance to be created
userdata_file: /etc/salt/my-userdata-file
# Instance termination protection setting
# Default is disabled
termination_protection: False
:depends: requests
"""
# pylint: disable=invalid-name,function-redefined