diff --git a/builder/googlecompute/step_create_instance.go b/builder/googlecompute/step_create_instance.go index a414676eb..b9d3e55ae 100644 --- a/builder/googlecompute/step_create_instance.go +++ b/builder/googlecompute/step_create_instance.go @@ -86,6 +86,8 @@ func (s *StepCreateInstance) Run(state multistep.StateBag) multistep.StepAction return multistep.ActionHalt } + ui.Say(fmt.Sprintf("Using image: %s", sourceImage.Name)) + if sourceImage.IsWindows() && c.Comm.Type == "winrm" && c.Comm.WinRMPassword == "" { state.Put("create_windows_password", true) }