We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2089e5 commit 3c3c286Copy full SHA for 3c3c286
PetAdoptions/cdk/pet_stack/resources/destroy_stack.sh
@@ -34,7 +34,7 @@ cdk destroy $STACK_NAME --force
34
35
# Sometimes the SqlSeeder doesn't get deleted cleanly. This helps clean up the environment completely including Sqlseeder
36
aws cloudformation delete-stack --stack-name $STACK_NAME_APP
37
-aws cloudformation delete-stack --stack-name $STACK_NAME
+aws cloudformation delete-stack --stack-name $STACK_NAME
38
39
aws cloudwatch delete-dashboards --dashboard-names "EKS_FluentBit_Dashboard"
40
0 commit comments