Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nationalarchives/tdr-terraform-en…
Browse files Browse the repository at this point in the history
…vironments
  • Loading branch information
ian-hoyle committed Jan 6, 2025
2 parents 46810d9 + 79a40b0 commit 5365bef
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 5365bef

Please # to comment.