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