account.hcl 367 B

12345678910
  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 = "legacy-mdr-root"
  5. account_alias = ""
  6. aws_account_id = "350838957895"
  7. splunk_prefix = "moose"
  8. c2_account_standards_path = "../../../../prod/aws/mdr-prod-c2/005-account-standards-c2"
  9. }