|
|
|
|
@ -14,13 +14,13 @@ import (
|
|
|
|
|
hypervcommon "github.com/hashicorp/packer/builder/hyperv/common"
|
|
|
|
|
powershell "github.com/hashicorp/packer/builder/hyperv/common/powershell"
|
|
|
|
|
"github.com/hashicorp/packer/helper/communicator"
|
|
|
|
|
"github.com/hashicorp/packer/helper/config"
|
|
|
|
|
"github.com/hashicorp/packer/packer"
|
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/bootcommand"
|
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/common"
|
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/multistep"
|
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/multistep/commonsteps"
|
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/shutdowncommand"
|
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/template/config"
|
|
|
|
|
"github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|