- # Set account-wide variables. These are automatically pulled in to configure the remote state bucket in the root
- # terragrunt.hcl configuration.
- locals {
- # TODO put the right values here
- account_name = "legacy-mdr-test"
- account_alias = "" # No alias for legacy
- aws_account_id = "527700175026"
-
- account_tags = { }
- }
|