account.hcl 508 B

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