Skip to content

Commit

Permalink
add local.region
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent fa4a500 commit 7275463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dns-zone-cat.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 7275463

Please sign in to comment.