diff --git a/modules/cloud-function-v1/README.md b/modules/cloud-function-v1/README.md index b15ee08d2..68399a281 100644 --- a/modules/cloud-function-v1/README.md +++ b/modules/cloud-function-v1/README.md @@ -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 = { diff --git a/tests/modules/cloud_function_v1/examples/pubsub-non-http-trigger.yaml b/tests/modules/cloud_function_v1/examples/pubsub-non-http-trigger.yaml index 118dc319c..0f191e48b 100644 --- a/tests/modules/cloud_function_v1/examples/pubsub-non-http-trigger.yaml +++ b/tests/modules/cloud_function_v1/examples/pubsub-non-http-trigger.yaml @@ -33,7 +33,7 @@ values: labels: null max_instances: 1 min_instances: null - name: test-cf-http + name: test-test-cf-http on_deploy_update_policy: [] project: project-id region: europe-west9