Fix cloud-function-v1 E2E test collision by adding prefix (#3952)

This commit is contained in:
Ludovico Magnocavallo
2026-05-09 20:55:10 +02:00
committed by GitHub
parent 37af8264bc
commit 48b62ea918
2 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ module "cf-http" {
source = "./fabric/modules/cloud-function-v1"
project_id = var.project_id
region = var.regions.secondary
prefix = var.prefix
name = "test-cf-http"
bucket_name = var.bucket
bundle_config = {