Hey team, quick question about the AWS WAF's aws_managed_rules_bot_control_rule_set default values. From my understanding, inspection_levels can be one of two values, COMMON or TARGETED. This value is required but no default is assigned. For the enable_machine_learning parameter, it defaults to true, although this value is only compatible with TARGETED inspection levels. Should this be corrected to default to false?
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
Hey team, quick question about the AWS WAF's
aws_managed_rules_bot_control_rule_set
default values. From my understanding,inspection_levels
can be one of two values,COMMON
orTARGETED
. This value is required but no default is assigned. For theenable_machine_learning
parameter, it defaults totrue
, although this value is only compatible withTARGETED
inspection levels. Should this be corrected to default to false?Code Reference
References
Would you like to implement a fix?
Yes