Added googlecompute documentation for the source_image_project_id option. It was previously missing.

This commit is contained in:
Scott Crunkleton 2016-10-12 13:48:37 -07:00
parent 5af0fbff7d
commit 591eb12806
1 changed files with 3 additions and 0 deletions

View File

@ -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.