Merge pull request #8890 from hashicorp/fix_8880
fix googlecompute password interpolation
This commit is contained in:
commit
fc35f02004
@ -131,6 +131,7 @@ func (s *StepConnectWinRM) waitForWinRM(state multistep.StateBag, ctx context.Co
|
|||||||
}
|
}
|
||||||
if config.Password != "" {
|
if config.Password != "" {
|
||||||
password = config.Password
|
password = config.Password
|
||||||
|
s.Config.WinRMPassword = password
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user