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 2ab48da commit 8596015Copy full SHA for 8596015
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