mirror of
https://github.com/hashicorp/packer.git
synced 2026-07-15 12:01:25 -04:00
change ui message to private ip in run source vm
This commit is contained in:
parent
04d9888657
commit
7d024b9725
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue