account.hcl 475 B

123456789101112
  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-dev-ai"
  5. account_alias = "afs-mdr-dev-ai"
  6. aws_account_id = "228011623757"
  7. account_tags = { }
  8. c2_account_standards_path = "../../../../prod/aws/mdr-prod-c2/005-account-standards-c2"
  9. iam_additional_trusted_arns = [ "arn:aws:iam::471284459109:role/user/mdr_developer_readonly" ]
  10. }