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",