- # 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-prod-malware-gov"
- account_alias = "afs-mdr-prod-malware-gov"
- aws_account_id = "876865127438"
-
- account_tags = { }
- }
|