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.
2 parents 2ab48da + 8596015 commit 1af20bcCopy full SHA for 1af20bc
cloudfront-frontend.tf
@@ -68,7 +68,7 @@ resource "aws_cloudfront_distribution" "frontend" {
68
69
is_ipv6_enabled = local.cloudfront_enable_ipv6
70
71
- web_acl_id = aws_wafv2_web_acl.cloudfront_waf.id
+ web_acl_id = aws_wafv2_web_acl.cloudfront_waf.arn
72
73
logging_config {
74
include_cookies = false
0 commit comments