Skip to content

Commit

Permalink
Enhancement | Template updated to have the sso_region key filled dyna…
Browse files Browse the repository at this point in the history
…mically (ISSUE-92 from Leverage) (#26)
  • Loading branch information
juanmatias authored Sep 7, 2022
1 parent 8ed0f21 commit f902bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/config/common.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ vault_token = "s.XXXXXXXXXXXXXXXXXXXXXX.Apshc"
# AWS SSO
sso_enabled = false
sso_start_url = "https://bbleverage.awsapps.com/start"
sso_region = "us-east-1"
sso_region = "{{ primary_region | default("us-east-1") }}"

0 comments on commit f902bc0

Please sign in to comment.