terraform-aws-wafv2 icon indicating copy to clipboard operation
terraform-aws-wafv2 copied to clipboard

Creates a WAF using AWS WAFv2 and AWS Managed Rule Sets

Results 12 terraform-aws-wafv2 issues
Sort by recently updated
recently updated
newest added

If I set default_action to "block" all traffic is blocked - even traffic that doesn't match a managed rule. If I set default_action to "allow" all traffic is allowed -...

Currently the `search_string` for `filtered_header_rules` must have the same value as the rule name. If the search string is a header value that is sensitive, the only way with the...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gruntwork-io/terratest](https://togithub.com/gruntwork-io/terratest) | require | patch | `v0.40.10` -> `v0.40.22` | ---...

dependencies

The terraform resource supports it already, please update the module to support it as well. https://github.com/hashicorp/terraform-provider-aws/issues/18754

Is it possible to enhance the Rule Object to include a scope_down_statement so that particular requests can be excluded from the rule group. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl#scope_down_statement https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-scope-down-statements.html { "excluded_rules": [], "name": "AWSManagedRulesCommonRuleSet",...

### Problem I need add managed rules from F5 vendor This module only accepts AWs Managed Rules ### Solution Add vendor_name attribute to managed_rules variables ### Considerations This PR have...

Hi 😄 I added feature of logging configurations. Reference is this. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl_logging_configuration

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.15` -> `1.19` |...

dependencies

**Is your feature request related to a problem? Please describe.** Enabling logging logs all requests **Describe the solution you'd like** Option to log only BLOCK requests **Describe alternatives you've considered**...

Is there a way to incorporate NOT statements into the IP Sets Rule? We aim to add a condition to exclude specific IPs from being blocked while ensuring that the...