Changed vmware-govcd dependency to pull from hmrc
This commit is contained in:
parent
cb90e6c037
commit
7c09f9653d
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"net/url"
|
||||
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
|
|
@ -3,7 +3,7 @@ package vcd
|
|||
import (
|
||||
"fmt"
|
||||
"github.com/hashicorp/terraform/helper/schema"
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
"github.com/hashicorp/terraform/helper/resource"
|
||||
"github.com/hashicorp/terraform/terraform"
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
)
|
||||
|
||||
func TestAccVcdDNAT_Basic(t *testing.T) {
|
||||
|
|
|
@ -5,8 +5,8 @@ import (
|
|||
"fmt"
|
||||
"github.com/hashicorp/terraform/helper/hashcode"
|
||||
"github.com/hashicorp/terraform/helper/schema"
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
types "github.com/opencredo/vmware-govcd/types/v56"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
types "github.com/hmrc/vmware-govcd/types/v56"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
"github.com/hashicorp/terraform/helper/resource"
|
||||
"github.com/hashicorp/terraform/terraform"
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
)
|
||||
|
||||
func TestAccVcdFirewallRules_basic(t *testing.T) {
|
||||
|
|
|
@ -7,8 +7,8 @@ import (
|
|||
"fmt"
|
||||
"github.com/hashicorp/terraform/helper/hashcode"
|
||||
"github.com/hashicorp/terraform/helper/schema"
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
types "github.com/opencredo/vmware-govcd/types/v56"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
types "github.com/hmrc/vmware-govcd/types/v56"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
"github.com/hashicorp/terraform/helper/resource"
|
||||
"github.com/hashicorp/terraform/terraform"
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
)
|
||||
|
||||
func TestAccVcdNetwork_Basic(t *testing.T) {
|
||||
|
|
|
@ -3,7 +3,7 @@ package vcd
|
|||
import (
|
||||
"fmt"
|
||||
"github.com/hashicorp/terraform/helper/schema"
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
)
|
||||
|
||||
func resourceVcdSNAT() *schema.Resource {
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
"github.com/hashicorp/terraform/helper/resource"
|
||||
"github.com/hashicorp/terraform/terraform"
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
)
|
||||
|
||||
func TestAccVcdSNAT_Basic(t *testing.T) {
|
||||
|
|
|
@ -3,8 +3,8 @@ package vcd
|
|||
import (
|
||||
"fmt"
|
||||
"github.com/hashicorp/terraform/helper/schema"
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
types "github.com/opencredo/vmware-govcd/types/v56"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
types "github.com/hmrc/vmware-govcd/types/v56"
|
||||
"log"
|
||||
)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
"github.com/hashicorp/terraform/helper/resource"
|
||||
"github.com/hashicorp/terraform/terraform"
|
||||
"github.com/opencredo/vmware-govcd"
|
||||
"github.com/hmrc/vmware-govcd"
|
||||
)
|
||||
|
||||
func TestAccVcdVApp_PowerOff(t *testing.T) {
|
||||
|
|
|
@ -2,7 +2,7 @@ package vcd
|
|||
|
||||
import (
|
||||
"github.com/hashicorp/terraform/helper/resource"
|
||||
types "github.com/opencredo/vmware-govcd/types/v56"
|
||||
types "github.com/hmrc/vmware-govcd/types/v56"
|
||||
"strconv"
|
||||
"time"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue