You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,7 @@ ssh_port | int | Optional | The port that SSH will be available on. Defaults to
225
225
ssh_timeout | string | Optional | The time to wait for SSH to become available before timing out. The format of this value is a duration such as "5s" or "5m".
226
226
***Windows Communicator Variables*** |
227
227
winrm_username | string | Optional | The username to use to connect to WinRM.
228
+
winrm_password | string | Optional | The password to use to connect to WinRM. (For custom windows images)
228
229
winrm_port | int | Optional | The port that WinRM will be available on. Defaults to port 5986.
229
230
winrm_timeout | string | Optional | The time to wait for WinRM to become available before timing out.
230
231
winrm_insecure | bool | Optional | If true, do not check server certificate chain and host name.
0 commit comments