We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1b5cf8 + 3ae471e commit 56f544eCopy full SHA for 56f544e
nat_instances/route_table_lambda/main.tf
@@ -20,7 +20,7 @@ module "lambda" {
20
kms_key_arn = var.kms_key_arn
21
memory_size = 128
22
timeout = 10
23
- runtime = "python3.9"
+ runtime = "python3.13"
24
}
25
26
data "aws_arn" "lambda" {
0 commit comments