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

Add possibility to use multi vendor managed rules

Open fdmsantos opened this issue 2 years ago • 0 comments

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 breaking changes. With this PR, the vendor_name attribute is required, and this attribute doesn't exist in module.

I can change the code to this vendor_name attribute be optional, but for this i need to use the follow experimental feature: Optional Object Type Attributes

fdmsantos avatar Oct 22 '21 12:10 fdmsantos