From 7e91685cc72e45d56774e998105fa8e06551d597 Mon Sep 17 00:00:00 2001 From: Niklas Martin <55481472+niklasmartin@users.noreply.github.com> Date: Tue, 7 May 2024 12:27:15 +0200 Subject: [PATCH] Add python version 3.12 --- gcp-function-https/variabes.tf | 1 + gcp-function-pubsub/variabes.tf | 1 + gcp-function-schedule/variabes.tf | 1 + 3 files changed, 3 insertions(+) diff --git a/gcp-function-https/variabes.tf b/gcp-function-https/variabes.tf index 59562cd..0e88e47 100644 --- a/gcp-function-https/variabes.tf +++ b/gcp-function-https/variabes.tf @@ -25,6 +25,7 @@ variable "runtime" { "nodejs14", "nodejs12", "nodejs10", + "python312", "python311", "python310", "python39", diff --git a/gcp-function-pubsub/variabes.tf b/gcp-function-pubsub/variabes.tf index c9a31d1..26a996e 100644 --- a/gcp-function-pubsub/variabes.tf +++ b/gcp-function-pubsub/variabes.tf @@ -25,6 +25,7 @@ variable "runtime" { "nodejs14", "nodejs12", "nodejs10", + "python312", "python311", "python310", "python39", diff --git a/gcp-function-schedule/variabes.tf b/gcp-function-schedule/variabes.tf index a4320bd..3ac19cd 100644 --- a/gcp-function-schedule/variabes.tf +++ b/gcp-function-schedule/variabes.tf @@ -25,6 +25,7 @@ variable "runtime" { "nodejs14", "nodejs12", "nodejs10", + "python312", "python311", "python310", "python39",