From ca2b558f010c9e8446743bf598ed92eb45a55921 Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 8 Jul 2026 14:25:22 -0400 Subject: [PATCH] update --- local-app/python-tools/idc-membership-check/user_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-app/python-tools/idc-membership-check/user_update.sh b/local-app/python-tools/idc-membership-check/user_update.sh index b4dfe328..3fd48f9b 100755 --- a/local-app/python-tools/idc-membership-check/user_update.sh +++ b/local-app/python-tools/idc-membership-check/user_update.sh @@ -136,7 +136,7 @@ then targets+=" -target=data.ldap_object.users[\"$u\"]" targets+=" -target=aws_identitystore_user.users[\"$u\"]" done - echo "tf-destroy -refresh-false -approve $targets" + #echo "tf-destroy -refresh-false -approve $targets" #tf-destroy -auto-approve $targets tf-plan -refresh=false -destroy -out=$TMPDIR/user_delete.tfplan $targets tf-plan summary