v1.1.0
[v1.1.0] - 2023-06-21
Changed
- Update default type of
var.is_create_logging_configuration
- The order of attributes in resource
aws_wafv2_web_acl.this
and it's naming format
Added
- New complete example, custom_rules usage
- 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
, - Variables var.ip_set and var.custom_rules
- Constraint version to terraform
>= 1.0.0
- New resource aws_wafv2_ip_set.this. We didn't remove the previous ip_set rule feature; we add new one
- The dynamic
rule
block to support custom_rules in resourceaws_wafv2_web_acl.this
Removed
- Variables
local.prefix
and uselocal.name
instead
- feat: waf support custom rule by @xshot9011 in #5
- feat: waf support custom rule by @xshot9011 in #6
Full Changelog: v1.0.3...v1.1.0