Skip to content

Commit 809b633

Browse files
committed
updated chnages for tags
1 parent 38ec704 commit 809b633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ resource "aws_cloudwatch_metric_alarm" "cache_cpu" {
167167
threshold = var.alarm_cpu_threshold_percent
168168

169169
dimensions = {
170-
DBInstanceIdentifier = module.db.db_instance_id
170+
DBInstanceIdentifier = module.db.db_instance_identifier
171171
}
172172

173173
alarm_actions = [aws_sns_topic.slack_topic[0].arn]
@@ -194,7 +194,7 @@ resource "aws_cloudwatch_metric_alarm" "disk_free_storage_space_too_low" {
194194
threshold = var.disk_free_storage_space
195195

196196
dimensions = {
197-
DBInstanceIdentifier = module.db.db_instance_id
197+
DBInstanceIdentifier = module.db.db_instance_identifier
198198
}
199199

200200
alarm_actions = [aws_sns_topic.slack_topic[0].arn]

0 commit comments

Comments
 (0)