account.hcl 687 B

12345678910111213141516171819
  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. # TODO put the right values here
  5. account_name = "afs-mdr-prod-cyber-range"
  6. account_alias = "afs-mdr-prod-cyber-range"
  7. aws_account_id = "952430311316"
  8. instance_termination_protection = true
  9. splunk_prefix = "caasp"
  10. account_tags = { }
  11. c2_account_standards_path = "../../../../prod/aws/mdr-prod-c2/005-account-standards-c2"
  12. iam_additional_trusted_arns = [ "arn:aws:iam::471284459109:role/user/mdr_developer_readonly" ]
  13. extra_ebs_key_admins = [ ]
  14. extra_ebs_key_users = [ ]
  15. extra_ebs_key_attachers = [ ]
  16. }