mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-05 21:45:13 +01:00
Merge pull request #8890 from hashicorp/fix_8880
fix googlecompute password interpolation
This commit is contained in:
@@ -131,6 +131,7 @@ func (s *StepConnectWinRM) waitForWinRM(state multistep.StateBag, ctx context.Co
|
||||
}
|
||||
if config.Password != "" {
|
||||
password = config.Password
|
||||
s.Config.WinRMPassword = password
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user