We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768f601 commit 4f857f5Copy full SHA for 4f857f5
main.tf
@@ -21,7 +21,7 @@ resource "aws_wafv2_web_acl" "acl" {
21
priority = 1
22
23
action {
24
- block {}
+ count {}
25
}
26
27
statement {
variables.tf
@@ -30,6 +30,7 @@ variable "tags" {
30
variable "resource_arn_list" {
31
description = "The Amazon Resource Name (ARN) of the resource to associate with the web ACL."
32
type = list(string)
33
+ default = []
34
35
36
0 commit comments