Skip to content

Commit 6393bb2

Browse files
committed
Bug fix for ACM records
1 parent e6cc092 commit 6393bb2

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
@@ -5,7 +5,7 @@ resource "aws_acm_certificate" "cloudfront_cert" {
55
provider = aws.acm
66
}
77

8-
resource "aws_acm_certificate_validation" "cert_validation" {
8+
resource "aws_acm_certificate_validation" "cloudfront_cert_validation" {
99
certificate_arn = aws_acm_certificate.cloudfront_cert.arn
1010
validation_record_fqdns = [for record in aws_route53_record.acm_records : record.fqdn]
1111
}

0 commit comments

Comments
 (0)