MON-166 Fix API Gateway Notification on no data (fix ci)

This commit is contained in:
jean-maxime 2018-04-03 16:00:16 +02:00
parent b0fbe7dd32
commit 60ca2a3d90

View File

@ -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