Skip to content

Commit

Permalink
A record not CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 17, 2024
1 parent 677abad commit 0594c99
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 @@ -93,7 +93,7 @@ resource "aws_route53_zone_association" "self_zone_west" {
resource "aws_route53_record" "entry" {
zone_id = aws_route53_zone.cluster_domain.zone_id
name = "*.${local.cluster_domain_name}"
type = "CNAME"
type = "A"

alias {
name = var.istio_ingress_lb.dns_name
Expand Down

0 comments on commit 0594c99

Please sign in to comment.