Skip to content

Commit ecea620

Browse files
committed
Python ~> 3.12
1 parent 9ef2f05 commit ecea620

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
@@ -369,7 +369,7 @@ resource "aws_lambda_function" "functions" {
369369
handler = "index.handler"
370370
memory_size = each.value.memory_size
371371
role = aws_iam_role.roles["lambda"].arn
372-
runtime = "python3.11"
372+
runtime = "python3.12"
373373
source_code_hash = data.archive_file.packages[each.key].output_base64sha256
374374
tags = var.tags
375375
timeout = 3

0 commit comments

Comments
 (0)