mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 00:11:41 -04:00
Update post-processor/yandex-export/step-attach-disk.go
Co-authored-by: GennadySpb <[email protected]>
This commit is contained in:
co-authored by
GennadySpb
parent
69adcdb2a3
commit
992cbe6dee
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user