Skip to content

Commit 1af20bc

Browse files
authored
Merge pull request #14 from chris-qa-org/fix-cloudfront-waf-reference
Fix CloudFront waf reference
2 parents 2ab48da + 8596015 commit 1af20bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfront-frontend.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ resource "aws_cloudfront_distribution" "frontend" {
6868

6969
is_ipv6_enabled = local.cloudfront_enable_ipv6
7070

71-
web_acl_id = aws_wafv2_web_acl.cloudfront_waf.id
71+
web_acl_id = aws_wafv2_web_acl.cloudfront_waf.arn
7272

7373
logging_config {
7474
include_cookies = false

0 commit comments

Comments
 (0)