File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ resource "aws_wafv2_web_acl" "acl" {
18
18
19
19
rule {
20
20
name = " rate"
21
- priority = 1
21
+ priority = 0
22
22
23
23
action {
24
24
count {}
@@ -40,7 +40,7 @@ resource "aws_wafv2_web_acl" "acl" {
40
40
41
41
rule {
42
42
name = " default"
43
- priority = 2
43
+ priority = 1
44
44
45
45
override_action {
46
46
none {}
@@ -50,13 +50,11 @@ resource "aws_wafv2_web_acl" "acl" {
50
50
managed_rule_group_statement {
51
51
name = " AWSManagedRulesCommonRuleSet"
52
52
vendor_name = " AWS"
53
-
54
53
excluded_rule {
55
- name = " SizeRestrictions_QUERYSTRING "
54
+ name = " SizeRestrictions_BODY "
56
55
}
57
-
58
56
excluded_rule {
59
- name = " SizeRestrictions_BODY "
57
+ name = " SizeRestrictions_QUERYSTRING "
60
58
}
61
59
}
62
60
}
@@ -70,7 +68,7 @@ resource "aws_wafv2_web_acl" "acl" {
70
68
71
69
rule {
72
70
name = " blocklist"
73
- priority = 3
71
+ priority = 2
74
72
75
73
action {
76
74
block {}
You can’t perform that action at this time.
0 commit comments