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
for TABLE in $(aws --profile=${AWS_PROFILE} dynamodb list-tables | jq -r ".TableNames[] | select(contains(\"${DEPLOY_NAME}-cumulus-${MATURITY}\"))"); do
#don't delete the tf-locks table
if [ "${TABLE}" != "${DEPLOY_NAME}-cumulus-${MATURITY}-tf-locks" ]; then