Versions in this module Expand all Collapse all v0 v0.5.0 May 7, 2015 Changes in this version + type Communicator interface + Connect func(terraform.UIOutput) error + Disconnect func() error + ScriptPath func() string + Start func(*remote.Cmd) error + Timeout func() time.Duration + Upload func(string, io.Reader) error + UploadDir func(string, string) error + UploadScript func(string, io.Reader) error + func New(s *terraform.InstanceState) (Communicator, error)