We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0a79d commit 227dea5Copy full SHA for 227dea5
terraform/common/waf/main.tf
@@ -262,26 +262,6 @@ resource "aws_wafv2_web_acl" "this" {
262
}
263
264
265
- # Bad Bot Protection
266
- rule {
267
- name = "AWS-Managed-Bot-Control-Rule-Set"
268
- priority = 60
269
- override_action {
270
- none {}
271
- }
272
- statement {
273
- managed_rule_group_statement {
274
- vendor_name = "AWS"
275
- name = "AWSManagedRulesBotControlRuleSet"
276
277
278
- visibility_config {
279
- cloudwatch_metrics_enabled = true
280
- metric_name = "aws-managed-bot-control"
281
- sampled_requests_enabled = true
282
283
284
-
285
# Anonymous IP list
286
rule {
287
name = "AWS-Managed-Anonymous-IP-List"
0 commit comments