Skip to content

Commit

Permalink
star
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 11, 2024
1 parent b86b026 commit f3ceabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module "cname_cluster_domain" {
# tflint-ignore: terraform_module_pinned_source
source = "git@github.e.it.census.gov:terraform-modules/aws-dns//cname"

name = format("%v.%v", var.cluster_name, local.cluster_domain_name)
name = format("%v.%v", "*", local.cluster_domain_name)
values = data.aws_lb.lb.dns_name
zone = aws_route53_zone.cluster_domain.zone_id
}

0 comments on commit f3ceabe

Please sign in to comment.