From 5797379a1bda69567205cafa2eba14fb19d684a2 Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Fri, 2 Mar 2018 14:50:25 +0100 Subject: [PATCH] MON-48: set the artificial_requests_count default value to 5 --- cloud/aws/apigateway/inputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/aws/apigateway/inputs.tf b/cloud/aws/apigateway/inputs.tf index a38f791..780f754 100644 --- a/cloud/aws/apigateway/inputs.tf +++ b/cloud/aws/apigateway/inputs.tf @@ -60,6 +60,6 @@ variable "http_4xx_requests_threshold_warning" { } variable "artificial_requests_count" { - default = 0 + default = 5 description = "Number of false requests used to mitigate false positive in case of low trafic" }