diff --git a/cloud/aws/elasticache/common/monitors-elasticache.tf b/cloud/aws/elasticache/common/monitors-elasticache.tf index 2b6bae1..51ced20 100644 --- a/cloud/aws/elasticache/common/monitors-elasticache.tf +++ b/cloud/aws/elasticache/common/monitors-elasticache.tf @@ -6,7 +6,7 @@ resource "datadog_monitor" "elasticache_eviction" { query = < 0 EOF @@ -22,7 +22,7 @@ resource "datadog_monitor" "elasticache_eviction" { silenced = "${var.eviction_silenced}" - tags = ["env:${var.environment}", "resource:${var.resource}", "team:aws", "provider:aws"] + tags = ["env:${var.environment}", "engine:${var.resource}", "team:aws", "provider:aws"] } resource "datadog_monitor" "elasticache_max_connection" { @@ -33,7 +33,7 @@ resource "datadog_monitor" "elasticache_max_connection" { query = <= 65000 EOF @@ -49,7 +49,7 @@ resource "datadog_monitor" "elasticache_max_connection" { silenced = "${var.max_connection_silenced}" - tags = ["env:${var.environment}", "resource:${var.resource}", "team:aws", "provider:aws"] + tags = ["env:${var.environment}", "engine:${var.resource}", "team:aws", "provider:aws"] } resource "datadog_monitor" "elasticache_no_connection" { @@ -60,7 +60,7 @@ resource "datadog_monitor" "elasticache_no_connection" { query = <