Skip to content

Commit 56f544e

Browse files
authored
Merge pull request #18 from wearetechnative/feature/python3.13
Update python from 3.9 to 3.13
2 parents b1b5cf8 + 3ae471e commit 56f544e

File tree

1 file changed

+1
-1
lines changed
  • nat_instances/route_table_lambda

1 file changed

+1
-1
lines changed

nat_instances/route_table_lambda/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "lambda" {
2020
kms_key_arn = var.kms_key_arn
2121
memory_size = 128
2222
timeout = 10
23-
runtime = "python3.9"
23+
runtime = "python3.13"
2424
}
2525

2626
data "aws_arn" "lambda" {

0 commit comments

Comments
 (0)