From 0594c99ba4531893435fce7f3250826390f43e47 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 17 Oct 2024 11:37:32 -0400 Subject: [PATCH] A record not CNAME --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 1306d5f..d570b4c 100644 --- a/main.tf +++ b/main.tf @@ -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