Update post-processor/yandex-export/step-attach-disk.go

Co-authored-by: GennadySpb <lipenkov@gmail.com>
pull/10367/head
Roman Mingazeev 5 years ago committed by GitHub
parent 69adcdb2a3
commit 992cbe6dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ func (c *StepAttachDisk) Run(ctx context.Context, state multistep.StateBag) mult
return yandex.StepHaltWithError(state, err)
}
ui.Say("Attach disk...")
ui.Say("Attach secondary disk to instance...")
op, err = driver.SDK().WrapOperation(driver.SDK().Compute().Instance().AttachDisk(ctx, &compute.AttachInstanceDiskRequest{
InstanceId: instanceID,

Loading…
Cancel
Save