From e0fd5ac4027245a06ceee31d786ddddec3412bc4 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Wed, 28 Dec 2016 23:15:18 -0600 Subject: [PATCH] Fix formating for network_project_id config option --- website/source/docs/builders/googlecompute.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 1ea1c311c..41e61d54e 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -172,7 +172,7 @@ builder. - `network` (string) - The Google Compute network to use for the launched instance. Defaults to `"default"`. -- 'network_project_id' (string) - The project ID for the network and subnetwork +- `network_project_id` (string) - The project ID for the network and subnetwork to use for launched instance. Defaults to `project_id`. - `omit_external_ip` (boolean) - If true, the instance will not have an external IP.