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 df9febef1b
commit 6402362018
337 changed files with 259 additions and 259 deletions
+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"
)