Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@PaulDuvall
Created July 31, 2020 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulDuvall/0dae0be3b2ab374f6a41db37d0c1844c to your computer and use it in GitHub Desktop.
Save PaulDuvall/0dae0be3b2ab374f6a41db37d0c1844c to your computer and use it in GitHub Desktop.
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