diff --git a/builder/osc/common/step_run_source_vm.go b/builder/osc/common/step_run_source_vm.go index 85e74e68c..04fe1d5b3 100644 --- a/builder/osc/common/step_run_source_vm.go +++ b/builder/osc/common/step_run_source_vm.go @@ -248,7 +248,7 @@ func (s *StepRunSourceVm) Run(ctx context.Context, state multistep.StateBag) mul } if vm.PrivateIp != "" { - ui.Message(fmt.Sprintf("Private IP: %s", vm.PublicIp)) + ui.Message(fmt.Sprintf("Private IP: %s", vm.PrivateIp)) } }