Skip to content

Commit 33ddb03

Browse files
chore: Update AWS Nuke version to v3.60.0 (#67)
1 parent b1bbf48 commit 33ddb03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/aws/account-nuke.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
##
55
set -e
66
echo -e "\n"
7-
AWS_NUKE_VERSION=v3.52.1
7+
AWS_NUKE_VERSION=v3.60.0
88

99
[ "$(aws sts get-caller-identity --query Account --output text)" = "$(aws organizations describe-organization --query Organization.MasterAccountId --output text)" ] && echo -e "\e[32mCHECKS PASSED. PLEASE PROCEED\e[0m" || echo -e "\e[31mYOU MUST RUN THIS FROM THE ROOT ORG ACCOUNT. STOP IMMEDIATELY.\e[0m"
1010

0 commit comments

Comments
 (0)