From a98436ac326e1f0ddb9acff256310c455a0816ca Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 29 Jul 2024 16:41:23 -0400 Subject: [PATCH] nope --- dns-zone-cat.tf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dns-zone-cat.tf b/dns-zone-cat.tf index 91ec2e7..6b7abdb 100644 --- a/dns-zone-cat.tf +++ b/dns-zone-cat.tf @@ -61,15 +61,15 @@ output "cluster_domain_ns" { # private_zone = true # } -resource "aws_route53_record" "cluster_domain" { - allow_overwrite = true - name = local.cluster_domain_name - type = "NS" - ttl = 900 - zone_id = data.aws_route53_zone.parent.zone_id +# resource "aws_route53_record" "cluster_domain" { +# allow_overwrite = true +# name = local.cluster_domain_name +# type = "NS" +# ttl = 900 +# zone_id = data.aws_route53_zone.parent.zone_id - records = aws_route53_zone.cluster_domain.name_servers -} +# records = aws_route53_zone.cluster_domain.name_servers +# } ## #--- ## # associate to main do2-govcloud vpc1-services east and west for inbound resolution