auto-formatted updates

This commit is contained in:
Grant Gongaware 2018-07-10 10:37:45 -07:00
parent 821cf79a47
commit d200eddfcd
3 changed files with 7 additions and 5 deletions

View File

@ -2,11 +2,11 @@ package proxmox
import ( import (
"fmt" "fmt"
"github.com/hashicorp/terraform/communicator" "github.com/hashicorp/terraform/communicator"
"github.com/hashicorp/terraform/communicator/remote" "github.com/hashicorp/terraform/communicator/remote"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
// "github.com/hashicorp/terraform/terraform"
// "github.com/mitchellh/go-linereader"
"io" "io"
"log" "log"
"strconv" "strconv"

View File

@ -2,11 +2,12 @@ package proxmox
import ( import (
"fmt" "fmt"
pxapi "github.com/Telmate/proxmox-api-go/proxmox"
"github.com/hashicorp/terraform/helper/schema"
"regexp" "regexp"
"strconv" "strconv"
"sync" "sync"
pxapi "github.com/Telmate/proxmox-api-go/proxmox"
"github.com/hashicorp/terraform/helper/schema"
) )
type providerConfiguration struct { type providerConfiguration struct {

View File

@ -3,10 +3,11 @@ package proxmox
import ( import (
"context" "context"
"fmt" "fmt"
"time"
pxapi "github.com/Telmate/proxmox-api-go/proxmox" pxapi "github.com/Telmate/proxmox-api-go/proxmox"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
"time"
) )
func Provisioner() terraform.ResourceProvisioner { func Provisioner() terraform.ResourceProvisioner {