From 09fba581a87309f546939ef4203b4c562639fec2 Mon Sep 17 00:00:00 2001 From: maunope <44614195+maunope@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:49:16 +0100 Subject: [PATCH] Update README.md fix --- modules/cloud-function/README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/modules/cloud-function/README.md b/modules/cloud-function/README.md index 60c4df86..e38cbb65 100644 --- a/modules/cloud-function/README.md +++ b/modules/cloud-function/README.md @@ -159,27 +159,6 @@ module "cf-http" { This deploys a Cloud Function with an HTTP endpoint, using a pre-existing GCS bucket for deployment using a pre existing private Cloud Build worker pool. -```hcl -module "cf-http" { - source = "./fabric/modules/cloud-function" - project_id = "my-project" - name = "test-cf-http" - bucket_name = "test-cf-bundles" - build_worker_pool = "projects/my-project/locations/europe-west1/workerPools/my_build_worker_pool" - bundle_config = { - source_dir = "my-cf-source-folder" - output_path = "bundle.zip" - excludes = null - } -} -# tftest skip -``` - - -### Private Cloud Build Pool - -This deploys a Cloud Function with an HTTP endpoint, using a pre existing private Cloud Build worker pool. - ```hcl module "cf-http" { source = "./fabric/modules/cloud-function"