- # 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-la-c19"
- account_alias = "mdr-prod-la-c19"
- aws_account_id = "860362692945"
- instance_termination_protection = false # set to true for production!
- splunk_prefix = "la-c19"
- c2_account_standards_path = "../../mdr-prod-c2/005-account-standards-c2"
- }
|