File tree Expand file tree Collapse file tree 3 files changed +20
-12
lines changed Expand file tree Collapse file tree 3 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
All notable changes to this module will be documented in this file.
4
+ ## [ v1.3.1] - 2025-06-09
5
+
6
+ ### Added
7
+
8
+ - Add rule_action_override dynamic block
9
+
4
10
## [ v1.3.0] - 2025-03-31
5
11
6
12
### Removed
Original file line number Diff line number Diff line change @@ -223,13 +223,13 @@ waf_custom_rules = [
223
223
| Name | Version |
224
224
| ------| ---------|
225
225
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0.0 |
226
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4 .0.0 |
226
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5 .0.0 |
227
227
228
228
## Providers
229
229
230
230
| Name | Version |
231
231
| ------| ---------|
232
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4 .0.0 |
232
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5 .0.0 |
233
233
234
234
## Modules
235
235
@@ -239,10 +239,12 @@ No modules.
239
239
240
240
| Name | Type |
241
241
| ------| ------|
242
+ | [ aws_cloudwatch_log_group.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group ) | resource |
242
243
| [ aws_wafv2_ip_set.ipset] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_ip_set ) | resource |
243
244
| [ aws_wafv2_ip_set.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_ip_set ) | resource |
244
245
| [ aws_wafv2_web_acl.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl ) | resource |
245
246
| [ aws_wafv2_web_acl_association.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl_association ) | resource |
247
+ | [ aws_wafv2_web_acl_logging_configuration.main] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl_logging_configuration ) | resource |
246
248
247
249
## Inputs
248
250
Original file line number Diff line number Diff line change @@ -277,12 +277,12 @@ resource "aws_wafv2_web_acl" "this" {
277
277
}
278
278
}
279
279
}
280
- }
280
+ }
281
281
text_transformation {
282
282
priority = 0
283
283
type = " NONE"
284
284
}
285
-
285
+
286
286
}
287
287
}
288
288
@@ -444,12 +444,12 @@ resource "aws_wafv2_web_acl" "this" {
444
444
}
445
445
}
446
446
}
447
- }
447
+ }
448
448
text_transformation {
449
449
priority = 0
450
450
type = " NONE"
451
451
}
452
-
452
+
453
453
}
454
454
}
455
455
# ### support sqli_match_statement (Attack Match Condition)
@@ -622,12 +622,12 @@ resource "aws_wafv2_web_acl" "this" {
622
622
}
623
623
}
624
624
}
625
- }
625
+ }
626
626
text_transformation {
627
627
priority = 0
628
628
type = " NONE"
629
629
}
630
-
630
+
631
631
}
632
632
}
633
633
# ### support sqli_match_statement (Attack Match Condition)
@@ -787,12 +787,12 @@ resource "aws_wafv2_web_acl" "this" {
787
787
}
788
788
}
789
789
}
790
- }
790
+ }
791
791
text_transformation {
792
792
priority = 0
793
793
type = " NONE"
794
794
}
795
-
795
+
796
796
}
797
797
}
798
798
# ### support sqli_match_statement (Attack Match Condition)
@@ -970,12 +970,12 @@ resource "aws_wafv2_web_acl" "this" {
970
970
}
971
971
}
972
972
}
973
- }
973
+ }
974
974
text_transformation {
975
975
priority = 0
976
976
type = " NONE"
977
977
}
978
-
978
+
979
979
}
980
980
}
981
981
# ### TODO:
You can’t perform that action at this time.
0 commit comments