From a4c63bdcbbdec87cc555c7f8eaabedf93565f5fe Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 20 Sep 2018 15:57:23 +0200 Subject: [PATCH] MON-32 remove comment --- cloud/aws/elasticache/common/monitors-elasticache.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud/aws/elasticache/common/monitors-elasticache.tf b/cloud/aws/elasticache/common/monitors-elasticache.tf index efe4dfd..e7c76c3 100644 --- a/cloud/aws/elasticache/common/monitors-elasticache.tf +++ b/cloud/aws/elasticache/common/monitors-elasticache.tf @@ -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}}"