Skip to content

Commit

Permalink
select relay state by partition
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 16, 2026
1 parent d3ffde2 commit 9170c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policies/sc-servicecatalog-t1/settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ locals {
"AWSServiceCatalogEndUserFullAccess"
]
customer_managed_policy_names = {}
relay_state = "https://console.amazonaws-us-gov.com/servicecatalog/home"
relay_state = data.aws_arn.current.partition == "aws-us-gov" ? "https://console.amazonaws-us-gov.com/servicecatalog/home" : "https://console.aws.amazon.com/servicecatalog/home"
inline_policy = data.aws_iam_policy_document.inline
}

0 comments on commit 9170c74

Please sign in to comment.