Skip to content

Commit

Permalink
chore(update-ruby-version): Ruby 2.5 will be EOL 7/30, updating to la…
Browse files Browse the repository at this point in the history
…test tested ruby version to prevent deprecation (#1676)

Co-authored-by: Edward Malinowski <edwardmalinowski@Edwards-MacBook-Pro.local.cdis>
  • Loading branch information
emalinowski and Edward Malinowski authored Jul 19, 2021
1 parent ac7ec63 commit 2a3a67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_files/aws/modules/alarms-lambda/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "aws_lambda_function" "lambda" {
function_name = "cloudwatch-lambda-${var.vpc_name}"
role = "${aws_iam_role.lambda_role.arn}"
handler = "lambda_function.processMessage"
runtime = "ruby2.5"
runtime = "ruby2.7"
source_code_hash = "${data.archive_file.cloudwatch_lambda.output_base64sha256}"
environment {
variables = {
Expand Down

0 comments on commit 2a3a67c

Please sign in to comment.