Skip to content

Commit 0d271df

Browse files
committed
remove permission authentication
1 parent ca17646 commit 0d271df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/instance/redis_sync_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ resource "aws_cloudwatch_metric_alarm" "redis_sync_error_alarm" {
278278
period = 120
279279
statistic = "Sum"
280280
threshold = 1
281-
alarm_description = "This sets off an alarm for any error logs found in the redis sync (permission authentication) Lambda function"
281+
alarm_description = "This sets off an alarm for any error logs found in the redis sync Lambda function"
282282
alarm_actions = [data.aws_sns_topic.imms_system_alert_errors.arn]
283283
treat_missing_data = "notBreaching"
284284
}

0 commit comments

Comments
 (0)