trussworks / terraform-aws-wafv2

Creates a WAF using AWS WAFv2 and AWS Managed Rule Sets
https://registry.terraform.io/modules/trussworks/wafv2
Apache License 2.0
103 stars 58 forks source link

Add rule_group_reference_statement #32

Closed olhabilan closed 3 years ago

olhabilan commented 3 years ago

INFO

This will allow to specify rule_group_reference_statement

Note: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl#rule-group-reference-statement

dynamike commented 3 years ago

Thanks for the PR could you help me by showing a simple example of how you use rule groups. I've never really understood the value. You can put the example in https://github.com/trussworks/terraform-aws-wafv2/blob/master/examples/alb/main.tf

dynamike commented 3 years ago

looks good, thanks again for the PR.