mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
change ui message to private ip in run source vm
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user