Skip to content

Commit cbb35cb

Browse files
authored
feat: waf support custom rule (#6)
* chore: update CHANGELOG * chore: update README
1 parent a92efc9 commit cbb35cb

File tree

2 files changed

+47
-23
lines changed

2 files changed

+47
-23
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this module will be documented in this file.
44

5+
## [v1.1.0] - 2023-06-21
6+
7+
### Changed
8+
9+
- Update default type of `var.is_create_logging_configuration`
10+
- The order of attributes in resource `aws_wafv2_web_acl.this` and it's naming format
11+
12+
### Added
13+
14+
- New complete example, custom_rules usage
15+
- Add local var `name`,`originate_from_a_country_in`,`originate_from_an_ip_addresses_in`,`has_a_label`,`single_header`,`single_query_parameter`,`all_query_parameters`,`uri_path`,`query_string`,`http_method`,`request_component_dynamic_blocks`,
16+
- Variables var.ip_set and var.custom_rules
17+
- Constraint version to terraform `>= 1.0.0`
18+
- New resource aws_wafv2_ip_set.this. We didn't remove the previous ip_set rule feature; we add new one
19+
- The dynamic `rule` block to support custom_rules in resource `aws_wafv2_web_acl.this`
20+
21+
### Removed
22+
23+
- Variables `local.prefix` and use `local.name` instead
24+
525
## [v1.0.3] - 2022-10-25
626

727
### Changed

0 commit comments

Comments
 (0)