Skip to content

Commit 2686d4d

Browse files
chore: Update AWS Nuke version to v3.61.0 (#325)
1 parent 81b21ed commit 2686d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glueops-tests/destroy-aws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
AWS_NUKE_VERSION=v3.60.0
2+
AWS_NUKE_VERSION=v3.61.0
33
# reference: https://github.com/GlueOps/scripts-teardown-aws-amazon-web-services
44
echo "Preform an AWS Cleanup with AWS Nuke"
55
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

Comments
 (0)