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
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