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 ca17646 commit 0d271dfCopy full SHA for 0d271df
infrastructure/instance/redis_sync_lambda.tf
@@ -278,7 +278,7 @@ resource "aws_cloudwatch_metric_alarm" "redis_sync_error_alarm" {
278
period = 120
279
statistic = "Sum"
280
threshold = 1
281
- alarm_description = "This sets off an alarm for any error logs found in the redis sync (permission authentication) Lambda function"
+ alarm_description = "This sets off an alarm for any error logs found in the redis sync Lambda function"
282
alarm_actions = [data.aws_sns_topic.imms_system_alert_errors.arn]
283
treat_missing_data = "notBreaching"
284
}
0 commit comments