Merge pull request #3992 from crunk1/master

Added googlecompute documentation for the source_image_project_id opt…
This commit is contained in:
Matthew Hooker 2016-10-12 14:10:23 -07:00 committed by GitHub
commit 0e4a15804d
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.