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 81b21ed commit 2686d4dCopy full SHA for 2686d4d
glueops-tests/destroy-aws.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-AWS_NUKE_VERSION=v3.60.0
+AWS_NUKE_VERSION=v3.61.0
3
# reference: https://github.com/GlueOps/scripts-teardown-aws-amazon-web-services
4
echo "Preform an AWS Cleanup with AWS Nuke"
5
wget https://github.com/ekristen/aws-nuke/releases/download/$AWS_NUKE_VERSION/aws-nuke-$AWS_NUKE_VERSION-linux-amd64.tar.gz && tar -xvf aws-nuke-$AWS_NUKE_VERSION-linux-amd64.tar.gz && rm aws-nuke-$AWS_NUKE_VERSION-linux-amd64.tar.gz
0 commit comments