account.hcl 305 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 = "legacy-mdr-prod"
  5. account_alias = "" # No alias for legacy accounts
  6. aws_account_id = "477548533976"
  7. account_tags = { }
  8. }