fix googlecompute password interpolation

This commit is contained in:
Megan Marsh 2020-03-13 11:01:43 -07:00
parent 1c27d9d04b
commit bcb7b8751c
1 changed files with 1 additions and 0 deletions

View File

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