From e8b03fdd11a78fc00825510c9dacd0feb4381ed7 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 29 Jul 2024 21:45:36 -0400 Subject: [PATCH] stupidity --- dns_zones.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/dns_zones.tf b/dns_zones.tf index 28abafe..975a69d 100644 --- a/dns_zones.tf +++ b/dns_zones.tf @@ -7,6 +7,7 @@ locals { account_environment = data.aws_arn.current.partition == "aws-us-gov" ? "gov" : "ew" region_short = join("", [for c in split("-", var.region) : substr(c, 0, 1)]) zone_ids = compact(var.zone_ids) + account_id = var.account_id } #------------------------------------------------- # Providers for Cross Account DNS Action