region.hcl 404 B

123456789
  1. # Set common variables for the region. This is automatically pulled in in the root terragrunt.hcl configuration to
  2. # feed forward to the child modules.
  3. #
  4. # NOTE: There is only one copy of this, in the `common/` tree, and the others are symbolic links.
  5. #
  6. # At some point, this may need to be added as a hierarchical directory when we move to additional regions.
  7. locals {
  8. aws_region = "us-gov-east-1"
  9. }