diff --git a/website/source/docs/templates/communicator.html.markdown b/website/source/docs/templates/communicator.html.markdown index 6e1411f10..f15ff6760 100644 --- a/website/source/docs/templates/communicator.html.markdown +++ b/website/source/docs/templates/communicator.html.markdown @@ -105,7 +105,7 @@ The WinRM communicator has the following options. * `winrm_host` (string) - The address for WinRM to connect to. * `winrm_port` (integer) - The WinRM port to connect to. This defaults to - 5985. + 5985 for plain unencrypted connection and 5896 for SSL when `winrm_use_ssl` is set to true. * `winrm_username` (string) - The username to use to connect to WinRM.