terraform-aws-waf
terraform-aws-waf copied to clipboard
## what Add a response body for the default blocked action by choosing from the existing custom response bodies. ## why Sometimes, users may want to display a custom response...
## what Include logging configuration on example ## why Using the module did not find any example of using the logging configuration so I had to look at main.tf to...
### Describe the Bug I added the ATP rule at module setup, and the terraform plan works. The rules are successfully created. The problem is that when I call the...
### Describe the Bug Default action is missing from the complete example ### Expected Behavior Complete example should be COMPLETE ### Steps to Reproduce copy paste the complete example, and...
### Describe the Bug I'm trying to run the examples/complete scripts but facing the following error: ```terraform Terraform planned the following actions, but then encountered a problem: # module.waf.aws_wafv2_ip_set.default["rule-110-ip-set"] will...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.4. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.4 What's Changed Escape user-provided strings in git commands hashicorp/go-getter#483 Fixed a bug in .netrc handling if the...
### Describe the Feature Please add `evaluation_window_sec` argument support. [evaluation_window_sec](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl#evaluation_window_sec) - (Optional) The amount of time, in seconds, that AWS WAF should include in its request counts, looking back from...
### Describe the Bug statement { or_statement { statement { ### Expected Behavior Create 1 rule with 3 byte statement this or this or this ### Steps to Reproduce Create...
### Describe the Bug Hi, I was working with the module at the time, and I added an override rule to the `managed_rule_group_statement_rules` section. However, after executing the `terraform plan`,...