Skip to content

Commit

Permalink
auto-formatted updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Gongaware committed Jul 10, 2018
1 parent 821cf79 commit d200edd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions proxmox/preprovision.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions proxmox/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 2 additions & 1 deletion proxmox/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d200edd

Please sign in to comment.