googlecompute-export: Add logging.write to service account scopes
This commit is contained in:
parent
73b7499811
commit
fac8ba2040
|
@ -183,6 +183,7 @@ func (p *PostProcessor) PostProcess(ctx context.Context, ui packer.Ui, artifact
|
|||
"https://www.googleapis.com/auth/compute",
|
||||
"https://www.googleapis.com/auth/devstorage.full_control",
|
||||
"https://www.googleapis.com/auth/userinfo.email",
|
||||
"https://www.googleapis.com/auth/logging.write",
|
||||
},
|
||||
}
|
||||
if p.config.ServiceAccountEmail != "" {
|
||||
|
|
Loading…
Reference in New Issue