account.hcl 331 B

12345678910
  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 = "legacy-mdr-test"
  6. account_alias = "" # No alias for legacy
  7. aws_account_id = "527700175026"
  8. account_tags = { }
  9. }