From 7021682746b55d1417c11416e727336c688e9546 Mon Sep 17 00:00:00 2001 From: Christoph Grotz Date: Fri, 24 Feb 2023 17:44:19 +0000 Subject: [PATCH] tfdoc again --- blueprints/networking/psc-glb-and-armor/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/blueprints/networking/psc-glb-and-armor/README.md b/blueprints/networking/psc-glb-and-armor/README.md index e0d99641..eafe4c99 100644 --- a/blueprints/networking/psc-glb-and-armor/README.md +++ b/blueprints/networking/psc-glb-and-armor/README.md @@ -99,16 +99,14 @@ The above command will delete the associated resources so there will be no billa | name | description | type | required | default | |---|---|:---:|:---:|:---:| -| [consumer_project_id](variables.tf#L32) | The consumer project, in which the GCLB and Cloud Armor should be created. | | ✓ | | +| [consumer_project_id](variables.tf#L32) | The consumer project, in which the GCLB and Cloud Armor should be created. | string | ✓ | | | [prefix](variables.tf#L17) | Prefix used for resource names. | string | ✓ | | -| [producer_project_id](variables.tf#L36) | The producer project, in which the ILB, PSC Service Attachment and Cloud Run service should be created | | ✓ | | +| [producer_project_id](variables.tf#L37) | The producer project, in which the ILB, PSC Service Attachment and Cloud Run service should be created | string | ✓ | | | [project_create](variables.tf#L26) | Create project instead of using an existing one. | bool | | false | -| [region](variables.tf#L40) | The GCP region in which the resources should be deployed. | | | europe-west1 | -| [zone](variables.tf#L45) | The GCP zone for the VM. | | | europe-west1-b | +| [region](variables.tf#L42) | The GCP region in which the resources should be deployed. | string | | "europe-west1" | +| [zone](variables.tf#L48) | The GCP zone for the VM. | string | | "europe-west1-b" | - - ## Test ```hcl