Skip to content

Commit 4f857f5

Browse files
committed
add new
1 parent 768f601 commit 4f857f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "aws_wafv2_web_acl" "acl" {
2121
priority = 1
2222

2323
action {
24-
block {}
24+
count {}
2525
}
2626

2727
statement {

variables.tf

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ variable "tags" {
3030
variable "resource_arn_list" {
3131
description = "The Amazon Resource Name (ARN) of the resource to associate with the web ACL."
3232
type = list(string)
33+
default = []
3334
}
3435

3536

0 commit comments

Comments
 (0)