Skip to content

Commit

Permalink
update destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
bflynn-cms committed Aug 26, 2024
1 parent b1f86ba commit 75ce829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion destroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ do
}'`
#force delete the bucket
echo 'Deleting bucket ' $x
echo `aws s3api rb s3://$x --force`
echo `aws s3 rb s3://$x --force`
done
echo 'deleting stack: ' $i
echo `aws cloudformation delete-stack --stack-name $i`
Expand Down

0 comments on commit 75ce829

Please sign in to comment.