Skip to content

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGueury committed Dec 27, 2024
1 parent 81a3a28 commit 37b17a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions basis/bin/destroy_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ if [ "$CONFIDENTIAL_APP_OCID" != "" ]; then
# Disable the app before destroy... (Bug?) if not destroy fails...
echo "Confidential app: set active to false"
get_output_from_tfstate "IDCS_URL" "idcs_url"
# Remove trailing /
IDCS_URL=${IDCS_URL::-1}
oci identity-domains app-status-changer put --active false --app-status-changer-id $CONFIDENTIAL_APP_OCID --schemas '["urn:ietf:params:scim:schemas:oracle:idcs:AppStatusChanger"]' --endpoint $IDCS_URL --force
fi

Expand Down

0 comments on commit 37b17a7

Please sign in to comment.