MON-32 remove comment

This commit is contained in:
Quentin Manfroi 2018-09-20 15:57:23 +02:00
parent 329097c626
commit a4c63bdcbb

View File

@ -120,7 +120,6 @@ resource "datadog_monitor" "elasticache_swap" {
tags = ["env:${var.environment}", "type:cloud", "provider:aws", "resource:elasticache", "team:claranet", "created-by:terraform", "${var.swap_extra_tags}"]
}
# POC - A approfondir
resource "datadog_monitor" "elasticache_free_memory" {
count = "${var.free_memory_enabled ? 1 : 0}"
name = "[${var.environment}] Elasticache free memory {{#is_alert}}{{{comparator}}} {{threshold}}% ({{value}}%){{/is_alert}}{{#is_warning}}{{{comparator}}} {{warn_threshold}}% ({{value}}%){{/is_warning}}"