Skip to content

Commit

Permalink
Notbreach missing data ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleung-appzen committed Jan 23, 2020
1 parent 156076f commit 8eba426
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 @@ -164,7 +164,7 @@ resource "aws_cloudwatch_metric_alarm" "service_max_stuck" {
alarm_actions = ["${var.sns_stuck_alarm_arn}"]
ok_actions = ["${var.sns_stuck_alarm_arn}"]
insufficient_data_actions = []
treat_missing_data = "notBreaching"
treat_missing_data = "ignore"
dimensions = {
ClusterName = "${var.cluster_name}"
ServiceName = "${var.service_name}"
Expand Down

0 comments on commit 8eba426

Please sign in to comment.