Skip to content

Commit

Permalink
nope
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent e7659c9 commit a98436a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dns-zone-cat.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a98436a

Please sign in to comment.