From 96b96cb9255bb359e04a39e3e2ccdcddfbcdec73 Mon Sep 17 00:00:00 2001 From: "Satana Charuwichitratana (Mick)" Date: Tue, 30 Apr 2024 14:55:19 +0700 Subject: [PATCH] docs: Update network_project_id --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 938a609..43563c0 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ module "bigquery_loader_pubsub" { | [name](#input\_name) | A name which will be pre-pended to the resources created | `string` | n/a | yes | | [network](#input\_network) | The name of the network to deploy within | `string` | n/a | yes | | [project\_id](#input\_project\_id) | The project ID in which the stack is being deployed | `string` | n/a | yes | -| [network\_project\_id](#input\_network\_project\_id) | The project ID of the shared VPC in which the stack is being deployed | `string` | n/a | yes | +| [network\_project\_id](#input\_network\_project\_id) | The project ID of the shared VPC in which the stack is being deployed | `string` | `""` | no | | [region](#input\_region) | The name of the region to deploy within | `string` | n/a | yes | | [accept\_limited\_use\_license](#input\_accept\_limited\_use\_license) | Acceptance of the SLULA terms (https://docs.snowplow.io/limited-use-license-1.0/) | `bool` | `false` | no | | [app\_version](#input\_app\_version) | App version to use. This variable facilitates dev flow, the modules may not work with anything other than the default value. | `string` | `"1.7.0"` | no |