account.hcl 464 B

12345678910
  1. # Set account-wide variables. These are automatically pulled in to configure the remote state bucket in the root
  2. # terragrunt.hcl configuration.
  3. locals {
  4. account_name = "afs-mdr-common-services-gov"
  5. aws_account_id = "701290387780"
  6. instance_termination_protection = true # set to true for production!
  7. # For CIDR assignment, see https://github.mdr.defpoint.com/mdr-engineering/msoc-infrastructure/wiki/IP-Address-Allocation
  8. #standard_vpc_cidr = "TBD"
  9. }