From 4a7ff7fdb263c1ebe987fd2f24b908c8baece3f5 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 10 Oct 2024 01:27:57 -0400 Subject: [PATCH] no count --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 532bf5e..fb4beda 100644 --- a/main.tf +++ b/main.tf @@ -124,7 +124,7 @@ resource "aws_route53_zone_association" "self_zone_west" { resource "aws_route53_record" "entry" { name = "*.${local.cluster_domain_name}" - records = [data.aws_lb.lb[0].dns_name] + records = [data.aws_lb.lb.dns_name] ttl = 900 type = "CNAME" zone_id = aws_route53_zone.cluster_domain.zone_id