fix googlecompute password interpolation

pull/8890/head
Megan Marsh 6 years ago
parent 1c27d9d04b
commit bcb7b8751c

@ -131,6 +131,7 @@ func (s *StepConnectWinRM) waitForWinRM(state multistep.StateBag, ctx context.Co
}
if config.Password != "" {
password = config.Password
s.Config.WinRMPassword = password
}
}

Loading…
Cancel
Save