From 7275463f00b574aeb6e46c60a80133d65400c2d4 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 29 Jul 2024 16:20:05 -0400 Subject: [PATCH] add local.region --- dns-zone-cat.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/dns-zone-cat.tf b/dns-zone-cat.tf index 490b6aa..7235ef3 100644 --- a/dns-zone-cat.tf +++ b/dns-zone-cat.tf @@ -3,6 +3,7 @@ locals { cluster_domain_description = format("%v EKS Cluster DNS Zone", var.cluster_name) # true for gov, false for cat aws_dns_infrastructure = false + region = data.aws_region.current.name } resource "aws_route53_zone" "cluster_domain" {