There's no reason not to try the auto-delete for this status too, but
we do show another warning about permissions, since ROLLBACK_FAILED
usually indicates the user didn't have enough permissions to remove
so-far-created resources -- and they're likely to be that same user now,
and still lack those permissions.
Output "Deleting Stack" immediately
26b006c
Otherwise, things can appear hung.
Remove extra message metadata
23018cf
The calling function already adds the
stackName
viawithThreadContext
, so this was redundant.Offer to delete ROLLBACK_FAILED Stacks too
e4ec828
There's no reason not to try the auto-delete for this status too, but we do show another warning about permissions, since
ROLLBACK_FAILED
usually indicates the user didn't have enough permissions to remove so-far-created resources -- and they're likely to be that same user now, and still lack those permissions.