mirror of
https://github.com/hashicorp/packer.git
synced 2026-07-15 03:57:06 -04:00
googlecompute-export: Fixed scopes to run gcloud, gsutil in startup script
This commit is contained in:
parent
6be3860412
commit
61e2ea308e
1 changed files with 5 additions and 0 deletions
|
|
@ -79,6 +79,11 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
|
|||
Zone: zone,
|
||||
Network: "default",
|
||||
RawStateTimeout: "5m",
|
||||
Scopes: []string{
|
||||
"https://www.googleapis.com/auth/userinfo.email",
|
||||
"https://www.googleapis.com/auth/compute",
|
||||
"https://www.googleapis.com/auth/devstorage.full_control",
|
||||
},
|
||||
}
|
||||
exporterConfig.CalcTimeout()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue