Skip to content

Commit

Permalink
bad idea removed
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent d8bcb90 commit 999d79e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dns_zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ resource "aws_route53_zone" "cluster_domain" {
# need to also associate with network-prod account and this vpc
#---
module "route53_cluster_domain_east" {

count = local.region == "us-gov-east-1" && !(var.shared_vpc_label == null || var.shared_vpc_label == "") ? 1 : 0
providers = {
aws.self = aws
Expand All @@ -83,6 +84,7 @@ module "route53_cluster_domain_east" {
}

module "route53_cluster_domain_west" {

count = local.region == "us-gov-west-1" && !(var.shared_vpc_label == null || var.shared_vpc_label == "") ? 1 : 0
providers = {
aws.self = aws
Expand Down

0 comments on commit 999d79e

Please sign in to comment.