diff --git a/packer-plugin-sdk/communicator/doc.go b/packer-plugin-sdk/communicator/doc.go new file mode 100644 index 000000000..30806b5d7 --- /dev/null +++ b/packer-plugin-sdk/communicator/doc.go @@ -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