You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REGION=$(${AWS_CLI_BIN} configure get region||echo"")
128
128
AWS_REGION=${AWS_REGION:-$REGION}
129
+
if [[ "x${AWS_REGION}"="x" ]];then
130
+
printf"${COLOR_RED}Pre-flight check failed: Missing AWS region. Use the \`aws configure set default.region\` command or set the \"AWS_REGION\" environment variable.\n">&2
0 commit comments