We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3728289 commit ee14a1dCopy full SHA for ee14a1d
static-site/acm.tf
@@ -7,5 +7,5 @@ resource "aws_acm_certificate" "cloudfront_cert" {
7
8
resource "aws_acm_certificate_validation" "cert_validation" {
9
certificate_arn = aws_acm_certificate.cloudfront_cert.arn
10
- validation_record_fqdns = [for record in data.hosted_zone : record.fqdn]
+ validation_record_fqdns = [for record in data.aws_route53_zone.hosted_zone : record.fqdn]
11
}
0 commit comments