mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Feature to enable/disable termination protection for ec2 instancesi
Fixes: #45496
This commit is contained in:
parent
b49f1374f3
commit
90dd22c3b3
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue