diff --git a/cloud/aws/elasticache/common/monitors-elasticache.tf b/cloud/aws/elasticache/common/monitors-elasticache.tf index 2a908e5..efe4dfd 100644 --- a/cloud/aws/elasticache/common/monitors-elasticache.tf +++ b/cloud/aws/elasticache/common/monitors-elasticache.tf @@ -7,7 +7,7 @@ resource "datadog_monitor" "elasticache_eviction" { query = < ${var.eviction_threshold_critical} EOF @@ -40,7 +40,7 @@ resource "datadog_monitor" "elasticache_max_connection" { query = <= 65000 EOF @@ -68,7 +68,7 @@ resource "datadog_monitor" "elasticache_no_connection" { query = < ${var.swap_threshold_critical} EOF @@ -163,7 +163,7 @@ resource "datadog_monitor" "elasticache_eviction_growing" { query = < ${var.eviction_growing_threshold_critical} EOF diff --git a/cloud/aws/elasticache/memcached/monitors-memcached.tf b/cloud/aws/elasticache/memcached/monitors-memcached.tf index 6c86693..5a8369c 100644 --- a/cloud/aws/elasticache/memcached/monitors-memcached.tf +++ b/cloud/aws/elasticache/memcached/monitors-memcached.tf @@ -7,9 +7,9 @@ resource "datadog_monitor" "memcached_get_hits" { query = <