auto-formatted updates

This commit is contained in:
Grant Gongaware 2018-07-10 10:37:45 -07:00
parent 04654a1388
commit 6cb6133735
3 changed files with 7 additions and 5 deletions

View File

@ -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"

View File

@ -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 {

View File

@ -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 {