Open
Description
Description
I am experiencing configuration drift with the managed_rule_group_configs.aws_managed_rules_bot_control_rule_set
block for AWS managed rules in the aws_wafv2_web_acl resource. Specifically, the following JSON shows the drift:
- rule {
- name = "AWS-AWSManagedRulesBotControlRuleSet" -> null
- priority = 12 -> null
- override_action {
- none {}
}
- statement {
- managed_rule_group_statement {
- name = "AWSManagedRulesBotControlRuleSet" -> null
- vendor_name = "AWS" -> null
- managed_rule_group_configs {
- aws_managed_rules_bot_control_rule_set {
- enable_machine_learning = false -> null
- inspection_level = "COMMON" -> null
}
}
References
Terraform AWS Provider: Add enable_machine_learning to aws_managed_rules_bot_control_rule_set
AWS Provider Version: >= 5.59
Metadata
Metadata
Assignees
Labels
No labels