# Set common variables for the environment. This is automatically pulled in in the root terragrunt.hcl configuration to # feed forward to the child modules. # # NOTE: There is only one copy of this, in the `common/` tree, and the others are symbolic links. locals { aws_partition = "aws-us-gov" aws_partition_alias = "govcloud" common_services_account = "701290387780" common_profile = "${local.aws_partition == "aws-us-gov" ? "govcloud" : "commercial"}" tfstate_region = "us-gov-east-1" }