docs: Update scopes value example (#56362)

Existing example in GCE guide returns "invalid scope" error; value needs "https://" prefix
pull/4420/head
Isaac 2019-05-13 19:11:49 +02:00 committed by Alicia Cozine
parent ef0851dcd4
commit 85fa65e5f0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ you can use the following configuration:
project: my-project
auth_kind: serviceaccount
scopes:
- www.googleapis.com/auth/compute
- https://www.googleapis.com/auth/compute
tasks: