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 b1bbf48 commit 33ddb03Copy full SHA for 33ddb03
1 file changed
tools/aws/account-nuke.sh
@@ -4,7 +4,7 @@
4
##
5
set -e
6
echo -e "\n"
7
-AWS_NUKE_VERSION=v3.52.1
+AWS_NUKE_VERSION=v3.60.0
8
9
[ "$(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"
10
0 commit comments