We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ec704 commit 809b633Copy full SHA for 809b633
main.tf
@@ -167,7 +167,7 @@ resource "aws_cloudwatch_metric_alarm" "cache_cpu" {
167
threshold = var.alarm_cpu_threshold_percent
168
169
dimensions = {
170
- DBInstanceIdentifier = module.db.db_instance_id
+ DBInstanceIdentifier = module.db.db_instance_identifier
171
}
172
173
alarm_actions = [aws_sns_topic.slack_topic[0].arn]
@@ -194,7 +194,7 @@ resource "aws_cloudwatch_metric_alarm" "disk_free_storage_space_too_low" {
194
threshold = var.disk_free_storage_space
195
196
197
198
199
200
0 commit comments