MON-32 - Fix common value type in eviction monitor

This commit is contained in:
Alexandre Gaillet 2018-05-25 16:53:16 +02:00 committed by Quentin Manfroi
parent 8a9ed31efe
commit 21f61b42cb

View File

@ -1,5 +1,5 @@
resource "datadog_monitor" "elasticache_eviction" { resource "datadog_monitor" "elasticache_eviction" {
name = "[${var.environment}] Elasticache ${var.resource} eviction {{#is_alert}}{{{comparator}}} {{threshold}}% ({{value}}%){{/is_alert}}" name = "[${var.environment}] Elasticache ${var.resource} eviction {{#is_alert}}{{{comparator}}} {{threshold}} ({{value}}){{/is_alert}}"
message = "${coalesce(var.eviction_message, var.message)}" message = "${coalesce(var.eviction_message, var.message)}"
type = "metric alert" type = "metric alert"