Skip to content

Commit 290009c

Browse files
authored
add new python runtime, deprecate 3.8
1 parent c5718c8 commit 290009c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ variable "lambda_runtime" {
153153
validation {
154154
condition = contains([
155155
"python3.9",
156-
"python3.8",
157156
"python3.11"
157+
"python3.12",
158+
"python3.13"
158159
], var.lambda_runtime)
159160
error_message = "Invalid lambda_runtime provided."
160161
}

0 commit comments

Comments
 (0)