diff --git a/alarms.tf b/alarms.tf index 83abe01..2aeca01 100644 --- a/alarms.tf +++ b/alarms.tf @@ -140,7 +140,7 @@ resource "aws_cloudwatch_metric_alarm" "cache_serverless_throttled_commands" { threshold = 0 - tags = var.tags + tags = var.tags dimensions = { CacheClusterId = awscc_elasticache_serverless_cache.this[0].serverless_cache_name }