MON-281 split delay variable

This commit is contained in:
Quentin Manfroi 2018-08-21 14:04:53 +02:00
parent f603d936e7
commit 4081ee2827

View File

@ -126,8 +126,8 @@ resource "datadog_monitor" "datadog_free_disk_space_forecast" {
notify_no_data = false
renotify_interval = 0
evaluation_delay = "${var.delay}"
new_host_delay = "${var.delay}"
evaluation_delay = "${var.evaluation_delay}"
new_host_delay = "${var.new_host_delay}"
silenced = "${var.free_disk_space_forecast_silenced}"
}