# Set account-wide variables. These are automatically pulled in to configure the remote state bucket in the root # terragrunt.hcl configuration. locals { account_name = "mdr-prod-frtib" account_alias = "mdr-prod-frtib" aws_account_id = "237704155425" instance_termination_protection = true # set to true for production! splunk_prefix = "frtib" c2_account_standards_path = "../../mdr-prod-c2/005-account-standards-c2" # For CIDR assignment, see https://github.xdr.accenturefederalcyber.com/mdr-engineering/msoc-infrastructure/wiki/IP-Address-Allocation vpc_info = { "vpc-splunk" = { "name" = "vpc-splunk", "purpose" = "Splunk Systems (FRTIB)", "cidr" = "10.42.36.0/22", "tgw_attached" = true } } }