pull/9124/head
Gennady Lipenkov 6 years ago
parent aa595fa1aa
commit 2658d58507

@ -108,7 +108,7 @@ func (p *PostProcessor) Configure(raws ...interface{}) error {
func (p *PostProcessor) PostProcess(ctx context.Context, ui packer.Ui, artifact packer.Artifact) (packer.Artifact, bool, bool, error) {
if artifact.BuilderId() != yandex.BuilderID {
err := fmt.Errorf(
"Unknown artifact typs\nCan only export from Yandex Cloud builder artifacts.",
"Unknown artifact type: %s\nCan only export from Yandex Cloud builder artifacts.",
artifact.BuilderId())
return nil, false, false, err
}

@ -6,5 +6,5 @@
Alternatively you may set value by environment variable YC_FOLDER_ID.
- `service_account_id` (string) - Service Account ID with proper permission to modify an instance, create and attach disk and
make upload to specific paths
make upload to specific Yandex Object Storage paths
Loading…
Cancel
Save