From d200eddfcde99a1d157990112a31796677228a6c Mon Sep 17 00:00:00 2001 From: Grant Gongaware Date: Tue, 10 Jul 2018 10:37:45 -0700 Subject: [PATCH] auto-formatted updates --- proxmox/preprovision.go | 4 ++-- proxmox/provider.go | 5 +++-- proxmox/provisioner.go | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/proxmox/preprovision.go b/proxmox/preprovision.go index 3669dde..f83f0e9 100644 --- a/proxmox/preprovision.go +++ b/proxmox/preprovision.go @@ -2,11 +2,11 @@ package proxmox import ( "fmt" + "github.com/hashicorp/terraform/communicator" "github.com/hashicorp/terraform/communicator/remote" "github.com/hashicorp/terraform/helper/schema" - // "github.com/hashicorp/terraform/terraform" - // "github.com/mitchellh/go-linereader" + "io" "log" "strconv" diff --git a/proxmox/provider.go b/proxmox/provider.go index 3933300..cce6b12 100644 --- a/proxmox/provider.go +++ b/proxmox/provider.go @@ -2,11 +2,12 @@ package proxmox import ( "fmt" - pxapi "github.com/Telmate/proxmox-api-go/proxmox" - "github.com/hashicorp/terraform/helper/schema" "regexp" "strconv" "sync" + + pxapi "github.com/Telmate/proxmox-api-go/proxmox" + "github.com/hashicorp/terraform/helper/schema" ) type providerConfiguration struct { diff --git a/proxmox/provisioner.go b/proxmox/provisioner.go index 55a6743..b295831 100644 --- a/proxmox/provisioner.go +++ b/proxmox/provisioner.go @@ -3,10 +3,11 @@ package proxmox import ( "context" "fmt" + "time" + pxapi "github.com/Telmate/proxmox-api-go/proxmox" "github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/terraform" - "time" ) func Provisioner() terraform.ResourceProvisioner {