Created
July 31, 2020 14:13
-
-
Save PaulDuvall/0dae0be3b2ab374f6a41db37d0c1844c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Deleting $STACK_NAME stack" | |
aws cloudformation delete-stack --stack-name $STACK_NAME | |
echo "WAITING on $STACK_NAME to be deleted..." | |
aws cloudformation wait stack-delete-complete --stack-name $STACK_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment