fix googlecompute password interpolation
This commit is contained in:
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…
Reference in New Issue