Skip to content

Commit df4aea2

Browse files
authored
Merge pull request #16 from Opcity/kyle.snow/MV-1536-upgrade-ruby
bump lambda runtime ruby version 2.5 -> 2.7
2 parents efe012c + 7292b3f commit df4aea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ resource "aws_lambda_function" "slowlog_check" {
117117
source_code_hash = local.slowlog_check_archive_hash
118118
role = aws_iam_role.slowlog_check.arn
119119
handler = "lambda_function.lambda_handler"
120-
runtime = "ruby2.5"
120+
runtime = "ruby2.7"
121121
vpc_config {
122122
subnet_ids = var.subnet_ids
123123
security_group_ids = concat([aws_security_group.egress.id], var.elasticache_security_groups)

0 commit comments

Comments
 (0)