MON-32 remove comment
This commit is contained in:
parent
329097c626
commit
a4c63bdcbb
@ -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}"]
|
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" {
|
resource "datadog_monitor" "elasticache_free_memory" {
|
||||||
count = "${var.free_memory_enabled ? 1 : 0}"
|
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}}"
|
name = "[${var.environment}] Elasticache free memory {{#is_alert}}{{{comparator}}} {{threshold}}% ({{value}}%){{/is_alert}}{{#is_warning}}{{{comparator}}} {{warn_threshold}}% ({{value}}%){{/is_warning}}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user