account.hcl 509 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 = "afs-mdr-prod-cyber-range"
  5. account_alias = "afs-mdr-prod-cyber-range"
  6. aws_account_id = "952430311316"
  7. instance_termination_protection = true
  8. splunk_prefix = "caasp"
  9. c2_account_standards_path = "../../../../prod/aws/mdr-prod-c2/005-account-standards-c2"
  10. }