Update post-processor/yandex-export/step-attach-disk.go
Co-authored-by: GennadySpb <lipenkov@gmail.com>
This commit is contained in:
parent
ceb02833a4
commit
69adcdb2a3
|
@ -49,7 +49,7 @@ func (c *StepAttachDisk) Run(ctx context.Context, state multistep.StateBag) mult
|
||||||
}
|
}
|
||||||
md, ok := protoMD.(*compute.CreateDiskMetadata)
|
md, ok := protoMD.(*compute.CreateDiskMetadata)
|
||||||
if !ok {
|
if !ok {
|
||||||
return yandex.StepHaltWithError(state, fmt.Errorf("could not get Instance ID from create operation metadata"))
|
return yandex.StepHaltWithError(state, fmt.Errorf("could not get Disk ID from create operation metadata"))
|
||||||
}
|
}
|
||||||
state.Put("secondary_disk_id", md.GetDiskId())
|
state.Put("secondary_disk_id", md.GetDiskId())
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue