account.hcl 393 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. # UNUSED ACCOUNT
  5. account_name = "afs-mdr-test-malware"
  6. account_alias = "afs-mdr-test-malware"
  7. aws_account_id = "404265901253"
  8. account_tags = { }
  9. c2_account_standards_path = "../../mdr-test-c2/005-account-standards-c2"
  10. }