Skip to content

Commit

Permalink
Fix typo in api_error_rate caomparison_operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Nov 16, 2023
1 parent 245f8f7 commit fd5d42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/log_alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "aws_cloudwatch_metric_alarm" "api_error_rate" {
alarm_description = "API error rate exceeded 5%"
metric_name = "5XXError"
alarm_actions = [aws_sns_topic.alarms.arn]
comparison_operator = "GreateerThanOrEqualToThreshold"
comparison_operator = "GreaterThanOrEqualToThreshold"
period = 60
evaluation_periods = 2
threshold = 0.05
Expand Down

0 comments on commit fd5d42d

Please sign in to comment.