Formatted the default value and cleaned some trailing spaces.

This commit is contained in:
Rickard von Essen 2016-10-22 21:06:07 +02:00
parent 283d3e5758
commit dd89aa7243
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA
1 changed files with 10 additions and 5 deletions

View File

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