fix Cloud Build E2E test

This commit is contained in:
Wiktor Niesiobędzki 2024-07-12 13:49:19 +00:00 committed by Wiktor Niesiobędzki
parent 17a08c1fe7
commit c47a76a74e
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ This deploys a Cloud Function with an HTTP endpoint, using a pre-existing GCS bu
module "cf-http" {
source = "./fabric/modules/cloud-function-v2"
project_id = var.project_id
region = var.region
region = var.regions.secondary
name = "test-cf-http"
bucket_name = var.bucket
build_worker_pool = google_cloudbuild_worker_pool.pool.id