Skip to content

Commit ee14a1d

Browse files
committed
Bug fix
1 parent 3728289 commit ee14a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static-site/acm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ resource "aws_acm_certificate" "cloudfront_cert" {
77

88
resource "aws_acm_certificate_validation" "cert_validation" {
99
certificate_arn = aws_acm_certificate.cloudfront_cert.arn
10-
validation_record_fqdns = [for record in data.hosted_zone : record.fqdn]
10+
validation_record_fqdns = [for record in data.aws_route53_zone.hosted_zone : record.fqdn]
1111
}

0 commit comments

Comments
 (0)