From b3f87b2fa13beb03792db39c4d8f31ec30816c14 Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 25 Mar 2026 15:42:15 -0400 Subject: [PATCH] fix --- policies/sc-operator/settings.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/policies/sc-operator/settings.tf b/policies/sc-operator/settings.tf index 85d0a71..03aa619 100644 --- a/policies/sc-operator/settings.tf +++ b/policies/sc-operator/settings.tf @@ -7,5 +7,6 @@ locals { ] customer_managed_policy_names = {} # relay_state = data.aws_arn.current.partition == "aws-us-gov" ? "https://console.amazonaws-us-gov.com/X/home" : "https://console.aws.amazon.com/X/home" + relay_state = null inline_policy = data.aws_iam_policy_document.inline }