From e1751387960dde4a0b5a5cd4367fb25de451ee36 Mon Sep 17 00:00:00 2001 From: Hazmei Abdul Rahman Date: Fri, 22 Dec 2023 15:30:20 +0800 Subject: [PATCH] Update serverless data alarm --- alarms.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }