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" }