Formatted the default value and cleaned some trailing spaces.
This commit is contained in:
parent
283d3e5758
commit
dd89aa7243
|
@ -172,8 +172,13 @@ builder.
|
||||||
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.
|
- `scopes` (array of strings) - The service account scopes for launched instance.
|
||||||
Defaults to
|
Defaults to:
|
||||||
`["https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/compute", "https://www.googleapis.com/auth/devstorage.full_control"]`.
|
|
||||||
|
``` {.json}
|
||||||
|
[ "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