Closed sheenamt closed 1 year ago
Changes proposed in this pull request:
This update allows the option to specify which version of the Managed Rules to use in the Web ACL. If nothing is specified, the default rule set will be used.
Example usage:
module "wafv2" { source = "trussworks/wafv2/aws" managed_rules = [ { "name" : "AWSManagedRulesCommonRuleSet", "override_action" : "count", "priority" : 10, "rule_action_override" : [], "vendor_name" : "AWS", "version" : "Version_2.0" } ]
optional is magic
Shipped in 2.9.0!
2.9.0
Changes proposed in this pull request:
This update allows the option to specify which version of the Managed Rules to use in the Web ACL. If nothing is specified, the default rule set will be used.
Example usage: