go-to-k/delstack

[Feature] Check all stacks for TerminationProtection before starting deletion when multiple stacks

go-to-k opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
When deleting multiple stacks, if the stack executed in the middle has TerminationProtection, it will terminate with an error on that stack after the previous stack is deleted. Better to know it first and not start deleting all the stacks.

Describe the solution you'd like
Check all stacks for TerminationProtection before starting deletion when multiple stacks.

Additional context

Add any other context or screenshots about the feature request here.