account.hcl 236 B

123456
  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 = "mdr-test-modelclient-gov"
  5. aws_account_id = "701341250728"
  6. }