From 0ee5305fa993e5a20fd76f03f7b71c40dc58c68a Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 29 Jul 2024 21:46:29 -0400 Subject: [PATCH] more stupid --- dns_zones.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns_zones.tf b/dns_zones.tf index 975a69d..4ccf748 100644 --- a/dns_zones.tf +++ b/dns_zones.tf @@ -7,7 +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 + aws_account_id = var.account_id } #------------------------------------------------- # Providers for Cross Account DNS Action