terraform/communicator/winrm
James Bardin 82a4552030 use Run instead of Shell.Execute in winrm
The error from a remote command is not exported, and only exposed via
the Run method. Otherwise the Run method works exactly like the
runCommand function being removed.
2018-04-05 12:54:58 -04:00
..
communicator.go use Run instead of Shell.Execute in winrm 2018-04-05 12:54:58 -04:00
communicator_test.go more unit tests 2018-03-30 22:05:10 -04:00
provisioner.go first attempt at supporting NTLM authentication in Terraform 2018-03-30 21:11:53 -04:00
provisioner_test.go added unit tests 2018-03-30 22:01:49 -04:00