Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 20, 2024
1 parent c7c1cf0 commit 6ab381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module "route53_cluster_domain_east" {
source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//route53-zone-association/zone?ref=tf-upgrade"
region = "us-gov-east-1"
vpc_id = data.aws_vpc.eks_vpc.id
zone_ids = try([aws_route53_zone.cluster_domain.zone_id])
zone_ids = [aws_route53_zone.cluster_domain.zone_id]

tags = var.tags
}
Expand Down

0 comments on commit 6ab381e

Please sign in to comment.