Releases: umotif-public/terraform-aws-waf-webaclv2
Releases · umotif-public/terraform-aws-waf-webaclv2
3.7.1
What's Changed
- docs(README): add missing = sign after not_statement by @cloudboyd in #51
New Contributors
- @cloudboyd made their first contribution in #51
Full Changelog: 3.7.0...3.7.1
3.7.0 - Added support for forwarded_ip_config inside of geo_match_statement
3.6.0 - Added support for regex pattern rules
What's Changed
Full Changelog: 3.5.0...3.6.0
3.5.0 - Added ipset in multiple not statements
- Ipset in multiple not statements (thank you @jayolmos!)
3.4.0 - Adds Label Match Statement
- Added a new
label_match_statement
attribute
3.3.0
3.2.0
- Allow scopedown statements to be used on AWS managed rulesets
- Minimum AWS provider version has been bumped up to 3.50.0 in order to support above scopedown statements
3.1.1
Bug Fix:
- Corrected an issue where outputs would cause terraform plan to fail if alb_arn_list is used
3.1.0: support wafv2 description + fixes
Add optional description fior WebACL (#32) * Add optional description fior WebACL * Update changelog
3.0.1 - Correct outputs if the WAF is not enabled
Bug Fix:
- Corrected an issue where outputs will fail terraform plan even if the module is disabled