terraform-aws-waf
terraform-aws-waf copied to clipboard
### Describe the Bug A [commit](https://github.com/cloudposse/terraform-aws-waf/commit/8cd5b3691631ee4ee0646f6d1b07ecd42205e21a) part of the `v0.4.0` release of the `cloudposse/waf/aws` module changed the version constraint for the AWS provider from `>= 4.28.0` to `~> 4.28.0`, which...
### Describe the Feature When building WAF rules in AWS, it's possible to specify Doesn't match the statement (NOT) This module only seems to support **matches** ### Expected Behavior Being...
Below are the list of errors seen when we do a terraform plan. $ terraform plan var.region Enter a value: ap-south-1 ╷ │ Warning: Argument is deprecated │ │ with...
## Describe the Feature Add `version` support for AWS Managed Rules. ## Use Case Sometimes it's important to apply or keep specific version because of breaking changes from Amazon. ##...
### Describe the Feature When manually configuring WAF rules, users can configure custom responses for rule types like `size_constraint`. The Terraform resources on which this is based also seems to...
### Describe the Bug Lets say you are building up your ip_set rules like so: ``` ip_set_reference = [ { name = "rule-1" priority = 1 action = "block" statement...
Rule visibility_config required by wafv2_web_acl resource but terraform-aws-waf marks it as optional
### Describe the Bug When running this module I am getting this error: ``` │ Error: Insufficient visibility_config blocks │ │ on .terraform/modules/terraform-aws-wafv2.wafv2/rules.tf line 412, in resource "aws_wafv2_web_acl" "default": │...
Bumps the go_modules group in /test/src with 4 updates: [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter), [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/net](https://github.com/golang/net) and google.golang.org/protobuf. Updates `github.com/hashicorp/go-getter` from 1.7.1 to 1.7.5 Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.5 What's Changed Prevent...
### Describe the Bug When `single_header` property has more than one header in the list, Terraform PLAN fails with `Error: Too many single_header blocks` ```shell Error: Too many single_header blocks...
## what - Update terratest `>= 0.46.0` ## why - Support OpenTofu for testing ## References * https://github.com/gruntwork-io/terratest/releases/tag/v0.46.0 * DEV-374 Add opentofu to all our Terragrunt Testing GHA matrix