From 60ca2a3d90b5f880dc46e39e5e526cc281cdae1a Mon Sep 17 00:00:00 2001 From: jean-maxime Date: Tue, 3 Apr 2018 16:00:16 +0200 Subject: [PATCH] MON-166 Fix API Gateway Notification on no data (fix ci) --- cloud/aws/apigateway/monitors-api.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/aws/apigateway/monitors-api.tf b/cloud/aws/apigateway/monitors-api.tf index 22e49f4..07ed72e 100644 --- a/cloud/aws/apigateway/monitors-api.tf +++ b/cloud/aws/apigateway/monitors-api.tf @@ -18,7 +18,7 @@ resource "datadog_monitor" "API_Gateway_latency" { critical = "${var.latency_threshold_critical}" } - notify_no_data = false # Will NOT notify when no data is received + notify_no_data = false # Will NOT notify when no data is received renotify_interval = 0 require_full_window = false timeout_h = 0