From 992cbe6dee7dccdfd56e88c5b2112ec4dd6247f5 Mon Sep 17 00:00:00 2001 From: Roman Mingazeev Date: Thu, 10 Dec 2020 15:17:27 +0300 Subject: [PATCH] Update post-processor/yandex-export/step-attach-disk.go Co-authored-by: GennadySpb --- post-processor/yandex-export/step-attach-disk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-processor/yandex-export/step-attach-disk.go b/post-processor/yandex-export/step-attach-disk.go index 63a1ee4f0..038f7c5a7 100644 --- a/post-processor/yandex-export/step-attach-disk.go +++ b/post-processor/yandex-export/step-attach-disk.go @@ -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,