account.hcl 315 B

123456789
  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-modelclient-gov"
  5. account_alias = "afs-mdr-prod-modelclient-gov"
  6. aws_account_id = "738736370544"
  7. account_tags = { }
  8. }