github.com/StackPointCloud/packer@v0.10.2-0.20180716202532-b28098e0f79b/helper/communicator/winrm.go (about) 1 package communicator 2 3 // WinRMConfig is configuration that can be returned at runtime to 4 // dynamically configure WinRM. 5 type WinRMConfig struct { 6 Username string 7 Password string 8 }