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