Added build env vars in cloud function v1 (#2234)

This commit is contained in:
luigi-bitonti
2024-04-23 19:20:38 +02:00
committed by GitHub
parent dd213ea9a9
commit d901992607
3 changed files with 29 additions and 21 deletions

View File

@@ -29,6 +29,12 @@ variable "bucket_name" {
nullable = false
}
variable "build_environment_variables" {
description = "A set of key/value environment variable pairs available during build time."
type = map(string)
default = {}
}
variable "build_worker_pool" {
description = "Build worker pool, in projects/<PROJECT-ID>/locations/<REGION>/workerPools/<POOL_NAME> format."
type = string