MON-298 fix require full window

This commit is contained in:
Quentin Manfroi 2018-09-14 16:45:27 +02:00
parent a1440f20b0
commit 3561a0ef92

View File

@ -171,7 +171,7 @@ resource "datadog_monitor" "cosmos_db_scaling" {
timeout_h = 0
include_tags = true
locked = false
require_full_window = true
require_full_window = false
new_host_delay = "${var.new_host_delay}"
tags = ["env:${var.environment}", "type:cloud", "provider:azure", "resource:cosmos_db", "team:claranet", "created-by:terraform", "${var.cosmos_db_scaling_extra_tags}"]