Skip to content

Commit

Permalink
chore: update hcx import
Browse files Browse the repository at this point in the history
Updates `hcx "github.com/adeleporte/terraform-provider-hcx/hcx"` to  `hcx "github.com/vmware/terraform-provider-hcx/hcx"`.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Jan 7, 2025
1 parent 9bb6716 commit d0888fd
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion data_source_compute_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package main
import (
"context"

hcx "github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
hcx "github.com/vmware/terraform-provider-hcx/hcx"
)

func dataSourceComputeProfile() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion data_source_network_backing.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package main
import (
"context"

hcx "github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
hcx "github.com/vmware/terraform-provider-hcx/hcx"
)

func dataSourceNetworkBacking() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package main
import (
"context"

hcx "github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/go-cty/cty"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
hcx "github.com/vmware/terraform-provider-hcx/hcx"
)

// Provider -
Expand Down
2 changes: 1 addition & 1 deletion resource_activation.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package main
import (
"context"

"github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/vmware/terraform-provider-hcx/hcx"
)

func resourceActivation() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion resource_compute_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"errors"
"time"

hcx "github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
hcx "github.com/vmware/terraform-provider-hcx/hcx"
)

func resourceComputeProfile() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion resource_l2_extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"encoding/json"
"time"

hcx "github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
hcx "github.com/vmware/terraform-provider-hcx/hcx"
)

func resourceL2Extension() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion resource_location.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package main
import (
"context"

"github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/vmware/terraform-provider-hcx/hcx"
)

func resourceLocation() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion resource_network_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"context"
"time"

hcx "github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
hcx "github.com/vmware/terraform-provider-hcx/hcx"
)

func NetSchema() map[string]*schema.Schema {
Expand Down
2 changes: 1 addition & 1 deletion resource_rolemapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package main
import (
"context"

"github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/vmware/terraform-provider-hcx/hcx"
)

func resourceRoleMapping() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion resource_service_mesh.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"errors"
"time"

hcx "github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
hcx "github.com/vmware/terraform-provider-hcx/hcx"
)

func resourceServiceMesh() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion resource_site_pairing.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"errors"
"time"

hcx "github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
hcx "github.com/vmware/terraform-provider-hcx/hcx"
)

func resourceSitePairing() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion resource_sso.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package main
import (
"context"

"github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/vmware/terraform-provider-hcx/hcx"
)

func resourceSSO() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion resource_vcenter.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (

b64 "encoding/base64"

hcx "github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
hcx "github.com/vmware/terraform-provider-hcx/hcx"
)

func resourcevCenter() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion resource_vmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"context"
"time"

hcx "github.com/adeleporte/terraform-provider-hcx/hcx"
"github.com/hashicorp/go-hclog"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
hcx "github.com/vmware/terraform-provider-hcx/hcx"

"log"
)
Expand Down

0 comments on commit d0888fd

Please sign in to comment.