create packer-plugin-sdk directory and begin moving the relevant folders into it.

This commit is contained in:
Megan Marsh
2020-11-11 10:21:37 -08:00
parent bfee3b8f5b
commit 7be0cf428a
337 changed files with 259 additions and 259 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"github.com/hashicorp/packer/helper/communicator"
"github.com/hashicorp/packer/helper/config"
"github.com/hashicorp/packer/packer"
"github.com/hashicorp/packer/template/interpolate"
"github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate"
)
// Config holds all the details needed to configure the builder.
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/hashicorp/packer/helper/multistep"
"github.com/hashicorp/packer/packer"
"github.com/hashicorp/packer/template/interpolate"
"github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate"
"github.com/xanzy/go-cloudstack/cloudstack"
)