Skip to content

Commit

Permalink
[1.x] Updated the 'alarm_description'.
Browse files Browse the repository at this point in the history
  • Loading branch information
wescmx authored Oct 29, 2024
1 parent 1828ced commit 2208cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ resource "aws_cloudwatch_metric_alarm" "elb_metric_filter_alarm" {
period = var.cw_metric_filter_alarm_period
statistic = var.cw_metric_filter_alarm_statistic
threshold = var.cw_metric_filter_alarm_threshold
alarm_description = "Alarm when Security Group ${var.sg_ids[count.index]} has >= 'x' data points within 'y' minutes."
alarm_description = "Alarm when Security Group ${var.sg_ids[count.index]} exceeds the specified threshold."
alarm_actions = var.cw_metric_filter_alarm_actions
}

0 comments on commit 2208cce

Please sign in to comment.