Update builder/ucloud/uhost/step_create_instance.go
Co-Authored-By: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
parent
591f2833b8
commit
d3414e31e4
|
@ -196,7 +196,7 @@ func (s *stepCreateInstance) Cleanup(state multistep.StateBag) {
|
|||
})
|
||||
|
||||
if err != nil {
|
||||
ui.Error(fmt.Sprintf("Error on waiting for deleting instance %q completed, %s",
|
||||
ui.Error(fmt.Sprintf("Error on waiting for instance %q to be deleted: %s",
|
||||
s.instanceId, err.Error()))
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue