This commit is contained in:
Megan Marsh 2020-12-11 16:04:55 -08:00
parent 5f34bbd56e
commit 6a672f3948
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/*
Package communicator provides common steps for connecting to an instance
using the Packer communicator. These steps can be implemented by builders.
Normally, a builder will want to implement StepConnect, which is smart enough
to then determine which kind of communicator, and therefore which kind of
substep, it should implement.
Various helper functions are also supplied. CommHost
*/
package communicator