Update post-processor/yandex-export/step-attach-disk.go
Co-authored-by: GennadySpb <lipenkov@gmail.com>
This commit is contained in:
parent
69adcdb2a3
commit
992cbe6dee
|
@ -57,7 +57,7 @@ func (c *StepAttachDisk) Run(ctx context.Context, state multistep.StateBag) mult
|
||||||
return yandex.StepHaltWithError(state, err)
|
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{
|
op, err = driver.SDK().WrapOperation(driver.SDK().Compute().Instance().AttachDisk(ctx, &compute.AttachInstanceDiskRequest{
|
||||||
InstanceId: instanceID,
|
InstanceId: instanceID,
|
||||||
|
|
Loading…
Reference in New Issue