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.
2 parents efe012c + 7292b3f commit df4aea2Copy full SHA for df4aea2
main.tf
@@ -117,7 +117,7 @@ resource "aws_lambda_function" "slowlog_check" {
117
source_code_hash = local.slowlog_check_archive_hash
118
role = aws_iam_role.slowlog_check.arn
119
handler = "lambda_function.lambda_handler"
120
- runtime = "ruby2.5"
+ runtime = "ruby2.7"
121
vpc_config {
122
subnet_ids = var.subnet_ids
123
security_group_ids = concat([aws_security_group.egress.id], var.elasticache_security_groups)
0 commit comments