Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 11, 2024
1 parent f3ceabe commit efaf198
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,6 @@ resource "aws_route53_zone_association" "self_zone_west" {
# Cluster DNS CNAME MAPPED TO INGRESS NLB
###################################################################

# resource "aws_route53_record" "entry" {
# name = "*.${local.cluster_domain_name}"
# records = [data.aws_lb.lb.dns_name]
# ttl = 900
# type = "CNAME"
# zone_id = aws_route53_zone.cluster_domain.zone_id
# }

# resource "aws_route53_record" "entry_heritage" {
# name = format("%v%v", local.default_heritage_prefix, "*.${local.cluster_domain_name}")
# records = [join(",", local.base_heritage_tags)]
# ttl = 900
# type = "TXT"
# zone_id = aws_route53_zone.cluster_domain.zone_id
# }

module "cname_cluster_domain" {
# tflint-ignore: terraform_module_pinned_source
source = "git@github.e.it.census.gov:terraform-modules/aws-dns//cname"
Expand Down

0 comments on commit efaf198

Please sign in to comment.