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