Updated document
This commit is contained in:
parent
da7d317e46
commit
283d3e5758
|
@ -171,6 +171,10 @@ builder.
|
||||||
- `region` (string) - The region in which to launch the instance. Defaults to
|
- `region` (string) - The region in which to launch the instance. Defaults to
|
||||||
to the region hosting the specified `zone`.
|
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
|
- `source_image_project_id` (string) - The project ID of the
|
||||||
project containing the source image.
|
project containing the source image.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue