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

Results 26 terraform-aws-waf issues
Sort by recently updated
recently updated
newest added

### Describe the Feature In order to build more robust rules based on 2 or more statements it would be great to add support for the AND OR LABEL statements....

feat: Configure custom_response for `geo_match_statement_rules` and `ip_set_reference_statement_rules` ## what This is needed to return the custom response for `geo_match_statement_rules` and `ip_set_reference_statement_rules`. ## why ## references

triage

Add `challenge` action to size_constraint_statement_rules.

triage

## what This PR provides a way to create custom rules (In my particular case I needed to whitelist a particular user-agent) so the example and the code so far...

triage

## what This PR allows creating rules based on labels. It is specially useful if you want to block specific regions of a country. ## why We need to block...

triage

### Describe the Feature Currently, scope_down_statement is only supported in rate_based_statement. It would be great if it was supported in other rules too (I am particularly interested in adding it...