Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ad869 committed Mar 16, 2021
1 parent 4f857f5 commit 07e3b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_wafv2_web_acl" "acl" {
scope = var.is_cloudfront ? "CLOUDFRONT" : "REGIONAL"

default_action {
block {}
allow {}
}

rule {
Expand Down

0 comments on commit 07e3b4f

Please sign in to comment.