Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v4-networks' into feat/v4-subnets
Browse files Browse the repository at this point in the history
# Conflicts:
#	go.mod
#	go.sum
#	nutanix/config.go
#	nutanix/provider/provider.go
  • Loading branch information
Haroon-Dweikat-Ntx committed Sep 4, 2024
2 parents 7855e31 + 14c9f4c commit 06ccf5e
Show file tree
Hide file tree
Showing 3,469 changed files with 8 additions and 1,019,387 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ terraform-provider-nutanix
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
log.*
!vendor/**

#exclude vendor
!vendor/**
vendor/**

# autogenerated fies
*.autogenerated.*
Expand Down
7 changes: 7 additions & 0 deletions nutanix/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ import (
"github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v4/networking"
"github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v4/prism"

"github.com/terraform-providers/terraform-provider-nutanix/nutanix/client"
era "github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v3/era"
foundation_central "github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v3/fc"
"github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v3/foundation"
v3 "github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v3/prism"
"github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v3/karbon"

"github.com/terraform-providers/terraform-provider-nutanix/nutanix/client"
era "github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v3/era"
foundation_central "github.com/terraform-providers/terraform-provider-nutanix/nutanix/sdks/v3/fc"
Expand Down
202 changes: 0 additions & 202 deletions vendor/cloud.google.com/go/LICENSE

This file was deleted.

Loading

0 comments on commit 06ccf5e

Please sign in to comment.