Updated document

This commit is contained in:
YAMADA Tsuyoshi 2016-10-22 15:30:18 +09:00
parent da7d317e46
commit 283d3e5758
1 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,10 @@ builder.
- `region` (string) - The region in which to launch the instance. Defaults to
to the region hosting the specified `zone`.
- `scopes` (array of strings) - The service account scopes for launched instance.
Defaults to
`["https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/compute", "https://www.googleapis.com/auth/devstorage.full_control"]`.
- `source_image_project_id` (string) - The project ID of the
project containing the source image.