Skip to content

Commit 6b2ceb8

Browse files
committed
Bug fix for acm_records ref
1 parent ee14a1d commit 6b2ceb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static-site/route53.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
resource "aws_route53_record" "acm_records" {
66
for_each = {
7-
for dvo in aws_acm_certificate.aws_acm_certificate.cloudfront_cert.domain_validation_options : dvo.domain_name => {
7+
for dvo in aws_acm_certificate.cloudfront_cert.domain_validation_options : dvo.domain_name => {
88
name = dvo.resource_record_name
99
record = dvo.resource_record_value
1010
type = dvo.resource_record_type

0 commit comments

Comments
 (0)