From 591eb128066592a3df57b76283c88c080a0df808 Mon Sep 17 00:00:00 2001 From: Scott Crunkleton Date: Wed, 12 Oct 2016 13:48:37 -0700 Subject: [PATCH] Added googlecompute documentation for the source_image_project_id option. It was previously missing. --- website/source/docs/builders/googlecompute.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 262ab5135..e24c899d3 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -171,6 +171,9 @@ builder. - `region` (string) - The region in which to launch the instance. Defaults to to the region hosting the specified `zone`. +- `source_image_project_id` (string) - The project ID of the + project containing the source image. + - `startup_script_file` (string) - The filepath to a startup script to run on the VM from which the image will be made.