From 283d3e5758aa7ca18f0a9c4e6961c92acd8d81cf Mon Sep 17 00:00:00 2001 From: YAMADA Tsuyoshi Date: Sat, 22 Oct 2016 15:30:18 +0900 Subject: [PATCH] Updated document --- website/source/docs/builders/googlecompute.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index e24c899d3..bc6fc32cb 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -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.