This commit is contained in:
Adrien Delorme 2019-10-14 16:41:37 +02:00
parent 193d3e6bbd
commit 438f704333
3 changed files with 5 additions and 2 deletions

View File

@ -2,11 +2,12 @@ package jdcloud
import (
"fmt"
"os"
"github.com/hashicorp/packer/template/interpolate"
"github.com/jdcloud-api/jdcloud-sdk-go/core"
vm "github.com/jdcloud-api/jdcloud-sdk-go/services/vm/client"
vpc "github.com/jdcloud-api/jdcloud-sdk-go/services/vpc/client"
"os"
)
type JDCloudCredentialConfig struct {

View File

@ -2,6 +2,7 @@ package jdcloud
import (
"fmt"
"github.com/hashicorp/packer/helper/communicator"
"github.com/hashicorp/packer/template/interpolate"
)

View File

@ -2,6 +2,8 @@ package uhost
import (
"fmt"
"os"
"github.com/hashicorp/packer/template/interpolate"
"github.com/hashicorp/packer/version"
"github.com/ucloud/ucloud-sdk-go/services/uaccount"
@ -10,7 +12,6 @@ import (
"github.com/ucloud/ucloud-sdk-go/services/vpc"
"github.com/ucloud/ucloud-sdk-go/ucloud"
"github.com/ucloud/ucloud-sdk-go/ucloud/auth"
"os"
)
type AccessConfig struct {