Update variables.tf

fixed test
This commit is contained in:
maunope 2022-11-15 14:42:19 +01:00 committed by GitHub
parent 7f9c29c4ba
commit a199214970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ variable "bucket_name" {
variable "build_worker_pool" {
description = "Build worker pool, in projects/<PROJECT-ID>/locations/<REGION>/workerPools/<POOL_NAME> format"
type = string
default = null
}
variable "bundle_config" {