Skip to content

Commit 07e3b4f

Browse files
committed
update
1 parent 4f857f5 commit 07e3b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource "aws_wafv2_web_acl" "acl" {
1313
scope = var.is_cloudfront ? "CLOUDFRONT" : "REGIONAL"
1414

1515
default_action {
16-
block {}
16+
allow {}
1717
}
1818

1919
rule {

0 commit comments

Comments
 (0)