# 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" aws_account_id = "471284459109" 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" }