You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enable Termination Protection by default when creating or updating stacks
If there are no changes when doing a deploy, but Termination Protection is not currently enabled, it will add termination protection (whether supplying --auto-apply or not)
Add TerminationProtection: False to the config file if you don't want Termination Protection
Termination Protection will automatically be disabled when you run the delete command if set
Require confirmation for the delete command, either by supplying the -Y/--yes flag, or the interactive prompt.