* 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.