Versions in this module Expand all Collapse all v0 v0.5.1 May 15, 2015 v0.5.0 May 7, 2015 Changes in this version + const DefaultPort + const DefaultScriptPath + const DefaultTimeout + const DefaultUser + type Communicator struct + func New(s *terraform.InstanceState) (*Communicator, error) + func (c *Communicator) Connect(o terraform.UIOutput) error + func (c *Communicator) Disconnect() error + func (c *Communicator) ScriptPath() string + func (c *Communicator) Start(rc *remote.Cmd) error + func (c *Communicator) Timeout() time.Duration + func (c *Communicator) Upload(path string, input io.Reader) error + func (c *Communicator) UploadDir(dst string, src string) error + func (c *Communicator) UploadScript(path string, input io.Reader) error