account.hcl 423 B

12345678910111213
  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. account_tags = {
  9. "Client": local.splunk_prefix
  10. }
  11. c2_account_standards_path = "../../../../prod/aws/mdr-prod-c2/005-account-standards-c2"
  12. }