- # Set account-wide variables. These are automatically pulled in to configure the remote state bucket in the root
- # terragrunt.hcl configuration.
- locals {
- account_name = "legacy-mdr-root"
- account_alias = ""
- aws_account_id = "350838957895"
-
- account_tags = { }
- }
|