Skip to content

1.2.0

Compare
Choose a tag to compare
@andrewdmay andrewdmay released this 07 Dec 18:58
· 36 commits to master since this release
c3c2630
  • 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.