Skip to content

Commit

Permalink
Changed missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfox675 committed Apr 20, 2021
1 parent 7f96fed commit b25812e
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 @@ -80,5 +80,5 @@ resource "aws_cloudwatch_metric_alarm" "this_deadletter" {
period = 60
statistic = "Maximum"
threshold = 1
treat_missing_data = "missing"
treat_missing_data = "notBreaching"
}

0 comments on commit b25812e

Please sign in to comment.