Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hoyle committed Jan 6, 2025
2 parents 51af32b + 5365bef commit 311ac0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database-migrations/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_lambda_function" "database_migration_function" {
function_name = "tdr-database-migrations-${var.environment}"
handler = "migration.Main::runMigration"
role = aws_iam_role.lambda_assume_role.arn
runtime = "java11"
runtime = "java17"
filename = "${path.module}/temp.zip"
memory_size = 512
timeout = 60
Expand Down

0 comments on commit 311ac0c

Please # to comment.