Skip to content

Commit

Permalink
no parent zone needed
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent b0dabb4 commit e7659c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dns-zone-cat.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ output "cluster_domain_ns" {
}

# now we need to add the NS records for the new zone to the parent zone
data "aws_route53_zone" "parent" {
name = var.domain
private_zone = true
}
# data "aws_route53_zone" "parent" {
# name = var.domain
# private_zone = true
# }

resource "aws_route53_record" "cluster_domain" {
allow_overwrite = true
Expand Down

0 comments on commit e7659c9

Please sign in to comment.