diff --git a/docs/computeCluster.go.md b/docs/computeCluster.go.md
index 8c4ea781..b34c23a1 100644
--- a/docs/computeCluster.go.md
+++ b/docs/computeCluster.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeCluster(scope Construct, id *string, config ComputeClusterConfig) ComputeCluster
```
@@ -906,7 +906,7 @@ func ResetVsanVerboseModeEnabled()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.ComputeCluster_IsConstruct(x interface{}) *bool
```
@@ -938,7 +938,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.ComputeCluster_IsTerraformElement(x interface{}) *bool
```
@@ -952,7 +952,7 @@ computecluster.ComputeCluster_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.ComputeCluster_IsTerraformResource(x interface{}) *bool
```
@@ -966,7 +966,7 @@ computecluster.ComputeCluster_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.ComputeCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -2746,7 +2746,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
&computecluster.ComputeClusterConfig {
Connection: interface{},
@@ -2802,7 +2802,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
HaVmRestartPriority: *string,
HaVmRestartTimeout: *f64,
HostClusterExitTimeout: *f64,
- HostImage: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.computeCluster.ComputeClusterHostImage,
+ HostImage: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.computeCluster.ComputeClusterHostImage,
HostManaged: interface{},
HostSystemIds: *[]*string,
Id: *string,
@@ -2823,7 +2823,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
VsanNetworkDiagnosticModeEnabled: interface{},
VsanPerformanceEnabled: interface{},
VsanRemoteDatastoreIds: *[]*string,
- VsanStretchedCluster: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.computeCluster.ComputeClusterVsanStretchedCluster,
+ VsanStretchedCluster: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.computeCluster.ComputeClusterVsanStretchedCluster,
VsanUnmapEnabled: interface{},
VsanVerboseModeEnabled: interface{},
}
@@ -4015,7 +4015,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
&computecluster.ComputeClusterHostImage {
Component: interface{},
@@ -4065,7 +4065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
&computecluster.ComputeClusterHostImageComponent {
Key: *string,
@@ -4115,7 +4115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
&computecluster.ComputeClusterVsanDiskGroup {
Cache: *string,
@@ -4165,7 +4165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
&computecluster.ComputeClusterVsanFaultDomains {
FaultDomain: interface{},
@@ -4199,7 +4199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
&computecluster.ComputeClusterVsanFaultDomainsFaultDomain {
HostIds: *[]*string,
@@ -4249,7 +4249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
&computecluster.ComputeClusterVsanStretchedCluster {
PreferredFaultDomainHostIds: *[]*string,
@@ -4349,7 +4349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeClusterHostImageComponentList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ComputeClusterHostImageComponentList
```
@@ -4509,7 +4509,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeClusterHostImageComponentOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ComputeClusterHostImageComponentOutputReference
```
@@ -4834,7 +4834,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeClusterHostImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ComputeClusterHostImageOutputReference
```
@@ -5154,7 +5154,7 @@ func InternalValue() ComputeClusterHostImage
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeClusterVsanDiskGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ComputeClusterVsanDiskGroupList
```
@@ -5314,7 +5314,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeClusterVsanDiskGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ComputeClusterVsanDiskGroupOutputReference
```
@@ -5639,7 +5639,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeClusterVsanFaultDomainsFaultDomainList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ComputeClusterVsanFaultDomainsFaultDomainList
```
@@ -5799,7 +5799,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeClusterVsanFaultDomainsFaultDomainOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ComputeClusterVsanFaultDomainsFaultDomainOutputReference
```
@@ -6110,7 +6110,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeClusterVsanFaultDomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ComputeClusterVsanFaultDomainsList
```
@@ -6270,7 +6270,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeClusterVsanFaultDomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ComputeClusterVsanFaultDomainsOutputReference
```
@@ -6579,7 +6579,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
computecluster.NewComputeClusterVsanStretchedClusterOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ComputeClusterVsanStretchedClusterOutputReference
```
diff --git a/docs/computeClusterHostGroup.go.md b/docs/computeClusterHostGroup.go.md
index f95fd1fe..9f44ffa3 100644
--- a/docs/computeClusterHostGroup.go.md
+++ b/docs/computeClusterHostGroup.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclusterhostgroup"
computeclusterhostgroup.NewComputeClusterHostGroup(scope Construct, id *string, config ComputeClusterHostGroupConfig) ComputeClusterHostGroup
```
@@ -392,7 +392,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclusterhostgroup"
computeclusterhostgroup.ComputeClusterHostGroup_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclusterhostgroup"
computeclusterhostgroup.ComputeClusterHostGroup_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ computeclusterhostgroup.ComputeClusterHostGroup_IsTerraformElement(x interface{}
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclusterhostgroup"
computeclusterhostgroup.ComputeClusterHostGroup_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ computeclusterhostgroup.ComputeClusterHostGroup_IsTerraformResource(x interface{
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclusterhostgroup"
computeclusterhostgroup.ComputeClusterHostGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -769,7 +769,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclusterhostgroup"
&computeclusterhostgroup.ComputeClusterHostGroupConfig {
Connection: interface{},
diff --git a/docs/computeClusterVmAffinityRule.go.md b/docs/computeClusterVmAffinityRule.go.md
index a33e24d7..275e103f 100644
--- a/docs/computeClusterVmAffinityRule.go.md
+++ b/docs/computeClusterVmAffinityRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmaffinityrule"
computeclustervmaffinityrule.NewComputeClusterVmAffinityRule(scope Construct, id *string, config ComputeClusterVmAffinityRuleConfig) ComputeClusterVmAffinityRule
```
@@ -399,7 +399,7 @@ func ResetMandatory()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmaffinityrule"
computeclustervmaffinityrule.ComputeClusterVmAffinityRule_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmaffinityrule"
computeclustervmaffinityrule.ComputeClusterVmAffinityRule_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ computeclustervmaffinityrule.ComputeClusterVmAffinityRule_IsTerraformElement(x i
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmaffinityrule"
computeclustervmaffinityrule.ComputeClusterVmAffinityRule_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ computeclustervmaffinityrule.ComputeClusterVmAffinityRule_IsTerraformResource(x
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmaffinityrule"
computeclustervmaffinityrule.ComputeClusterVmAffinityRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -820,7 +820,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmaffinityrule"
&computeclustervmaffinityrule.ComputeClusterVmAffinityRuleConfig {
Connection: interface{},
diff --git a/docs/computeClusterVmAntiAffinityRule.go.md b/docs/computeClusterVmAntiAffinityRule.go.md
index b68a5710..527c8db1 100644
--- a/docs/computeClusterVmAntiAffinityRule.go.md
+++ b/docs/computeClusterVmAntiAffinityRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmantiaffinityrule"
computeclustervmantiaffinityrule.NewComputeClusterVmAntiAffinityRule(scope Construct, id *string, config ComputeClusterVmAntiAffinityRuleConfig) ComputeClusterVmAntiAffinityRule
```
@@ -399,7 +399,7 @@ func ResetMandatory()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmantiaffinityrule"
computeclustervmantiaffinityrule.ComputeClusterVmAntiAffinityRule_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmantiaffinityrule"
computeclustervmantiaffinityrule.ComputeClusterVmAntiAffinityRule_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ computeclustervmantiaffinityrule.ComputeClusterVmAntiAffinityRule_IsTerraformEle
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmantiaffinityrule"
computeclustervmantiaffinityrule.ComputeClusterVmAntiAffinityRule_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ computeclustervmantiaffinityrule.ComputeClusterVmAntiAffinityRule_IsTerraformRes
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmantiaffinityrule"
computeclustervmantiaffinityrule.ComputeClusterVmAntiAffinityRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -820,7 +820,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmantiaffinityrule"
&computeclustervmantiaffinityrule.ComputeClusterVmAntiAffinityRuleConfig {
Connection: interface{},
diff --git a/docs/computeClusterVmDependencyRule.go.md b/docs/computeClusterVmDependencyRule.go.md
index 13579ac2..36eafd08 100644
--- a/docs/computeClusterVmDependencyRule.go.md
+++ b/docs/computeClusterVmDependencyRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmdependencyrule"
computeclustervmdependencyrule.NewComputeClusterVmDependencyRule(scope Construct, id *string, config ComputeClusterVmDependencyRuleConfig) ComputeClusterVmDependencyRule
```
@@ -399,7 +399,7 @@ func ResetMandatory()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmdependencyrule"
computeclustervmdependencyrule.ComputeClusterVmDependencyRule_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmdependencyrule"
computeclustervmdependencyrule.ComputeClusterVmDependencyRule_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ computeclustervmdependencyrule.ComputeClusterVmDependencyRule_IsTerraformElement
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmdependencyrule"
computeclustervmdependencyrule.ComputeClusterVmDependencyRule_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ computeclustervmdependencyrule.ComputeClusterVmDependencyRule_IsTerraformResourc
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmdependencyrule"
computeclustervmdependencyrule.ComputeClusterVmDependencyRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -842,7 +842,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmdependencyrule"
&computeclustervmdependencyrule.ComputeClusterVmDependencyRuleConfig {
Connection: interface{},
diff --git a/docs/computeClusterVmGroup.go.md b/docs/computeClusterVmGroup.go.md
index c29c9a25..5a1ba887 100644
--- a/docs/computeClusterVmGroup.go.md
+++ b/docs/computeClusterVmGroup.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmgroup"
computeclustervmgroup.NewComputeClusterVmGroup(scope Construct, id *string, config ComputeClusterVmGroupConfig) ComputeClusterVmGroup
```
@@ -392,7 +392,7 @@ func ResetVirtualMachineIds()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmgroup"
computeclustervmgroup.ComputeClusterVmGroup_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmgroup"
computeclustervmgroup.ComputeClusterVmGroup_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ computeclustervmgroup.ComputeClusterVmGroup_IsTerraformElement(x interface{}) *b
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmgroup"
computeclustervmgroup.ComputeClusterVmGroup_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ computeclustervmgroup.ComputeClusterVmGroup_IsTerraformResource(x interface{}) *
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmgroup"
computeclustervmgroup.ComputeClusterVmGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -769,7 +769,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmgroup"
&computeclustervmgroup.ComputeClusterVmGroupConfig {
Connection: interface{},
diff --git a/docs/computeClusterVmHostRule.go.md b/docs/computeClusterVmHostRule.go.md
index c3885f17..1e681ad5 100644
--- a/docs/computeClusterVmHostRule.go.md
+++ b/docs/computeClusterVmHostRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmhostrule"
computeclustervmhostrule.NewComputeClusterVmHostRule(scope Construct, id *string, config ComputeClusterVmHostRuleConfig) ComputeClusterVmHostRule
```
@@ -413,7 +413,7 @@ func ResetMandatory()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmhostrule"
computeclustervmhostrule.ComputeClusterVmHostRule_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmhostrule"
computeclustervmhostrule.ComputeClusterVmHostRule_IsTerraformElement(x interface{}) *bool
```
@@ -459,7 +459,7 @@ computeclustervmhostrule.ComputeClusterVmHostRule_IsTerraformElement(x interface
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmhostrule"
computeclustervmhostrule.ComputeClusterVmHostRule_IsTerraformResource(x interface{}) *bool
```
@@ -473,7 +473,7 @@ computeclustervmhostrule.ComputeClusterVmHostRule_IsTerraformResource(x interfac
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmhostrule"
computeclustervmhostrule.ComputeClusterVmHostRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -878,7 +878,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmhostrule"
&computeclustervmhostrule.ComputeClusterVmHostRuleConfig {
Connection: interface{},
diff --git a/docs/contentLibrary.go.md b/docs/contentLibrary.go.md
index f2531de0..23d66883 100644
--- a/docs/contentLibrary.go.md
+++ b/docs/contentLibrary.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
contentlibrary.NewContentLibrary(scope Construct, id *string, config ContentLibraryConfig) ContentLibrary
```
@@ -432,7 +432,7 @@ func ResetSubscription()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
contentlibrary.ContentLibrary_IsConstruct(x interface{}) *bool
```
@@ -464,7 +464,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
contentlibrary.ContentLibrary_IsTerraformElement(x interface{}) *bool
```
@@ -478,7 +478,7 @@ contentlibrary.ContentLibrary_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
contentlibrary.ContentLibrary_IsTerraformResource(x interface{}) *bool
```
@@ -492,7 +492,7 @@ contentlibrary.ContentLibrary_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
contentlibrary.ContentLibrary_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -853,7 +853,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
&contentlibrary.ContentLibraryConfig {
Connection: interface{},
@@ -867,8 +867,8 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
StorageBacking: *[]*string,
Description: *string,
Id: *string,
- Publication: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.contentLibrary.ContentLibraryPublication,
- Subscription: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.contentLibrary.ContentLibrarySubscription,
+ Publication: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.contentLibrary.ContentLibraryPublication,
+ Subscription: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.contentLibrary.ContentLibrarySubscription,
}
```
@@ -1052,7 +1052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
&contentlibrary.ContentLibraryPublication {
AuthenticationMethod: *string,
@@ -1126,7 +1126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
&contentlibrary.ContentLibrarySubscription {
AuthenticationMethod: *string,
@@ -1230,7 +1230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
contentlibrary.NewContentLibraryPublicationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ContentLibraryPublicationOutputReference
```
@@ -1606,7 +1606,7 @@ func InternalValue() ContentLibraryPublication
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
contentlibrary.NewContentLibrarySubscriptionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ContentLibrarySubscriptionOutputReference
```
diff --git a/docs/contentLibraryItem.go.md b/docs/contentLibraryItem.go.md
index 88c479a6..6a2ddcfd 100644
--- a/docs/contentLibraryItem.go.md
+++ b/docs/contentLibraryItem.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibraryitem"
contentlibraryitem.NewContentLibraryItem(scope Construct, id *string, config ContentLibraryItemConfig) ContentLibraryItem
```
@@ -413,7 +413,7 @@ func ResetType()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibraryitem"
contentlibraryitem.ContentLibraryItem_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibraryitem"
contentlibraryitem.ContentLibraryItem_IsTerraformElement(x interface{}) *bool
```
@@ -459,7 +459,7 @@ contentlibraryitem.ContentLibraryItem_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibraryitem"
contentlibraryitem.ContentLibraryItem_IsTerraformResource(x interface{}) *bool
```
@@ -473,7 +473,7 @@ contentlibraryitem.ContentLibraryItem_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibraryitem"
contentlibraryitem.ContentLibraryItem_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -856,7 +856,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibraryitem"
&contentlibraryitem.ContentLibraryItemConfig {
Connection: interface{},
diff --git a/docs/customAttribute.go.md b/docs/customAttribute.go.md
index 4b0dd5f3..67c4e36e 100644
--- a/docs/customAttribute.go.md
+++ b/docs/customAttribute.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/customattribute"
customattribute.NewCustomAttribute(scope Construct, id *string, config CustomAttributeConfig) CustomAttribute
```
@@ -392,7 +392,7 @@ func ResetManagedObjectType()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/customattribute"
customattribute.CustomAttribute_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/customattribute"
customattribute.CustomAttribute_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ customattribute.CustomAttribute_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/customattribute"
customattribute.CustomAttribute_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ customattribute.CustomAttribute_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/customattribute"
customattribute.CustomAttribute_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -747,7 +747,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/customattribute"
&customattribute.CustomAttributeConfig {
Connection: interface{},
diff --git a/docs/dataVsphereComputeCluster.go.md b/docs/dataVsphereComputeCluster.go.md
index 0404d6f0..78ec600b 100644
--- a/docs/dataVsphereComputeCluster.go.md
+++ b/docs/dataVsphereComputeCluster.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputecluster"
datavspherecomputecluster.NewDataVsphereComputeCluster(scope Construct, id *string, config DataVsphereComputeClusterConfig) DataVsphereComputeCluster
```
@@ -290,7 +290,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputecluster"
datavspherecomputecluster.DataVsphereComputeCluster_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputecluster"
datavspherecomputecluster.DataVsphereComputeCluster_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datavspherecomputecluster.DataVsphereComputeCluster_IsTerraformElement(x interfa
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputecluster"
datavspherecomputecluster.DataVsphereComputeCluster_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datavspherecomputecluster.DataVsphereComputeCluster_IsTerraformDataSource(x inte
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputecluster"
datavspherecomputecluster.DataVsphereComputeCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -634,7 +634,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputecluster"
&datavspherecomputecluster.DataVsphereComputeClusterConfig {
Connection: interface{},
diff --git a/docs/dataVsphereComputeClusterHostGroup.go.md b/docs/dataVsphereComputeClusterHostGroup.go.md
index 85f5f64c..110c9f21 100644
--- a/docs/dataVsphereComputeClusterHostGroup.go.md
+++ b/docs/dataVsphereComputeClusterHostGroup.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputeclusterhostgroup"
datavspherecomputeclusterhostgroup.NewDataVsphereComputeClusterHostGroup(scope Construct, id *string, config DataVsphereComputeClusterHostGroupConfig) DataVsphereComputeClusterHostGroup
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputeclusterhostgroup"
datavspherecomputeclusterhostgroup.DataVsphereComputeClusterHostGroup_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputeclusterhostgroup"
datavspherecomputeclusterhostgroup.DataVsphereComputeClusterHostGroup_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavspherecomputeclusterhostgroup.DataVsphereComputeClusterHostGroup_IsTerrafor
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputeclusterhostgroup"
datavspherecomputeclusterhostgroup.DataVsphereComputeClusterHostGroup_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspherecomputeclusterhostgroup.DataVsphereComputeClusterHostGroup_IsTerrafor
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputeclusterhostgroup"
datavspherecomputeclusterhostgroup.DataVsphereComputeClusterHostGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -627,7 +627,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputeclusterhostgroup"
&datavspherecomputeclusterhostgroup.DataVsphereComputeClusterHostGroupConfig {
Connection: interface{},
diff --git a/docs/dataVsphereContentLibrary.go.md b/docs/dataVsphereContentLibrary.go.md
index de8bbfbc..f7e292ee 100644
--- a/docs/dataVsphereContentLibrary.go.md
+++ b/docs/dataVsphereContentLibrary.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibrary"
datavspherecontentlibrary.NewDataVsphereContentLibrary(scope Construct, id *string, config DataVsphereContentLibraryConfig) DataVsphereContentLibrary
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibrary"
datavspherecontentlibrary.DataVsphereContentLibrary_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibrary"
datavspherecontentlibrary.DataVsphereContentLibrary_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavspherecontentlibrary.DataVsphereContentLibrary_IsTerraformElement(x interfa
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibrary"
datavspherecontentlibrary.DataVsphereContentLibrary_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspherecontentlibrary.DataVsphereContentLibrary_IsTerraformDataSource(x inte
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibrary"
datavspherecontentlibrary.DataVsphereContentLibrary_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -594,7 +594,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibrary"
&datavspherecontentlibrary.DataVsphereContentLibraryConfig {
Connection: interface{},
diff --git a/docs/dataVsphereContentLibraryItem.go.md b/docs/dataVsphereContentLibraryItem.go.md
index a8477460..f811bb99 100644
--- a/docs/dataVsphereContentLibraryItem.go.md
+++ b/docs/dataVsphereContentLibraryItem.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibraryitem"
datavspherecontentlibraryitem.NewDataVsphereContentLibraryItem(scope Construct, id *string, config DataVsphereContentLibraryItemConfig) DataVsphereContentLibraryItem
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibraryitem"
datavspherecontentlibraryitem.DataVsphereContentLibraryItem_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibraryitem"
datavspherecontentlibraryitem.DataVsphereContentLibraryItem_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavspherecontentlibraryitem.DataVsphereContentLibraryItem_IsTerraformElement(x
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibraryitem"
datavspherecontentlibraryitem.DataVsphereContentLibraryItem_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspherecontentlibraryitem.DataVsphereContentLibraryItem_IsTerraformDataSourc
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibraryitem"
datavspherecontentlibraryitem.DataVsphereContentLibraryItem_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -638,7 +638,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibraryitem"
&datavspherecontentlibraryitem.DataVsphereContentLibraryItemConfig {
Connection: interface{},
diff --git a/docs/dataVsphereCustomAttribute.go.md b/docs/dataVsphereCustomAttribute.go.md
index e2e86768..6929ed0a 100644
--- a/docs/dataVsphereCustomAttribute.go.md
+++ b/docs/dataVsphereCustomAttribute.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecustomattribute"
datavspherecustomattribute.NewDataVsphereCustomAttribute(scope Construct, id *string, config DataVsphereCustomAttributeConfig) DataVsphereCustomAttribute
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecustomattribute"
datavspherecustomattribute.DataVsphereCustomAttribute_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecustomattribute"
datavspherecustomattribute.DataVsphereCustomAttribute_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavspherecustomattribute.DataVsphereCustomAttribute_IsTerraformElement(x inter
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecustomattribute"
datavspherecustomattribute.DataVsphereCustomAttribute_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspherecustomattribute.DataVsphereCustomAttribute_IsTerraformDataSource(x in
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecustomattribute"
datavspherecustomattribute.DataVsphereCustomAttribute_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -605,7 +605,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecustomattribute"
&datavspherecustomattribute.DataVsphereCustomAttributeConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDatacenter.go.md b/docs/dataVsphereDatacenter.go.md
index bddecacb..639879f0 100644
--- a/docs/dataVsphereDatacenter.go.md
+++ b/docs/dataVsphereDatacenter.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatacenter"
datavspheredatacenter.NewDataVsphereDatacenter(scope Construct, id *string, config DataVsphereDatacenterConfig) DataVsphereDatacenter
```
@@ -290,7 +290,7 @@ func ResetName()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatacenter"
datavspheredatacenter.DataVsphereDatacenter_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatacenter"
datavspheredatacenter.DataVsphereDatacenter_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datavspheredatacenter.DataVsphereDatacenter_IsTerraformElement(x interface{}) *b
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatacenter"
datavspheredatacenter.DataVsphereDatacenter_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datavspheredatacenter.DataVsphereDatacenter_IsTerraformDataSource(x interface{})
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatacenter"
datavspheredatacenter.DataVsphereDatacenter_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -612,7 +612,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatacenter"
&datavspheredatacenter.DataVsphereDatacenterConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDatastore.go.md b/docs/dataVsphereDatastore.go.md
index 7924a02b..07547c96 100644
--- a/docs/dataVsphereDatastore.go.md
+++ b/docs/dataVsphereDatastore.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastore"
datavspheredatastore.NewDataVsphereDatastore(scope Construct, id *string, config DataVsphereDatastoreConfig) DataVsphereDatastore
```
@@ -297,7 +297,7 @@ func ResetStats()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastore"
datavspheredatastore.DataVsphereDatastore_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastore"
datavspheredatastore.DataVsphereDatastore_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspheredatastore.DataVsphereDatastore_IsTerraformElement(x interface{}) *boo
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastore"
datavspheredatastore.DataVsphereDatastore_IsTerraformDataSource(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datavspheredatastore.DataVsphereDatastore_IsTerraformDataSource(x interface{}) *
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastore"
datavspheredatastore.DataVsphereDatastore_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -652,7 +652,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastore"
&datavspheredatastore.DataVsphereDatastoreConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDatastoreCluster.go.md b/docs/dataVsphereDatastoreCluster.go.md
index 5c405e91..074c4bbb 100644
--- a/docs/dataVsphereDatastoreCluster.go.md
+++ b/docs/dataVsphereDatastoreCluster.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorecluster"
datavspheredatastorecluster.NewDataVsphereDatastoreCluster(scope Construct, id *string, config DataVsphereDatastoreClusterConfig) DataVsphereDatastoreCluster
```
@@ -290,7 +290,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorecluster"
datavspheredatastorecluster.DataVsphereDatastoreCluster_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorecluster"
datavspheredatastorecluster.DataVsphereDatastoreCluster_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datavspheredatastorecluster.DataVsphereDatastoreCluster_IsTerraformElement(x int
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorecluster"
datavspheredatastorecluster.DataVsphereDatastoreCluster_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datavspheredatastorecluster.DataVsphereDatastoreCluster_IsTerraformDataSource(x
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorecluster"
datavspheredatastorecluster.DataVsphereDatastoreCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -634,7 +634,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorecluster"
&datavspheredatastorecluster.DataVsphereDatastoreClusterConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDatastoreStats.go.md b/docs/dataVsphereDatastoreStats.go.md
index fd8c6bd9..8f8c57ee 100644
--- a/docs/dataVsphereDatastoreStats.go.md
+++ b/docs/dataVsphereDatastoreStats.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorestats"
datavspheredatastorestats.NewDataVsphereDatastoreStats(scope Construct, id *string, config DataVsphereDatastoreStatsConfig) DataVsphereDatastoreStats
```
@@ -297,7 +297,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorestats"
datavspheredatastorestats.DataVsphereDatastoreStats_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorestats"
datavspheredatastorestats.DataVsphereDatastoreStats_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspheredatastorestats.DataVsphereDatastoreStats_IsTerraformElement(x interfa
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorestats"
datavspheredatastorestats.DataVsphereDatastoreStats_IsTerraformDataSource(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datavspheredatastorestats.DataVsphereDatastoreStats_IsTerraformDataSource(x inte
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorestats"
datavspheredatastorestats.DataVsphereDatastoreStats_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -652,7 +652,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorestats"
&datavspheredatastorestats.DataVsphereDatastoreStatsConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDistributedVirtualSwitch.go.md b/docs/dataVsphereDistributedVirtualSwitch.go.md
index 14b1f416..4dbd76a5 100644
--- a/docs/dataVsphereDistributedVirtualSwitch.go.md
+++ b/docs/dataVsphereDistributedVirtualSwitch.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredistributedvirtualswitch"
datavspheredistributedvirtualswitch.NewDataVsphereDistributedVirtualSwitch(scope Construct, id *string, config DataVsphereDistributedVirtualSwitchConfig) DataVsphereDistributedVirtualSwitch
```
@@ -290,7 +290,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredistributedvirtualswitch"
datavspheredistributedvirtualswitch.DataVsphereDistributedVirtualSwitch_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredistributedvirtualswitch"
datavspheredistributedvirtualswitch.DataVsphereDistributedVirtualSwitch_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datavspheredistributedvirtualswitch.DataVsphereDistributedVirtualSwitch_IsTerraf
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredistributedvirtualswitch"
datavspheredistributedvirtualswitch.DataVsphereDistributedVirtualSwitch_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datavspheredistributedvirtualswitch.DataVsphereDistributedVirtualSwitch_IsTerraf
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredistributedvirtualswitch"
datavspheredistributedvirtualswitch.DataVsphereDistributedVirtualSwitch_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -634,7 +634,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredistributedvirtualswitch"
&datavspheredistributedvirtualswitch.DataVsphereDistributedVirtualSwitchConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDynamic.go.md b/docs/dataVsphereDynamic.go.md
index 19942366..84823421 100644
--- a/docs/dataVsphereDynamic.go.md
+++ b/docs/dataVsphereDynamic.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredynamic"
datavspheredynamic.NewDataVsphereDynamic(scope Construct, id *string, config DataVsphereDynamicConfig) DataVsphereDynamic
```
@@ -297,7 +297,7 @@ func ResetType()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredynamic"
datavspheredynamic.DataVsphereDynamic_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredynamic"
datavspheredynamic.DataVsphereDynamic_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspheredynamic.DataVsphereDynamic_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredynamic"
datavspheredynamic.DataVsphereDynamic_IsTerraformDataSource(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datavspheredynamic.DataVsphereDynamic_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredynamic"
datavspheredynamic.DataVsphereDynamic_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -652,7 +652,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredynamic"
&datavspheredynamic.DataVsphereDynamicConfig {
Connection: interface{},
diff --git a/docs/dataVsphereFolder.go.md b/docs/dataVsphereFolder.go.md
index 17907f32..13e8cf43 100644
--- a/docs/dataVsphereFolder.go.md
+++ b/docs/dataVsphereFolder.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherefolder"
datavspherefolder.NewDataVsphereFolder(scope Construct, id *string, config DataVsphereFolderConfig) DataVsphereFolder
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherefolder"
datavspherefolder.DataVsphereFolder_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherefolder"
datavspherefolder.DataVsphereFolder_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavspherefolder.DataVsphereFolder_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherefolder"
datavspherefolder.DataVsphereFolder_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspherefolder.DataVsphereFolder_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherefolder"
datavspherefolder.DataVsphereFolder_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -594,7 +594,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherefolder"
&datavspherefolder.DataVsphereFolderConfig {
Connection: interface{},
diff --git a/docs/dataVsphereGuestOsCustomization.go.md b/docs/dataVsphereGuestOsCustomization.go.md
index a5f6d0d1..75aa71a5 100644
--- a/docs/dataVsphereGuestOsCustomization.go.md
+++ b/docs/dataVsphereGuestOsCustomization.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.NewDataVsphereGuestOsCustomization(scope Construct, id *string, config DataVsphereGuestOsCustomizationConfig) DataVsphereGuestOsCustomization
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.DataVsphereGuestOsCustomization_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.DataVsphereGuestOsCustomization_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavsphereguestoscustomization.DataVsphereGuestOsCustomization_IsTerraformEleme
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.DataVsphereGuestOsCustomization_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavsphereguestoscustomization.DataVsphereGuestOsCustomization_IsTerraformDataS
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.DataVsphereGuestOsCustomization_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -649,7 +649,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
&datavsphereguestoscustomization.DataVsphereGuestOsCustomizationConfig {
Connection: interface{},
@@ -784,7 +784,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
&datavsphereguestoscustomization.DataVsphereGuestOsCustomizationSpec {
@@ -797,7 +797,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestos
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
&datavsphereguestoscustomization.DataVsphereGuestOsCustomizationSpecLinuxOptions {
@@ -810,7 +810,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestos
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
&datavsphereguestoscustomization.DataVsphereGuestOsCustomizationSpecNetworkInterface {
@@ -823,7 +823,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestos
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
&datavsphereguestoscustomization.DataVsphereGuestOsCustomizationSpecWindowsOptions {
@@ -838,7 +838,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestos
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.NewDataVsphereGuestOsCustomizationSpecLinuxOptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataVsphereGuestOsCustomizationSpecLinuxOptionsList
```
@@ -987,7 +987,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.NewDataVsphereGuestOsCustomizationSpecLinuxOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataVsphereGuestOsCustomizationSpecLinuxOptionsOutputReference
```
@@ -1309,7 +1309,7 @@ func InternalValue() DataVsphereGuestOsCustomizationSpecLinuxOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.NewDataVsphereGuestOsCustomizationSpecList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataVsphereGuestOsCustomizationSpecList
```
@@ -1458,7 +1458,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.NewDataVsphereGuestOsCustomizationSpecNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataVsphereGuestOsCustomizationSpecNetworkInterfaceList
```
@@ -1607,7 +1607,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.NewDataVsphereGuestOsCustomizationSpecNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataVsphereGuestOsCustomizationSpecNetworkInterfaceOutputReference
```
@@ -1940,7 +1940,7 @@ func InternalValue() DataVsphereGuestOsCustomizationSpecNetworkInterface
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.NewDataVsphereGuestOsCustomizationSpecOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataVsphereGuestOsCustomizationSpecOutputReference
```
@@ -2273,7 +2273,7 @@ func InternalValue() DataVsphereGuestOsCustomizationSpec
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.NewDataVsphereGuestOsCustomizationSpecWindowsOptionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataVsphereGuestOsCustomizationSpecWindowsOptionsList
```
@@ -2422,7 +2422,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
datavsphereguestoscustomization.NewDataVsphereGuestOsCustomizationSpecWindowsOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataVsphereGuestOsCustomizationSpecWindowsOptionsOutputReference
```
diff --git a/docs/dataVsphereHost.go.md b/docs/dataVsphereHost.go.md
index 7a71a429..dc68229a 100644
--- a/docs/dataVsphereHost.go.md
+++ b/docs/dataVsphereHost.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehost"
datavspherehost.NewDataVsphereHost(scope Construct, id *string, config DataVsphereHostConfig) DataVsphereHost
```
@@ -290,7 +290,7 @@ func ResetName()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehost"
datavspherehost.DataVsphereHost_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehost"
datavspherehost.DataVsphereHost_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datavspherehost.DataVsphereHost_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehost"
datavspherehost.DataVsphereHost_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datavspherehost.DataVsphereHost_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehost"
datavspherehost.DataVsphereHost_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -634,7 +634,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehost"
&datavspherehost.DataVsphereHostConfig {
Connection: interface{},
diff --git a/docs/dataVsphereHostBaseImages.go.md b/docs/dataVsphereHostBaseImages.go.md
index 9c4d98bb..876038fb 100644
--- a/docs/dataVsphereHostBaseImages.go.md
+++ b/docs/dataVsphereHostBaseImages.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostbaseimages"
datavspherehostbaseimages.NewDataVsphereHostBaseImages(scope Construct, id *string, config DataVsphereHostBaseImagesConfig) DataVsphereHostBaseImages
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostbaseimages"
datavspherehostbaseimages.DataVsphereHostBaseImages_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostbaseimages"
datavspherehostbaseimages.DataVsphereHostBaseImages_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavspherehostbaseimages.DataVsphereHostBaseImages_IsTerraformElement(x interfa
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostbaseimages"
datavspherehostbaseimages.DataVsphereHostBaseImages_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspherehostbaseimages.DataVsphereHostBaseImages_IsTerraformDataSource(x inte
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostbaseimages"
datavspherehostbaseimages.DataVsphereHostBaseImages_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -583,7 +583,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostbaseimages"
&datavspherehostbaseimages.DataVsphereHostBaseImagesConfig {
Connection: interface{},
diff --git a/docs/dataVsphereHostPciDevice.go.md b/docs/dataVsphereHostPciDevice.go.md
index 0344f657..b6c22aae 100644
--- a/docs/dataVsphereHostPciDevice.go.md
+++ b/docs/dataVsphereHostPciDevice.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostpcidevice"
datavspherehostpcidevice.NewDataVsphereHostPciDevice(scope Construct, id *string, config DataVsphereHostPciDeviceConfig) DataVsphereHostPciDevice
```
@@ -304,7 +304,7 @@ func ResetVendorId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostpcidevice"
datavspherehostpcidevice.DataVsphereHostPciDevice_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostpcidevice"
datavspherehostpcidevice.DataVsphereHostPciDevice_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datavspherehostpcidevice.DataVsphereHostPciDevice_IsTerraformElement(x interface
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostpcidevice"
datavspherehostpcidevice.DataVsphereHostPciDevice_IsTerraformDataSource(x interface{}) *bool
```
@@ -364,7 +364,7 @@ datavspherehostpcidevice.DataVsphereHostPciDevice_IsTerraformDataSource(x interf
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostpcidevice"
datavspherehostpcidevice.DataVsphereHostPciDevice_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -692,7 +692,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostpcidevice"
&datavspherehostpcidevice.DataVsphereHostPciDeviceConfig {
Connection: interface{},
diff --git a/docs/dataVsphereHostThumbprint.go.md b/docs/dataVsphereHostThumbprint.go.md
index c4e44ef6..2782aaf4 100644
--- a/docs/dataVsphereHostThumbprint.go.md
+++ b/docs/dataVsphereHostThumbprint.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostthumbprint"
datavspherehostthumbprint.NewDataVsphereHostThumbprint(scope Construct, id *string, config DataVsphereHostThumbprintConfig) DataVsphereHostThumbprint
```
@@ -297,7 +297,7 @@ func ResetPort()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostthumbprint"
datavspherehostthumbprint.DataVsphereHostThumbprint_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostthumbprint"
datavspherehostthumbprint.DataVsphereHostThumbprint_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspherehostthumbprint.DataVsphereHostThumbprint_IsTerraformElement(x interfa
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostthumbprint"
datavspherehostthumbprint.DataVsphereHostThumbprint_IsTerraformDataSource(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datavspherehostthumbprint.DataVsphereHostThumbprint_IsTerraformDataSource(x inte
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostthumbprint"
datavspherehostthumbprint.DataVsphereHostThumbprint_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -652,7 +652,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostthumbprint"
&datavspherehostthumbprint.DataVsphereHostThumbprintConfig {
Connection: interface{},
diff --git a/docs/dataVsphereHostVgpuProfile.go.md b/docs/dataVsphereHostVgpuProfile.go.md
index 44c9385a..c3ad405d 100644
--- a/docs/dataVsphereHostVgpuProfile.go.md
+++ b/docs/dataVsphereHostVgpuProfile.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
datavspherehostvgpuprofile.NewDataVsphereHostVgpuProfile(scope Construct, id *string, config DataVsphereHostVgpuProfileConfig) DataVsphereHostVgpuProfile
```
@@ -290,7 +290,7 @@ func ResetNameRegex()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
datavspherehostvgpuprofile.DataVsphereHostVgpuProfile_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
datavspherehostvgpuprofile.DataVsphereHostVgpuProfile_IsTerraformElement(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datavspherehostvgpuprofile.DataVsphereHostVgpuProfile_IsTerraformElement(x inter
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
datavspherehostvgpuprofile.DataVsphereHostVgpuProfile_IsTerraformDataSource(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datavspherehostvgpuprofile.DataVsphereHostVgpuProfile_IsTerraformDataSource(x in
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
datavspherehostvgpuprofile.DataVsphereHostVgpuProfile_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -634,7 +634,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
&datavspherehostvgpuprofile.DataVsphereHostVgpuProfileConfig {
Connection: interface{},
@@ -785,7 +785,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
&datavspherehostvgpuprofile.DataVsphereHostVgpuProfileVgpuProfiles {
@@ -800,7 +800,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgp
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
datavspherehostvgpuprofile.NewDataVsphereHostVgpuProfileVgpuProfilesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataVsphereHostVgpuProfileVgpuProfilesList
```
@@ -949,7 +949,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
datavspherehostvgpuprofile.NewDataVsphereHostVgpuProfileVgpuProfilesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataVsphereHostVgpuProfileVgpuProfilesOutputReference
```
diff --git a/docs/dataVsphereLicense.go.md b/docs/dataVsphereLicense.go.md
index af2bd63c..04d5754d 100644
--- a/docs/dataVsphereLicense.go.md
+++ b/docs/dataVsphereLicense.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherelicense"
datavspherelicense.NewDataVsphereLicense(scope Construct, id *string, config DataVsphereLicenseConfig) DataVsphereLicense
```
@@ -276,7 +276,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherelicense"
datavspherelicense.DataVsphereLicense_IsConstruct(x interface{}) *bool
```
@@ -308,7 +308,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherelicense"
datavspherelicense.DataVsphereLicense_IsTerraformElement(x interface{}) *bool
```
@@ -322,7 +322,7 @@ datavspherelicense.DataVsphereLicense_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherelicense"
datavspherelicense.DataVsphereLicense_IsTerraformDataSource(x interface{}) *bool
```
@@ -336,7 +336,7 @@ datavspherelicense.DataVsphereLicense_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherelicense"
datavspherelicense.DataVsphereLicense_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -631,7 +631,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherelicense"
&datavspherelicense.DataVsphereLicenseConfig {
Connection: interface{},
diff --git a/docs/dataVsphereNetwork.go.md b/docs/dataVsphereNetwork.go.md
index efb7862c..d39e159e 100644
--- a/docs/dataVsphereNetwork.go.md
+++ b/docs/dataVsphereNetwork.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherenetwork"
datavspherenetwork.NewDataVsphereNetwork(scope Construct, id *string, config DataVsphereNetworkConfig) DataVsphereNetwork
```
@@ -317,7 +317,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherenetwork"
datavspherenetwork.DataVsphereNetwork_IsConstruct(x interface{}) *bool
```
@@ -349,7 +349,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherenetwork"
datavspherenetwork.DataVsphereNetwork_IsTerraformElement(x interface{}) *bool
```
@@ -363,7 +363,7 @@ datavspherenetwork.DataVsphereNetwork_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherenetwork"
datavspherenetwork.DataVsphereNetwork_IsTerraformDataSource(x interface{}) *bool
```
@@ -377,7 +377,7 @@ datavspherenetwork.DataVsphereNetwork_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherenetwork"
datavspherenetwork.DataVsphereNetwork_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -705,7 +705,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherenetwork"
&datavspherenetwork.DataVsphereNetworkConfig {
Connection: interface{},
@@ -890,7 +890,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherenetwork"
&datavspherenetwork.DataVsphereNetworkFilter {
NetworkType: *string,
@@ -926,7 +926,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherenetwork"
datavspherenetwork.NewDataVsphereNetworkFilterList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataVsphereNetworkFilterList
```
@@ -1086,7 +1086,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherenetwork"
datavspherenetwork.NewDataVsphereNetworkFilterOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataVsphereNetworkFilterOutputReference
```
diff --git a/docs/dataVsphereOvfVmTemplate.go.md b/docs/dataVsphereOvfVmTemplate.go.md
index c992b5ab..5d3096d1 100644
--- a/docs/dataVsphereOvfVmTemplate.go.md
+++ b/docs/dataVsphereOvfVmTemplate.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereovfvmtemplate"
datavsphereovfvmtemplate.NewDataVsphereOvfVmTemplate(scope Construct, id *string, config DataVsphereOvfVmTemplateConfig) DataVsphereOvfVmTemplate
```
@@ -360,7 +360,7 @@ func ResetRemoteOvfUrl()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereovfvmtemplate"
datavsphereovfvmtemplate.DataVsphereOvfVmTemplate_IsConstruct(x interface{}) *bool
```
@@ -392,7 +392,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereovfvmtemplate"
datavsphereovfvmtemplate.DataVsphereOvfVmTemplate_IsTerraformElement(x interface{}) *bool
```
@@ -406,7 +406,7 @@ datavsphereovfvmtemplate.DataVsphereOvfVmTemplate_IsTerraformElement(x interface
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereovfvmtemplate"
datavsphereovfvmtemplate.DataVsphereOvfVmTemplate_IsTerraformDataSource(x interface{}) *bool
```
@@ -420,7 +420,7 @@ datavsphereovfvmtemplate.DataVsphereOvfVmTemplate_IsTerraformDataSource(x interf
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereovfvmtemplate"
datavsphereovfvmtemplate.DataVsphereOvfVmTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1144,7 +1144,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereovfvmtemplate"
&datavsphereovfvmtemplate.DataVsphereOvfVmTemplateConfig {
Connection: interface{},
diff --git a/docs/dataVsphereResourcePool.go.md b/docs/dataVsphereResourcePool.go.md
index 6cdb7979..a658bef7 100644
--- a/docs/dataVsphereResourcePool.go.md
+++ b/docs/dataVsphereResourcePool.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereresourcepool"
datavsphereresourcepool.NewDataVsphereResourcePool(scope Construct, id *string, config DataVsphereResourcePoolConfig) DataVsphereResourcePool
```
@@ -297,7 +297,7 @@ func ResetName()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereresourcepool"
datavsphereresourcepool.DataVsphereResourcePool_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereresourcepool"
datavsphereresourcepool.DataVsphereResourcePool_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavsphereresourcepool.DataVsphereResourcePool_IsTerraformElement(x interface{}
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereresourcepool"
datavsphereresourcepool.DataVsphereResourcePool_IsTerraformDataSource(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datavsphereresourcepool.DataVsphereResourcePool_IsTerraformDataSource(x interfac
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereresourcepool"
datavsphereresourcepool.DataVsphereResourcePool_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -630,7 +630,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereresourcepool"
&datavsphereresourcepool.DataVsphereResourcePoolConfig {
Connection: interface{},
diff --git a/docs/dataVsphereRole.go.md b/docs/dataVsphereRole.go.md
index ff476a5e..88782ff3 100644
--- a/docs/dataVsphereRole.go.md
+++ b/docs/dataVsphereRole.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphererole"
datavsphererole.NewDataVsphereRole(scope Construct, id *string, config DataVsphereRoleConfig) DataVsphereRole
```
@@ -304,7 +304,7 @@ func ResetRolePrivileges()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphererole"
datavsphererole.DataVsphereRole_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphererole"
datavsphererole.DataVsphereRole_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datavsphererole.DataVsphereRole_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphererole"
datavsphererole.DataVsphereRole_IsTerraformDataSource(x interface{}) *bool
```
@@ -364,7 +364,7 @@ datavsphererole.DataVsphereRole_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphererole"
datavsphererole.DataVsphereRole_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -681,7 +681,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphererole"
&datavsphererole.DataVsphereRoleConfig {
Connection: interface{},
diff --git a/docs/dataVsphereStoragePolicy.go.md b/docs/dataVsphereStoragePolicy.go.md
index 14adc9bf..9f9d2daa 100644
--- a/docs/dataVsphereStoragePolicy.go.md
+++ b/docs/dataVsphereStoragePolicy.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherestoragepolicy"
datavspherestoragepolicy.NewDataVsphereStoragePolicy(scope Construct, id *string, config DataVsphereStoragePolicyConfig) DataVsphereStoragePolicy
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherestoragepolicy"
datavspherestoragepolicy.DataVsphereStoragePolicy_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherestoragepolicy"
datavspherestoragepolicy.DataVsphereStoragePolicy_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavspherestoragepolicy.DataVsphereStoragePolicy_IsTerraformElement(x interface
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherestoragepolicy"
datavspherestoragepolicy.DataVsphereStoragePolicy_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspherestoragepolicy.DataVsphereStoragePolicy_IsTerraformDataSource(x interf
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherestoragepolicy"
datavspherestoragepolicy.DataVsphereStoragePolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -594,7 +594,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherestoragepolicy"
&datavspherestoragepolicy.DataVsphereStoragePolicyConfig {
Connection: interface{},
diff --git a/docs/dataVsphereTag.go.md b/docs/dataVsphereTag.go.md
index bd078a57..28dd88c7 100644
--- a/docs/dataVsphereTag.go.md
+++ b/docs/dataVsphereTag.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretag"
datavspheretag.NewDataVsphereTag(scope Construct, id *string, config DataVsphereTagConfig) DataVsphereTag
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretag"
datavspheretag.DataVsphereTag_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretag"
datavspheretag.DataVsphereTag_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavspheretag.DataVsphereTag_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretag"
datavspheretag.DataVsphereTag_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspheretag.DataVsphereTag_IsTerraformDataSource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretag"
datavspheretag.DataVsphereTag_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -627,7 +627,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretag"
&datavspheretag.DataVsphereTagConfig {
Connection: interface{},
diff --git a/docs/dataVsphereTagCategory.go.md b/docs/dataVsphereTagCategory.go.md
index 6df2ecbc..74fcaaa2 100644
--- a/docs/dataVsphereTagCategory.go.md
+++ b/docs/dataVsphereTagCategory.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretagcategory"
datavspheretagcategory.NewDataVsphereTagCategory(scope Construct, id *string, config DataVsphereTagCategoryConfig) DataVsphereTagCategory
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretagcategory"
datavspheretagcategory.DataVsphereTagCategory_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretagcategory"
datavspheretagcategory.DataVsphereTagCategory_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavspheretagcategory.DataVsphereTagCategory_IsTerraformElement(x interface{})
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretagcategory"
datavspheretagcategory.DataVsphereTagCategory_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspheretagcategory.DataVsphereTagCategory_IsTerraformDataSource(x interface{
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretagcategory"
datavspheretagcategory.DataVsphereTagCategory_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -627,7 +627,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretagcategory"
&datavspheretagcategory.DataVsphereTagCategoryConfig {
Connection: interface{},
diff --git a/docs/dataVsphereVappContainer.go.md b/docs/dataVsphereVappContainer.go.md
index 1933ee21..a1c4bd49 100644
--- a/docs/dataVsphereVappContainer.go.md
+++ b/docs/dataVsphereVappContainer.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevappcontainer"
datavspherevappcontainer.NewDataVsphereVappContainer(scope Construct, id *string, config DataVsphereVappContainerConfig) DataVsphereVappContainer
```
@@ -283,7 +283,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevappcontainer"
datavspherevappcontainer.DataVsphereVappContainer_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevappcontainer"
datavspherevappcontainer.DataVsphereVappContainer_IsTerraformElement(x interface{}) *bool
```
@@ -329,7 +329,7 @@ datavspherevappcontainer.DataVsphereVappContainer_IsTerraformElement(x interface
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevappcontainer"
datavspherevappcontainer.DataVsphereVappContainer_IsTerraformDataSource(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspherevappcontainer.DataVsphereVappContainer_IsTerraformDataSource(x interf
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevappcontainer"
datavspherevappcontainer.DataVsphereVappContainer_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -616,7 +616,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevappcontainer"
&datavspherevappcontainer.DataVsphereVappContainerConfig {
Connection: interface{},
diff --git a/docs/dataVsphereVirtualMachine.go.md b/docs/dataVsphereVirtualMachine.go.md
index 1cafbd6f..15e10cca 100644
--- a/docs/dataVsphereVirtualMachine.go.md
+++ b/docs/dataVsphereVirtualMachine.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
datavspherevirtualmachine.NewDataVsphereVirtualMachine(scope Construct, id *string, config DataVsphereVirtualMachineConfig) DataVsphereVirtualMachine
```
@@ -681,7 +681,7 @@ func ResetVvtdEnabled()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
datavspherevirtualmachine.DataVsphereVirtualMachine_IsConstruct(x interface{}) *bool
```
@@ -713,7 +713,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
datavspherevirtualmachine.DataVsphereVirtualMachine_IsTerraformElement(x interface{}) *bool
```
@@ -727,7 +727,7 @@ datavspherevirtualmachine.DataVsphereVirtualMachine_IsTerraformElement(x interfa
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
datavspherevirtualmachine.DataVsphereVirtualMachine_IsTerraformDataSource(x interface{}) *bool
```
@@ -741,7 +741,7 @@ datavspherevirtualmachine.DataVsphereVirtualMachine_IsTerraformDataSource(x inte
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
datavspherevirtualmachine.DataVsphereVirtualMachine_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -2301,7 +2301,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
&datavspherevirtualmachine.DataVsphereVirtualMachineConfig {
Connection: interface{},
@@ -2364,7 +2364,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtual
SyncTimeWithHostPeriodically: interface{},
ToolsUpgradePolicy: *string,
Uuid: *string,
- Vapp: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.dataVsphereVirtualMachine.DataVsphereVirtualMachineVapp,
+ Vapp: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.dataVsphereVirtualMachine.DataVsphereVirtualMachineVapp,
VbsEnabled: interface{},
VvtdEnabled: interface{},
}
@@ -3314,7 +3314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
&datavspherevirtualmachine.DataVsphereVirtualMachineDisks {
@@ -3327,7 +3327,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtual
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
&datavspherevirtualmachine.DataVsphereVirtualMachineNetworkInterfaces {
@@ -3340,7 +3340,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtual
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
&datavspherevirtualmachine.DataVsphereVirtualMachineVapp {
Properties: *map[string]*string,
@@ -3378,7 +3378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
datavspherevirtualmachine.NewDataVsphereVirtualMachineDisksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataVsphereVirtualMachineDisksList
```
@@ -3527,7 +3527,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
datavspherevirtualmachine.NewDataVsphereVirtualMachineDisksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataVsphereVirtualMachineDisksOutputReference
```
@@ -3849,7 +3849,7 @@ func InternalValue() DataVsphereVirtualMachineDisks
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
datavspherevirtualmachine.NewDataVsphereVirtualMachineNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataVsphereVirtualMachineNetworkInterfacesList
```
@@ -3998,7 +3998,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
datavspherevirtualmachine.NewDataVsphereVirtualMachineNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataVsphereVirtualMachineNetworkInterfacesOutputReference
```
@@ -4353,7 +4353,7 @@ func InternalValue() DataVsphereVirtualMachineNetworkInterfaces
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
datavspherevirtualmachine.NewDataVsphereVirtualMachineVappOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataVsphereVirtualMachineVappOutputReference
```
diff --git a/docs/dataVsphereVmfsDisks.go.md b/docs/dataVsphereVmfsDisks.go.md
index 74d8c963..b0f14f05 100644
--- a/docs/dataVsphereVmfsDisks.go.md
+++ b/docs/dataVsphereVmfsDisks.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevmfsdisks"
datavspherevmfsdisks.NewDataVsphereVmfsDisks(scope Construct, id *string, config DataVsphereVmfsDisksConfig) DataVsphereVmfsDisks
```
@@ -297,7 +297,7 @@ func ResetRescan()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevmfsdisks"
datavspherevmfsdisks.DataVsphereVmfsDisks_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevmfsdisks"
datavspherevmfsdisks.DataVsphereVmfsDisks_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datavspherevmfsdisks.DataVsphereVmfsDisks_IsTerraformElement(x interface{}) *boo
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevmfsdisks"
datavspherevmfsdisks.DataVsphereVmfsDisks_IsTerraformDataSource(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datavspherevmfsdisks.DataVsphereVmfsDisks_IsTerraformDataSource(x interface{}) *
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevmfsdisks"
datavspherevmfsdisks.DataVsphereVmfsDisks_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -663,7 +663,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevmfsdisks"
&datavspherevmfsdisks.DataVsphereVmfsDisksConfig {
Connection: interface{},
diff --git a/docs/datacenter.go.md b/docs/datacenter.go.md
index 62bbb767..e5246e3e 100644
--- a/docs/datacenter.go.md
+++ b/docs/datacenter.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datacenter"
datacenter.NewDatacenter(scope Construct, id *string, config DatacenterConfig) Datacenter
```
@@ -406,7 +406,7 @@ func ResetTags()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datacenter"
datacenter.Datacenter_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datacenter"
datacenter.Datacenter_IsTerraformElement(x interface{}) *bool
```
@@ -452,7 +452,7 @@ datacenter.Datacenter_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datacenter"
datacenter.Datacenter_IsTerraformResource(x interface{}) *bool
```
@@ -466,7 +466,7 @@ datacenter.Datacenter_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datacenter"
datacenter.Datacenter_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -816,7 +816,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datacenter"
&datacenter.DatacenterConfig {
Connection: interface{},
diff --git a/docs/datastoreCluster.go.md b/docs/datastoreCluster.go.md
index 129733e7..d367c2cd 100644
--- a/docs/datastoreCluster.go.md
+++ b/docs/datastoreCluster.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastorecluster"
datastorecluster.NewDatastoreCluster(scope Construct, id *string, config DatastoreClusterConfig) DatastoreCluster
```
@@ -546,7 +546,7 @@ func ResetTags()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastorecluster"
datastorecluster.DatastoreCluster_IsConstruct(x interface{}) *bool
```
@@ -578,7 +578,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastorecluster"
datastorecluster.DatastoreCluster_IsTerraformElement(x interface{}) *bool
```
@@ -592,7 +592,7 @@ datastorecluster.DatastoreCluster_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastorecluster"
datastorecluster.DatastoreCluster_IsTerraformResource(x interface{}) *bool
```
@@ -606,7 +606,7 @@ datastorecluster.DatastoreCluster_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastorecluster"
datastorecluster.DatastoreCluster_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1407,7 +1407,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastorecluster"
&datastorecluster.DatastoreClusterConfig {
Connection: interface{},
diff --git a/docs/datastoreClusterVmAntiAffinityRule.go.md b/docs/datastoreClusterVmAntiAffinityRule.go.md
index 246c78d8..2286e480 100644
--- a/docs/datastoreClusterVmAntiAffinityRule.go.md
+++ b/docs/datastoreClusterVmAntiAffinityRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastoreclustervmantiaffinityrule"
datastoreclustervmantiaffinityrule.NewDatastoreClusterVmAntiAffinityRule(scope Construct, id *string, config DatastoreClusterVmAntiAffinityRuleConfig) DatastoreClusterVmAntiAffinityRule
```
@@ -399,7 +399,7 @@ func ResetMandatory()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastoreclustervmantiaffinityrule"
datastoreclustervmantiaffinityrule.DatastoreClusterVmAntiAffinityRule_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastoreclustervmantiaffinityrule"
datastoreclustervmantiaffinityrule.DatastoreClusterVmAntiAffinityRule_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ datastoreclustervmantiaffinityrule.DatastoreClusterVmAntiAffinityRule_IsTerrafor
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastoreclustervmantiaffinityrule"
datastoreclustervmantiaffinityrule.DatastoreClusterVmAntiAffinityRule_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ datastoreclustervmantiaffinityrule.DatastoreClusterVmAntiAffinityRule_IsTerrafor
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastoreclustervmantiaffinityrule"
datastoreclustervmantiaffinityrule.DatastoreClusterVmAntiAffinityRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -820,7 +820,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastoreclustervmantiaffinityrule"
&datastoreclustervmantiaffinityrule.DatastoreClusterVmAntiAffinityRuleConfig {
Connection: interface{},
diff --git a/docs/distributedPortGroup.go.md b/docs/distributedPortGroup.go.md
index b8c143cc..35ebe443 100644
--- a/docs/distributedPortGroup.go.md
+++ b/docs/distributedPortGroup.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedportgroup"
distributedportgroup.NewDistributedPortGroup(scope Construct, id *string, config DistributedPortGroupConfig) DistributedPortGroup
```
@@ -706,7 +706,7 @@ func ResetVlanRange()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedportgroup"
distributedportgroup.DistributedPortGroup_IsConstruct(x interface{}) *bool
```
@@ -738,7 +738,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedportgroup"
distributedportgroup.DistributedPortGroup_IsTerraformElement(x interface{}) *bool
```
@@ -752,7 +752,7 @@ distributedportgroup.DistributedPortGroup_IsTerraformElement(x interface{}) *boo
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedportgroup"
distributedportgroup.DistributedPortGroup_IsTerraformResource(x interface{}) *bool
```
@@ -766,7 +766,7 @@ distributedportgroup.DistributedPortGroup_IsTerraformResource(x interface{}) *bo
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedportgroup"
distributedportgroup.DistributedPortGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -2051,7 +2051,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedportgroup"
&distributedportgroup.DistributedPortGroupConfig {
Connection: interface{},
@@ -2908,7 +2908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedportgroup"
&distributedportgroup.DistributedPortGroupVlanRange {
MaxVlan: *f64,
@@ -2960,7 +2960,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedportgroup"
distributedportgroup.NewDistributedPortGroupVlanRangeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DistributedPortGroupVlanRangeList
```
@@ -3120,7 +3120,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedportgroup"
distributedportgroup.NewDistributedPortGroupVlanRangeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DistributedPortGroupVlanRangeOutputReference
```
diff --git a/docs/distributedVirtualSwitch.go.md b/docs/distributedVirtualSwitch.go.md
index aa66035a..3a93dcb2 100644
--- a/docs/distributedVirtualSwitch.go.md
+++ b/docs/distributedVirtualSwitch.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.NewDistributedVirtualSwitch(scope Construct, id *string, config DistributedVirtualSwitchConfig) DistributedVirtualSwitch
```
@@ -1068,7 +1068,7 @@ func ResetVsanShareLevel()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.DistributedVirtualSwitch_IsConstruct(x interface{}) *bool
```
@@ -1100,7 +1100,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.DistributedVirtualSwitch_IsTerraformElement(x interface{}) *bool
```
@@ -1114,7 +1114,7 @@ distributedvirtualswitch.DistributedVirtualSwitch_IsTerraformElement(x interface
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.DistributedVirtualSwitch_IsTerraformResource(x interface{}) *bool
```
@@ -1128,7 +1128,7 @@ distributedvirtualswitch.DistributedVirtualSwitch_IsTerraformResource(x interfac
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.DistributedVirtualSwitch_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -3458,7 +3458,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
&distributedvirtualswitch.DistributedVirtualSwitchConfig {
Connection: interface{},
@@ -5091,7 +5091,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
&distributedvirtualswitch.DistributedVirtualSwitchHost {
HostSystemId: *string,
@@ -5141,7 +5141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
&distributedvirtualswitch.DistributedVirtualSwitchPvlanMapping {
PrimaryVlanId: *f64,
@@ -5211,7 +5211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
&distributedvirtualswitch.DistributedVirtualSwitchVlanRange {
MaxVlan: *f64,
@@ -5263,7 +5263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.NewDistributedVirtualSwitchHostList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DistributedVirtualSwitchHostList
```
@@ -5423,7 +5423,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.NewDistributedVirtualSwitchHostOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DistributedVirtualSwitchHostOutputReference
```
@@ -5741,7 +5741,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.NewDistributedVirtualSwitchPvlanMappingList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DistributedVirtualSwitchPvlanMappingList
```
@@ -5901,7 +5901,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.NewDistributedVirtualSwitchPvlanMappingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DistributedVirtualSwitchPvlanMappingOutputReference
```
@@ -6234,7 +6234,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.NewDistributedVirtualSwitchVlanRangeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DistributedVirtualSwitchVlanRangeList
```
@@ -6394,7 +6394,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
distributedvirtualswitch.NewDistributedVirtualSwitchVlanRangeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DistributedVirtualSwitchVlanRangeOutputReference
```
diff --git a/docs/dpmHostOverride.go.md b/docs/dpmHostOverride.go.md
index 0551b764..bdacc49f 100644
--- a/docs/dpmHostOverride.go.md
+++ b/docs/dpmHostOverride.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/dpmhostoverride"
dpmhostoverride.NewDpmHostOverride(scope Construct, id *string, config DpmHostOverrideConfig) DpmHostOverride
```
@@ -399,7 +399,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/dpmhostoverride"
dpmhostoverride.DpmHostOverride_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/dpmhostoverride"
dpmhostoverride.DpmHostOverride_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ dpmhostoverride.DpmHostOverride_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/dpmhostoverride"
dpmhostoverride.DpmHostOverride_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ dpmhostoverride.DpmHostOverride_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/dpmhostoverride"
dpmhostoverride.DpmHostOverride_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -798,7 +798,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/dpmhostoverride"
&dpmhostoverride.DpmHostOverrideConfig {
Connection: interface{},
diff --git a/docs/drsVmOverride.go.md b/docs/drsVmOverride.go.md
index 848d8902..f208d4b2 100644
--- a/docs/drsVmOverride.go.md
+++ b/docs/drsVmOverride.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/drsvmoverride"
drsvmoverride.NewDrsVmOverride(scope Construct, id *string, config DrsVmOverrideConfig) DrsVmOverride
```
@@ -399,7 +399,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/drsvmoverride"
drsvmoverride.DrsVmOverride_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/drsvmoverride"
drsvmoverride.DrsVmOverride_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ drsvmoverride.DrsVmOverride_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/drsvmoverride"
drsvmoverride.DrsVmOverride_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ drsvmoverride.DrsVmOverride_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/drsvmoverride"
drsvmoverride.DrsVmOverride_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -798,7 +798,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/drsvmoverride"
&drsvmoverride.DrsVmOverrideConfig {
Connection: interface{},
diff --git a/docs/entityPermissions.go.md b/docs/entityPermissions.go.md
index 0ead264e..ae446ec3 100644
--- a/docs/entityPermissions.go.md
+++ b/docs/entityPermissions.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/entitypermissions"
entitypermissions.NewEntityPermissions(scope Construct, id *string, config EntityPermissionsConfig) EntityPermissions
```
@@ -398,7 +398,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/entitypermissions"
entitypermissions.EntityPermissions_IsConstruct(x interface{}) *bool
```
@@ -430,7 +430,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/entitypermissions"
entitypermissions.EntityPermissions_IsTerraformElement(x interface{}) *bool
```
@@ -444,7 +444,7 @@ entitypermissions.EntityPermissions_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/entitypermissions"
entitypermissions.EntityPermissions_IsTerraformResource(x interface{}) *bool
```
@@ -458,7 +458,7 @@ entitypermissions.EntityPermissions_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/entitypermissions"
entitypermissions.EntityPermissions_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -775,7 +775,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/entitypermissions"
&entitypermissions.EntityPermissionsConfig {
Connection: interface{},
@@ -942,7 +942,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/entitypermissions"
&entitypermissions.EntityPermissionsPermissions {
IsGroup: interface{},
@@ -1026,7 +1026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/entitypermissions"
entitypermissions.NewEntityPermissionsPermissionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) EntityPermissionsPermissionsList
```
@@ -1186,7 +1186,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/entitypermissions"
entitypermissions.NewEntityPermissionsPermissionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) EntityPermissionsPermissionsOutputReference
```
diff --git a/docs/file.go.md b/docs/file.go.md
index 63a333e5..8512e819 100644
--- a/docs/file.go.md
+++ b/docs/file.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/file"
file.NewFile(scope Construct, id *string, config FileConfig) File
```
@@ -413,7 +413,7 @@ func ResetSourceDatastore()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/file"
file.File_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/file"
file.File_IsTerraformElement(x interface{}) *bool
```
@@ -459,7 +459,7 @@ file.File_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/file"
file.File_IsTerraformResource(x interface{}) *bool
```
@@ -473,7 +473,7 @@ file.File_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/file"
file.File_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -878,7 +878,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/file"
&file.FileConfig {
Connection: interface{},
diff --git a/docs/folder.go.md b/docs/folder.go.md
index 679a8b30..f7b1b18b 100644
--- a/docs/folder.go.md
+++ b/docs/folder.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/folder"
folder.NewFolder(scope Construct, id *string, config FolderConfig) Folder
```
@@ -406,7 +406,7 @@ func ResetTags()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/folder"
folder.Folder_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/folder"
folder.Folder_IsTerraformElement(x interface{}) *bool
```
@@ -452,7 +452,7 @@ folder.Folder_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/folder"
folder.Folder_IsTerraformResource(x interface{}) *bool
```
@@ -466,7 +466,7 @@ folder.Folder_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/folder"
folder.Folder_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -827,7 +827,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/folder"
&folder.FolderConfig {
Connection: interface{},
diff --git a/docs/guestOsCustomization.go.md b/docs/guestOsCustomization.go.md
index 377f272c..4a81905a 100644
--- a/docs/guestOsCustomization.go.md
+++ b/docs/guestOsCustomization.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
guestoscustomization.NewGuestOsCustomization(scope Construct, id *string, config GuestOsCustomizationConfig) GuestOsCustomization
```
@@ -405,7 +405,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
guestoscustomization.GuestOsCustomization_IsConstruct(x interface{}) *bool
```
@@ -437,7 +437,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
guestoscustomization.GuestOsCustomization_IsTerraformElement(x interface{}) *bool
```
@@ -451,7 +451,7 @@ guestoscustomization.GuestOsCustomization_IsTerraformElement(x interface{}) *boo
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
guestoscustomization.GuestOsCustomization_IsTerraformResource(x interface{}) *bool
```
@@ -465,7 +465,7 @@ guestoscustomization.GuestOsCustomization_IsTerraformResource(x interface{}) *bo
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
guestoscustomization.GuestOsCustomization_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -826,7 +826,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
&guestoscustomization.GuestOsCustomizationConfig {
Connection: interface{},
@@ -837,7 +837,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomizati
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
Name: *string,
- Spec: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.guestOsCustomization.GuestOsCustomizationSpec,
+ Spec: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.guestOsCustomization.GuestOsCustomizationSpec,
Type: *string,
Description: *string,
Id: *string,
@@ -1009,16 +1009,16 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
&guestoscustomization.GuestOsCustomizationSpec {
DnsServerList: *[]*string,
DnsSuffixList: *[]*string,
Ipv4Gateway: *string,
Ipv6Gateway: *string,
- LinuxOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.guestOsCustomization.GuestOsCustomizationSpecLinuxOptions,
+ LinuxOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.guestOsCustomization.GuestOsCustomizationSpecLinuxOptions,
NetworkInterface: interface{},
- WindowsOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.guestOsCustomization.GuestOsCustomizationSpecWindowsOptions,
+ WindowsOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.guestOsCustomization.GuestOsCustomizationSpecWindowsOptions,
WindowsSysprepText: *string,
}
```
@@ -1159,7 +1159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
&guestoscustomization.GuestOsCustomizationSpecLinuxOptions {
Domain: *string,
@@ -1257,7 +1257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
&guestoscustomization.GuestOsCustomizationSpecNetworkInterface {
DnsDomain: *string,
@@ -1371,7 +1371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
&guestoscustomization.GuestOsCustomizationSpecWindowsOptions {
ComputerName: *string,
@@ -1615,7 +1615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
guestoscustomization.NewGuestOsCustomizationSpecLinuxOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) GuestOsCustomizationSpecLinuxOptionsOutputReference
```
@@ -1995,7 +1995,7 @@ func InternalValue() GuestOsCustomizationSpecLinuxOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
guestoscustomization.NewGuestOsCustomizationSpecNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GuestOsCustomizationSpecNetworkInterfaceList
```
@@ -2155,7 +2155,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
guestoscustomization.NewGuestOsCustomizationSpecNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) GuestOsCustomizationSpecNetworkInterfaceOutputReference
```
@@ -2596,7 +2596,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
guestoscustomization.NewGuestOsCustomizationSpecOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) GuestOsCustomizationSpecOutputReference
```
@@ -3116,7 +3116,7 @@ func InternalValue() GuestOsCustomizationSpec
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
guestoscustomization.NewGuestOsCustomizationSpecWindowsOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) GuestOsCustomizationSpecWindowsOptionsOutputReference
```
diff --git a/docs/haVmOverride.go.md b/docs/haVmOverride.go.md
index 9af77f2f..7007385b 100644
--- a/docs/haVmOverride.go.md
+++ b/docs/haVmOverride.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/havmoverride"
havmoverride.NewHaVmOverride(scope Construct, id *string, config HaVmOverrideConfig) HaVmOverride
```
@@ -476,7 +476,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/havmoverride"
havmoverride.HaVmOverride_IsConstruct(x interface{}) *bool
```
@@ -508,7 +508,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/havmoverride"
havmoverride.HaVmOverride_IsTerraformElement(x interface{}) *bool
```
@@ -522,7 +522,7 @@ havmoverride.HaVmOverride_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/havmoverride"
havmoverride.HaVmOverride_IsTerraformResource(x interface{}) *bool
```
@@ -536,7 +536,7 @@ havmoverride.HaVmOverride_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/havmoverride"
havmoverride.HaVmOverride_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1117,7 +1117,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/havmoverride"
&havmoverride.HaVmOverrideConfig {
Connection: interface{},
diff --git a/docs/host.go.md b/docs/host.go.md
index 30212bc5..a5d1e08e 100644
--- a/docs/host.go.md
+++ b/docs/host.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
host.NewHost(scope Construct, id *string, config HostConfig) Host
```
@@ -482,7 +482,7 @@ func ResetThumbprint()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
host.Host_IsConstruct(x interface{}) *bool
```
@@ -514,7 +514,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
host.Host_IsTerraformElement(x interface{}) *bool
```
@@ -528,7 +528,7 @@ host.Host_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
host.Host_IsTerraformResource(x interface{}) *bool
```
@@ -542,7 +542,7 @@ host.Host_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
host.Host_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1123,7 +1123,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
&host.HostConfig {
Connection: interface{},
@@ -1482,10 +1482,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
&host.HostServices {
- Ntpd: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.host.HostServicesNtpd,
+ Ntpd: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.host.HostServicesNtpd,
}
```
@@ -1516,7 +1516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
&host.HostServicesNtpd {
Enabled: interface{},
@@ -1584,7 +1584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
host.NewHostServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) HostServicesList
```
@@ -1744,7 +1744,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
host.NewHostServicesNtpdOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HostServicesNtpdOutputReference
```
@@ -2080,7 +2080,7 @@ func InternalValue() HostServicesNtpd
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
host.NewHostServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) HostServicesOutputReference
```
diff --git a/docs/hostPortGroup.go.md b/docs/hostPortGroup.go.md
index 49d120de..24406509 100644
--- a/docs/hostPortGroup.go.md
+++ b/docs/hostPortGroup.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
hostportgroup.NewHostPortGroup(scope Construct, id *string, config HostPortGroupConfig) HostPortGroup
```
@@ -483,7 +483,7 @@ func ResetVlanId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
hostportgroup.HostPortGroup_IsConstruct(x interface{}) *bool
```
@@ -515,7 +515,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
hostportgroup.HostPortGroup_IsTerraformElement(x interface{}) *bool
```
@@ -529,7 +529,7 @@ hostportgroup.HostPortGroup_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
hostportgroup.HostPortGroup_IsTerraformResource(x interface{}) *bool
```
@@ -543,7 +543,7 @@ hostportgroup.HostPortGroup_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
hostportgroup.HostPortGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1201,7 +1201,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
&hostportgroup.HostPortGroupConfig {
Connection: interface{},
@@ -1598,7 +1598,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
&hostportgroup.HostPortGroupPorts {
@@ -1613,7 +1613,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
hostportgroup.NewHostPortGroupPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) HostPortGroupPortsList
```
@@ -1762,7 +1762,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
hostportgroup.NewHostPortGroupPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) HostPortGroupPortsOutputReference
```
diff --git a/docs/hostVirtualSwitch.go.md b/docs/hostVirtualSwitch.go.md
index b32d5efe..051994e4 100644
--- a/docs/hostVirtualSwitch.go.md
+++ b/docs/hostVirtualSwitch.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostvirtualswitch"
hostvirtualswitch.NewHostVirtualSwitch(scope Construct, id *string, config HostVirtualSwitchConfig) HostVirtualSwitch
```
@@ -504,7 +504,7 @@ func ResetTeamingPolicy()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostvirtualswitch"
hostvirtualswitch.HostVirtualSwitch_IsConstruct(x interface{}) *bool
```
@@ -536,7 +536,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostvirtualswitch"
hostvirtualswitch.HostVirtualSwitch_IsTerraformElement(x interface{}) *bool
```
@@ -550,7 +550,7 @@ hostvirtualswitch.HostVirtualSwitch_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostvirtualswitch"
hostvirtualswitch.HostVirtualSwitch_IsTerraformResource(x interface{}) *bool
```
@@ -564,7 +564,7 @@ hostvirtualswitch.HostVirtualSwitch_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostvirtualswitch"
hostvirtualswitch.HostVirtualSwitch_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1277,7 +1277,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostvirtualswitch"
&hostvirtualswitch.HostVirtualSwitchConfig {
Connection: interface{},
diff --git a/docs/licenseResource.go.md b/docs/licenseResource.go.md
index 1c0f3c18..52cc4f55 100644
--- a/docs/licenseResource.go.md
+++ b/docs/licenseResource.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/licenseresource"
licenseresource.NewLicenseResource(scope Construct, id *string, config LicenseResourceConfig) LicenseResource
```
@@ -392,7 +392,7 @@ func ResetLabels()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/licenseresource"
licenseresource.LicenseResource_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/licenseresource"
licenseresource.LicenseResource_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ licenseresource.LicenseResource_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/licenseresource"
licenseresource.LicenseResource_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ licenseresource.LicenseResource_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/licenseresource"
licenseresource.LicenseResource_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -791,7 +791,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/licenseresource"
&licenseresource.LicenseResourceConfig {
Connection: interface{},
diff --git a/docs/nasDatastore.go.md b/docs/nasDatastore.go.md
index 23ff3b3f..fe727548 100644
--- a/docs/nasDatastore.go.md
+++ b/docs/nasDatastore.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/nasdatastore"
nasdatastore.NewNasDatastore(scope Construct, id *string, config NasDatastoreConfig) NasDatastore
```
@@ -434,7 +434,7 @@ func ResetType()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/nasdatastore"
nasdatastore.NasDatastore_IsConstruct(x interface{}) *bool
```
@@ -466,7 +466,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/nasdatastore"
nasdatastore.NasDatastore_IsTerraformElement(x interface{}) *bool
```
@@ -480,7 +480,7 @@ nasdatastore.NasDatastore_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/nasdatastore"
nasdatastore.NasDatastore_IsTerraformResource(x interface{}) *bool
```
@@ -494,7 +494,7 @@ nasdatastore.NasDatastore_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/nasdatastore"
nasdatastore.NasDatastore_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1075,7 +1075,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/nasdatastore"
&nasdatastore.NasDatastoreConfig {
Connection: interface{},
diff --git a/docs/offlineSoftwareDepot.go.md b/docs/offlineSoftwareDepot.go.md
index 2764812f..c6597726 100644
--- a/docs/offlineSoftwareDepot.go.md
+++ b/docs/offlineSoftwareDepot.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
offlinesoftwaredepot.NewOfflineSoftwareDepot(scope Construct, id *string, config OfflineSoftwareDepotConfig) OfflineSoftwareDepot
```
@@ -385,7 +385,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
offlinesoftwaredepot.OfflineSoftwareDepot_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
offlinesoftwaredepot.OfflineSoftwareDepot_IsTerraformElement(x interface{}) *bool
```
@@ -431,7 +431,7 @@ offlinesoftwaredepot.OfflineSoftwareDepot_IsTerraformElement(x interface{}) *boo
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
offlinesoftwaredepot.OfflineSoftwareDepot_IsTerraformResource(x interface{}) *bool
```
@@ -445,7 +445,7 @@ offlinesoftwaredepot.OfflineSoftwareDepot_IsTerraformResource(x interface{}) *bo
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
offlinesoftwaredepot.OfflineSoftwareDepot_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -729,7 +729,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
&offlinesoftwaredepot.OfflineSoftwareDepotComponent {
@@ -742,7 +742,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredep
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
&offlinesoftwaredepot.OfflineSoftwareDepotConfig {
Connection: interface{},
@@ -879,7 +879,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
offlinesoftwaredepot.NewOfflineSoftwareDepotComponentList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OfflineSoftwareDepotComponentList
```
@@ -1028,7 +1028,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
offlinesoftwaredepot.NewOfflineSoftwareDepotComponentOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OfflineSoftwareDepotComponentOutputReference
```
diff --git a/docs/provider.go.md b/docs/provider.go.md
index dd6efe84..d619909e 100644
--- a/docs/provider.go.md
+++ b/docs/provider.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/provider"
provider.NewVsphereProvider(scope Construct, id *string, config VsphereProviderConfig) VsphereProvider
```
@@ -228,7 +228,7 @@ func ResetVsphereServer()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/provider"
provider.VsphereProvider_IsConstruct(x interface{}) *bool
```
@@ -260,7 +260,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/provider"
provider.VsphereProvider_IsTerraformElement(x interface{}) *bool
```
@@ -274,7 +274,7 @@ provider.VsphereProvider_IsTerraformElement(x interface{}) *bool
##### `IsTerraformProvider`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/provider"
provider.VsphereProvider_IsTerraformProvider(x interface{}) *bool
```
@@ -288,7 +288,7 @@ provider.VsphereProvider_IsTerraformProvider(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/provider"
provider.VsphereProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -759,7 +759,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/provider"
&provider.VsphereProviderConfig {
Password: *string,
diff --git a/docs/resourcePool.go.md b/docs/resourcePool.go.md
index 0b7a9cde..1cd21ccd 100644
--- a/docs/resourcePool.go.md
+++ b/docs/resourcePool.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/resourcepool"
resourcepool.NewResourcePool(scope Construct, id *string, config ResourcePoolConfig) ResourcePool
```
@@ -476,7 +476,7 @@ func ResetTags()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/resourcepool"
resourcepool.ResourcePool_IsConstruct(x interface{}) *bool
```
@@ -508,7 +508,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/resourcepool"
resourcepool.ResourcePool_IsTerraformElement(x interface{}) *bool
```
@@ -522,7 +522,7 @@ resourcepool.ResourcePool_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/resourcepool"
resourcepool.ResourcePool_IsTerraformResource(x interface{}) *bool
```
@@ -536,7 +536,7 @@ resourcepool.ResourcePool_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/resourcepool"
resourcepool.ResourcePool_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1117,7 +1117,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/resourcepool"
&resourcepool.ResourcePoolConfig {
Connection: interface{},
diff --git a/docs/role.go.md b/docs/role.go.md
index 423bf5f2..ec52fdce 100644
--- a/docs/role.go.md
+++ b/docs/role.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/role"
role.NewRole(scope Construct, id *string, config RoleConfig) Role
```
@@ -392,7 +392,7 @@ func ResetRolePrivileges()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/role"
role.Role_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/role"
role.Role_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ role.Role_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/role"
role.Role_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ role.Role_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/role"
role.Role_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -758,7 +758,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/role"
&role.RoleConfig {
Connection: interface{},
diff --git a/docs/storageDrsVmOverride.go.md b/docs/storageDrsVmOverride.go.md
index c9acfafa..fe6e4b13 100644
--- a/docs/storageDrsVmOverride.go.md
+++ b/docs/storageDrsVmOverride.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/storagedrsvmoverride"
storagedrsvmoverride.NewStorageDrsVmOverride(scope Construct, id *string, config StorageDrsVmOverrideConfig) StorageDrsVmOverride
```
@@ -406,7 +406,7 @@ func ResetSdrsIntraVmAffinity()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/storagedrsvmoverride"
storagedrsvmoverride.StorageDrsVmOverride_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/storagedrsvmoverride"
storagedrsvmoverride.StorageDrsVmOverride_IsTerraformElement(x interface{}) *bool
```
@@ -452,7 +452,7 @@ storagedrsvmoverride.StorageDrsVmOverride_IsTerraformElement(x interface{}) *boo
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/storagedrsvmoverride"
storagedrsvmoverride.StorageDrsVmOverride_IsTerraformResource(x interface{}) *bool
```
@@ -466,7 +466,7 @@ storagedrsvmoverride.StorageDrsVmOverride_IsTerraformResource(x interface{}) *bo
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/storagedrsvmoverride"
storagedrsvmoverride.StorageDrsVmOverride_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -827,7 +827,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/storagedrsvmoverride"
&storagedrsvmoverride.StorageDrsVmOverrideConfig {
Connection: interface{},
diff --git a/docs/supervisor.go.md b/docs/supervisor.go.md
index 1019d6e2..6c708654 100644
--- a/docs/supervisor.go.md
+++ b/docs/supervisor.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisor(scope Construct, id *string, config SupervisorConfig) Supervisor
```
@@ -470,7 +470,7 @@ func ResetNamespace()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.Supervisor_IsConstruct(x interface{}) *bool
```
@@ -502,7 +502,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.Supervisor_IsTerraformElement(x interface{}) *bool
```
@@ -516,7 +516,7 @@ supervisor.Supervisor_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.Supervisor_IsTerraformResource(x interface{}) *bool
```
@@ -530,7 +530,7 @@ supervisor.Supervisor_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.Supervisor_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1111,7 +1111,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
&supervisor.SupervisorConfig {
Connection: interface{},
@@ -1128,10 +1128,10 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
EgressCidr: interface{},
IngressCidr: interface{},
MainDns: *[]*string,
- ManagementNetwork: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.supervisor.SupervisorManagementNetwork,
+ ManagementNetwork: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.supervisor.SupervisorManagementNetwork,
PodCidr: interface{},
SearchDomains: *[]*string,
- ServiceCidr: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.supervisor.SupervisorServiceCidr,
+ ServiceCidr: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.supervisor.SupervisorServiceCidr,
SizingHint: *string,
StoragePolicy: *string,
WorkerDns: *[]*string,
@@ -1470,7 +1470,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
&supervisor.SupervisorEgressCidr {
Address: *string,
@@ -1520,7 +1520,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
&supervisor.SupervisorIngressCidr {
Address: *string,
@@ -1570,7 +1570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
&supervisor.SupervisorManagementNetwork {
AddressCount: *f64,
@@ -1668,7 +1668,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
&supervisor.SupervisorNamespace {
Name: *string,
@@ -1734,7 +1734,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
&supervisor.SupervisorPodCidr {
Address: *string,
@@ -1784,7 +1784,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
&supervisor.SupervisorServiceCidr {
Address: *string,
@@ -1836,7 +1836,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisorEgressCidrList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SupervisorEgressCidrList
```
@@ -1996,7 +1996,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisorEgressCidrOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SupervisorEgressCidrOutputReference
```
@@ -2307,7 +2307,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisorIngressCidrList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SupervisorIngressCidrList
```
@@ -2467,7 +2467,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisorIngressCidrOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SupervisorIngressCidrOutputReference
```
@@ -2778,7 +2778,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisorManagementNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SupervisorManagementNetworkOutputReference
```
@@ -3137,7 +3137,7 @@ func InternalValue() SupervisorManagementNetwork
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisorNamespaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SupervisorNamespaceList
```
@@ -3297,7 +3297,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisorNamespaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SupervisorNamespaceOutputReference
```
@@ -3644,7 +3644,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisorPodCidrList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SupervisorPodCidrList
```
@@ -3804,7 +3804,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisorPodCidrOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SupervisorPodCidrOutputReference
```
@@ -4115,7 +4115,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
supervisor.NewSupervisorServiceCidrOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SupervisorServiceCidrOutputReference
```
diff --git a/docs/tag.go.md b/docs/tag.go.md
index 5eeb4fa2..33d4722e 100644
--- a/docs/tag.go.md
+++ b/docs/tag.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tag"
tag.NewTag(scope Construct, id *string, config TagConfig) Tag
```
@@ -392,7 +392,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tag"
tag.Tag_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tag"
tag.Tag_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ tag.Tag_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tag"
tag.Tag_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ tag.Tag_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tag"
tag.Tag_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -769,7 +769,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tag"
&tag.TagConfig {
Connection: interface{},
diff --git a/docs/tagCategory.go.md b/docs/tagCategory.go.md
index c191e85e..602ca77b 100644
--- a/docs/tagCategory.go.md
+++ b/docs/tagCategory.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tagcategory"
tagcategory.NewTagCategory(scope Construct, id *string, config TagCategoryConfig) TagCategory
```
@@ -392,7 +392,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tagcategory"
tagcategory.TagCategory_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tagcategory"
tagcategory.TagCategory_IsTerraformElement(x interface{}) *bool
```
@@ -438,7 +438,7 @@ tagcategory.TagCategory_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tagcategory"
tagcategory.TagCategory_IsTerraformResource(x interface{}) *bool
```
@@ -452,7 +452,7 @@ tagcategory.TagCategory_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tagcategory"
tagcategory.TagCategory_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -791,7 +791,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tagcategory"
&tagcategory.TagCategoryConfig {
Connection: interface{},
diff --git a/docs/vappContainer.go.md b/docs/vappContainer.go.md
index 2aa7de3f..07dde292 100644
--- a/docs/vappContainer.go.md
+++ b/docs/vappContainer.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappcontainer"
vappcontainer.NewVappContainer(scope Construct, id *string, config VappContainerConfig) VappContainer
```
@@ -476,7 +476,7 @@ func ResetTags()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappcontainer"
vappcontainer.VappContainer_IsConstruct(x interface{}) *bool
```
@@ -508,7 +508,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappcontainer"
vappcontainer.VappContainer_IsTerraformElement(x interface{}) *bool
```
@@ -522,7 +522,7 @@ vappcontainer.VappContainer_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappcontainer"
vappcontainer.VappContainer_IsTerraformResource(x interface{}) *bool
```
@@ -536,7 +536,7 @@ vappcontainer.VappContainer_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappcontainer"
vappcontainer.VappContainer_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1117,7 +1117,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappcontainer"
&vappcontainer.VappContainerConfig {
Connection: interface{},
diff --git a/docs/vappEntity.go.md b/docs/vappEntity.go.md
index ed8fae29..44aa2ddc 100644
--- a/docs/vappEntity.go.md
+++ b/docs/vappEntity.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappentity"
vappentity.NewVappEntity(scope Construct, id *string, config VappEntityConfig) VappEntity
```
@@ -441,7 +441,7 @@ func ResetWaitForGuest()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappentity"
vappentity.VappEntity_IsConstruct(x interface{}) *bool
```
@@ -473,7 +473,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappentity"
vappentity.VappEntity_IsTerraformElement(x interface{}) *bool
```
@@ -487,7 +487,7 @@ vappentity.VappEntity_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappentity"
vappentity.VappEntity_IsTerraformResource(x interface{}) *bool
```
@@ -501,7 +501,7 @@ vappentity.VappEntity_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappentity"
vappentity.VappEntity_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -972,7 +972,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappentity"
&vappentity.VappEntityConfig {
Connection: interface{},
diff --git a/docs/virtualDisk.go.md b/docs/virtualDisk.go.md
index 4ae2d2b9..5376cac1 100644
--- a/docs/virtualDisk.go.md
+++ b/docs/virtualDisk.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualdisk"
virtualdisk.NewVirtualDisk(scope Construct, id *string, config VirtualDiskConfig) VirtualDisk
```
@@ -413,7 +413,7 @@ func ResetType()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualdisk"
virtualdisk.VirtualDisk_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualdisk"
virtualdisk.VirtualDisk_IsTerraformElement(x interface{}) *bool
```
@@ -459,7 +459,7 @@ virtualdisk.VirtualDisk_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualdisk"
virtualdisk.VirtualDisk_IsTerraformResource(x interface{}) *bool
```
@@ -473,7 +473,7 @@ virtualdisk.VirtualDisk_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualdisk"
virtualdisk.VirtualDisk_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -878,7 +878,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualdisk"
&virtualdisk.VirtualDiskConfig {
Connection: interface{},
diff --git a/docs/virtualMachine.go.md b/docs/virtualMachine.go.md
index 2943df5e..ac78f9b6 100644
--- a/docs/virtualMachine.go.md
+++ b/docs/virtualMachine.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachine(scope Construct, id *string, config VirtualMachineConfig) VirtualMachine
```
@@ -994,7 +994,7 @@ func ResetWaitForGuestNetTimeout()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.VirtualMachine_IsConstruct(x interface{}) *bool
```
@@ -1026,7 +1026,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.VirtualMachine_IsTerraformElement(x interface{}) *bool
```
@@ -1040,7 +1040,7 @@ virtualmachine.VirtualMachine_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.VirtualMachine_IsTerraformResource(x interface{}) *bool
```
@@ -1054,7 +1054,7 @@ virtualmachine.VirtualMachine_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.VirtualMachine_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -3098,7 +3098,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineCdrom {
ClientDevice: interface{},
@@ -3164,12 +3164,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineClone {
TemplateUuid: *string,
- CustomizationSpec: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineCloneCustomizationSpec,
- Customize: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineCloneCustomize,
+ CustomizationSpec: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineCloneCustomizationSpec,
+ Customize: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineCloneCustomize,
LinkedClone: interface{},
OvfNetworkMap: *map[string]*string,
OvfStorageMap: *map[string]*string,
@@ -3296,7 +3296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineCloneCustomizationSpec {
Id: *string,
@@ -3351,17 +3351,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineCloneCustomize {
DnsServerList: *[]*string,
DnsSuffixList: *[]*string,
Ipv4Gateway: *string,
Ipv6Gateway: *string,
- LinuxOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineCloneCustomizeLinuxOptions,
+ LinuxOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineCloneCustomizeLinuxOptions,
NetworkInterface: interface{},
Timeout: *f64,
- WindowsOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineCloneCustomizeWindowsOptions,
+ WindowsOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineCloneCustomizeWindowsOptions,
WindowsSysprepText: *string,
}
```
@@ -3519,7 +3519,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineCloneCustomizeLinuxOptions {
Domain: *string,
@@ -3617,7 +3617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineCloneCustomizeNetworkInterface {
DnsDomain: *string,
@@ -3731,7 +3731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineCloneCustomizeWindowsOptions {
ComputerName: *string,
@@ -3973,7 +3973,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineConfig {
Connection: interface{},
@@ -3991,7 +3991,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
BootRetryDelay: *f64,
BootRetryEnabled: interface{},
Cdrom: interface{},
- Clone: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineClone,
+ Clone: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineClone,
CpuHotAddEnabled: interface{},
CpuHotRemoveEnabled: interface{},
CpuLimit: *f64,
@@ -4033,7 +4033,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
NetworkInterface: interface{},
NumCoresPerSocket: *f64,
NumCpus: *f64,
- OvfDeploy: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineOvfDeploy,
+ OvfDeploy: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineOvfDeploy,
PciDeviceId: *[]*string,
PoweronTimeout: *f64,
ReplaceTrigger: *string,
@@ -4053,9 +4053,9 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
SyncTimeWithHostPeriodically: interface{},
Tags: *[]*string,
ToolsUpgradePolicy: *string,
- Vapp: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineVapp,
+ Vapp: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineVapp,
VbsEnabled: interface{},
- Vtpm: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineVtpm,
+ Vtpm: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineVtpm,
VvtdEnabled: interface{},
WaitForGuestIpTimeout: *f64,
WaitForGuestNetRoutable: interface{},
@@ -5332,7 +5332,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineDisk {
Label: *string,
@@ -5646,7 +5646,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineNetworkInterface {
NetworkId: *string,
@@ -5824,7 +5824,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineOvfDeploy {
AllowUnverifiedSslCert: interface{},
@@ -5988,7 +5988,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineVapp {
Properties: *map[string]*string,
@@ -6024,7 +6024,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
&virtualmachine.VirtualMachineVtpm {
Version: *string,
@@ -6060,7 +6060,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineCdromList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VirtualMachineCdromList
```
@@ -6220,7 +6220,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineCdromOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) VirtualMachineCdromOutputReference
```
@@ -6596,7 +6596,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineCloneCustomizationSpecOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VirtualMachineCloneCustomizationSpecOutputReference
```
@@ -6896,7 +6896,7 @@ func InternalValue() VirtualMachineCloneCustomizationSpec
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineCloneCustomizeLinuxOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VirtualMachineCloneCustomizeLinuxOptionsOutputReference
```
@@ -7276,7 +7276,7 @@ func InternalValue() VirtualMachineCloneCustomizeLinuxOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineCloneCustomizeNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VirtualMachineCloneCustomizeNetworkInterfaceList
```
@@ -7436,7 +7436,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineCloneCustomizeNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) VirtualMachineCloneCustomizeNetworkInterfaceOutputReference
```
@@ -7877,7 +7877,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineCloneCustomizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VirtualMachineCloneCustomizeOutputReference
```
@@ -8426,7 +8426,7 @@ func InternalValue() VirtualMachineCloneCustomize
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineCloneCustomizeWindowsOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VirtualMachineCloneCustomizeWindowsOptionsOutputReference
```
@@ -9074,7 +9074,7 @@ func InternalValue() VirtualMachineCloneCustomizeWindowsOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineCloneOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VirtualMachineCloneOutputReference
```
@@ -9545,7 +9545,7 @@ func InternalValue() VirtualMachineClone
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VirtualMachineDiskList
```
@@ -9705,7 +9705,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) VirtualMachineDiskOutputReference
```
@@ -10520,7 +10520,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VirtualMachineNetworkInterfaceList
```
@@ -10680,7 +10680,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) VirtualMachineNetworkInterfaceOutputReference
```
@@ -11252,7 +11252,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineOvfDeployOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VirtualMachineOvfDeployOutputReference
```
@@ -11762,7 +11762,7 @@ func InternalValue() VirtualMachineOvfDeploy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineVappOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VirtualMachineVappOutputReference
```
@@ -12040,7 +12040,7 @@ func InternalValue() VirtualMachineVapp
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
virtualmachine.NewVirtualMachineVtpmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VirtualMachineVtpmOutputReference
```
diff --git a/docs/virtualMachineClass.go.md b/docs/virtualMachineClass.go.md
index c4498bb6..4ba3090e 100644
--- a/docs/virtualMachineClass.go.md
+++ b/docs/virtualMachineClass.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachineclass"
virtualmachineclass.NewVirtualMachineClass(scope Construct, id *string, config VirtualMachineClassConfig) VirtualMachineClass
```
@@ -406,7 +406,7 @@ func ResetVgpuDevices()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachineclass"
virtualmachineclass.VirtualMachineClass_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachineclass"
virtualmachineclass.VirtualMachineClass_IsTerraformElement(x interface{}) *bool
```
@@ -452,7 +452,7 @@ virtualmachineclass.VirtualMachineClass_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachineclass"
virtualmachineclass.VirtualMachineClass_IsTerraformResource(x interface{}) *bool
```
@@ -466,7 +466,7 @@ virtualmachineclass.VirtualMachineClass_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachineclass"
virtualmachineclass.VirtualMachineClass_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -849,7 +849,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachineclass"
&virtualmachineclass.VirtualMachineClassConfig {
Connection: interface{},
diff --git a/docs/virtualMachineSnapshot.go.md b/docs/virtualMachineSnapshot.go.md
index 0cbe0277..ba4fe41f 100644
--- a/docs/virtualMachineSnapshot.go.md
+++ b/docs/virtualMachineSnapshot.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachinesnapshot"
virtualmachinesnapshot.NewVirtualMachineSnapshot(scope Construct, id *string, config VirtualMachineSnapshotConfig) VirtualMachineSnapshot
```
@@ -399,7 +399,7 @@ func ResetRemoveChildren()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachinesnapshot"
virtualmachinesnapshot.VirtualMachineSnapshot_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachinesnapshot"
virtualmachinesnapshot.VirtualMachineSnapshot_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +445,7 @@ virtualmachinesnapshot.VirtualMachineSnapshot_IsTerraformElement(x interface{})
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachinesnapshot"
virtualmachinesnapshot.VirtualMachineSnapshot_IsTerraformResource(x interface{}) *bool
```
@@ -459,7 +459,7 @@ virtualmachinesnapshot.VirtualMachineSnapshot_IsTerraformResource(x interface{})
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachinesnapshot"
virtualmachinesnapshot.VirtualMachineSnapshot_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -864,7 +864,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachinesnapshot"
&virtualmachinesnapshot.VirtualMachineSnapshotConfig {
Connection: interface{},
diff --git a/docs/vmStoragePolicy.go.md b/docs/vmStoragePolicy.go.md
index dc656fd6..f6617adc 100644
--- a/docs/vmStoragePolicy.go.md
+++ b/docs/vmStoragePolicy.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmstoragepolicy"
vmstoragepolicy.NewVmStoragePolicy(scope Construct, id *string, config VmStoragePolicyConfig) VmStoragePolicy
```
@@ -405,7 +405,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmstoragepolicy"
vmstoragepolicy.VmStoragePolicy_IsConstruct(x interface{}) *bool
```
@@ -437,7 +437,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmstoragepolicy"
vmstoragepolicy.VmStoragePolicy_IsTerraformElement(x interface{}) *bool
```
@@ -451,7 +451,7 @@ vmstoragepolicy.VmStoragePolicy_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmstoragepolicy"
vmstoragepolicy.VmStoragePolicy_IsTerraformResource(x interface{}) *bool
```
@@ -465,7 +465,7 @@ vmstoragepolicy.VmStoragePolicy_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmstoragepolicy"
vmstoragepolicy.VmStoragePolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -782,7 +782,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmstoragepolicy"
&vmstoragepolicy.VmStoragePolicyConfig {
Connection: interface{},
@@ -949,7 +949,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmstoragepolicy"
&vmstoragepolicy.VmStoragePolicyTagRules {
TagCategory: *string,
@@ -1017,7 +1017,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmstoragepolicy"
vmstoragepolicy.NewVmStoragePolicyTagRulesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VmStoragePolicyTagRulesList
```
@@ -1177,7 +1177,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmstoragepolicy"
vmstoragepolicy.NewVmStoragePolicyTagRulesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) VmStoragePolicyTagRulesOutputReference
```
diff --git a/docs/vmfsDatastore.go.md b/docs/vmfsDatastore.go.md
index b71976b6..78c625ef 100644
--- a/docs/vmfsDatastore.go.md
+++ b/docs/vmfsDatastore.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmfsdatastore"
vmfsdatastore.NewVmfsDatastore(scope Construct, id *string, config VmfsDatastoreConfig) VmfsDatastore
```
@@ -413,7 +413,7 @@ func ResetTags()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmfsdatastore"
vmfsdatastore.VmfsDatastore_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmfsdatastore"
vmfsdatastore.VmfsDatastore_IsTerraformElement(x interface{}) *bool
```
@@ -459,7 +459,7 @@ vmfsdatastore.VmfsDatastore_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmfsdatastore"
vmfsdatastore.VmfsDatastore_IsTerraformResource(x interface{}) *bool
```
@@ -473,7 +473,7 @@ vmfsdatastore.VmfsDatastore_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmfsdatastore"
vmfsdatastore.VmfsDatastore_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -955,7 +955,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmfsdatastore"
&vmfsdatastore.VmfsDatastoreConfig {
Connection: interface{},
diff --git a/docs/vnic.go.md b/docs/vnic.go.md
index 1ed68f1d..7b21b538 100644
--- a/docs/vnic.go.md
+++ b/docs/vnic.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/vsphere/2.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
vnic.NewVnic(scope Construct, id *string, config VnicConfig) Vnic
```
@@ -474,7 +474,7 @@ func ResetServices()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
vnic.Vnic_IsConstruct(x interface{}) *bool
```
@@ -506,7 +506,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
vnic.Vnic_IsTerraformElement(x interface{}) *bool
```
@@ -520,7 +520,7 @@ vnic.Vnic_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
vnic.Vnic_IsTerraformResource(x interface{}) *bool
```
@@ -534,7 +534,7 @@ vnic.Vnic_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
vnic.Vnic_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1005,7 +1005,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
&vnic.VnicConfig {
Connection: interface{},
@@ -1019,8 +1019,8 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
DistributedPortGroup: *string,
DistributedSwitchPort: *string,
Id: *string,
- Ipv4: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.vnic.VnicIpv4,
- Ipv6: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.vnic.VnicIpv6,
+ Ipv4: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.vnic.VnicIpv4,
+ Ipv6: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.vnic.VnicIpv6,
Mac: *string,
Mtu: *f64,
Netstack: *string,
@@ -1284,7 +1284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
&vnic.VnicIpv4 {
Dhcp: interface{},
@@ -1366,7 +1366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
&vnic.VnicIpv6 {
Addresses: *[]*string,
@@ -1450,7 +1450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
vnic.NewVnicIpv4OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VnicIpv4OutputReference
```
@@ -1815,7 +1815,7 @@ func InternalValue() VnicIpv4
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
vnic.NewVnicIpv6OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VnicIpv6OutputReference
```
diff --git a/src/compute-cluster-host-group/index.ts b/src/compute-cluster-host-group/index.ts
index 6a04e333..5366ac5b 100644
--- a/src/compute-cluster-host-group/index.ts
+++ b/src/compute-cluster-host-group/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/compute_cluster_host_group
// generated from terraform resource schema
diff --git a/src/compute-cluster-vm-affinity-rule/index.ts b/src/compute-cluster-vm-affinity-rule/index.ts
index c186fbb8..2b3e74b7 100644
--- a/src/compute-cluster-vm-affinity-rule/index.ts
+++ b/src/compute-cluster-vm-affinity-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/compute_cluster_vm_affinity_rule
// generated from terraform resource schema
diff --git a/src/compute-cluster-vm-anti-affinity-rule/index.ts b/src/compute-cluster-vm-anti-affinity-rule/index.ts
index 1328dc81..171d0b5e 100644
--- a/src/compute-cluster-vm-anti-affinity-rule/index.ts
+++ b/src/compute-cluster-vm-anti-affinity-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/compute_cluster_vm_anti_affinity_rule
// generated from terraform resource schema
diff --git a/src/compute-cluster-vm-dependency-rule/index.ts b/src/compute-cluster-vm-dependency-rule/index.ts
index 18d1ccb2..7b77c305 100644
--- a/src/compute-cluster-vm-dependency-rule/index.ts
+++ b/src/compute-cluster-vm-dependency-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/compute_cluster_vm_dependency_rule
// generated from terraform resource schema
diff --git a/src/compute-cluster-vm-group/index.ts b/src/compute-cluster-vm-group/index.ts
index d17b3ee8..8dd4afff 100644
--- a/src/compute-cluster-vm-group/index.ts
+++ b/src/compute-cluster-vm-group/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/compute_cluster_vm_group
// generated from terraform resource schema
diff --git a/src/compute-cluster-vm-host-rule/index.ts b/src/compute-cluster-vm-host-rule/index.ts
index e8448acb..08d13e86 100644
--- a/src/compute-cluster-vm-host-rule/index.ts
+++ b/src/compute-cluster-vm-host-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/compute_cluster_vm_host_rule
// generated from terraform resource schema
diff --git a/src/compute-cluster/index.ts b/src/compute-cluster/index.ts
index 10936297..ffd289c7 100644
--- a/src/compute-cluster/index.ts
+++ b/src/compute-cluster/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/compute_cluster
// generated from terraform resource schema
diff --git a/src/content-library-item/index.ts b/src/content-library-item/index.ts
index 1c1f3b0b..08d2a07c 100644
--- a/src/content-library-item/index.ts
+++ b/src/content-library-item/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/content_library_item
// generated from terraform resource schema
diff --git a/src/content-library/index.ts b/src/content-library/index.ts
index f88c78c1..5aebba3b 100644
--- a/src/content-library/index.ts
+++ b/src/content-library/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/content_library
// generated from terraform resource schema
diff --git a/src/custom-attribute/index.ts b/src/custom-attribute/index.ts
index 38eda1e4..18cb41d3 100644
--- a/src/custom-attribute/index.ts
+++ b/src/custom-attribute/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/custom_attribute
// generated from terraform resource schema
diff --git a/src/data-vsphere-compute-cluster-host-group/index.ts b/src/data-vsphere-compute-cluster-host-group/index.ts
index 23a29fbb..0fd60c0e 100644
--- a/src/data-vsphere-compute-cluster-host-group/index.ts
+++ b/src/data-vsphere-compute-cluster-host-group/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/compute_cluster_host_group
// generated from terraform resource schema
diff --git a/src/data-vsphere-compute-cluster/index.ts b/src/data-vsphere-compute-cluster/index.ts
index 5315add5..759aa858 100644
--- a/src/data-vsphere-compute-cluster/index.ts
+++ b/src/data-vsphere-compute-cluster/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/compute_cluster
// generated from terraform resource schema
diff --git a/src/data-vsphere-content-library-item/index.ts b/src/data-vsphere-content-library-item/index.ts
index 254594c9..6271b888 100644
--- a/src/data-vsphere-content-library-item/index.ts
+++ b/src/data-vsphere-content-library-item/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/content_library_item
// generated from terraform resource schema
diff --git a/src/data-vsphere-content-library/index.ts b/src/data-vsphere-content-library/index.ts
index 7b763692..67527600 100644
--- a/src/data-vsphere-content-library/index.ts
+++ b/src/data-vsphere-content-library/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/content_library
// generated from terraform resource schema
diff --git a/src/data-vsphere-custom-attribute/index.ts b/src/data-vsphere-custom-attribute/index.ts
index d5ba7901..8f5f921e 100644
--- a/src/data-vsphere-custom-attribute/index.ts
+++ b/src/data-vsphere-custom-attribute/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/custom_attribute
// generated from terraform resource schema
diff --git a/src/data-vsphere-datacenter/index.ts b/src/data-vsphere-datacenter/index.ts
index 48607f0d..6277a289 100644
--- a/src/data-vsphere-datacenter/index.ts
+++ b/src/data-vsphere-datacenter/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/datacenter
// generated from terraform resource schema
diff --git a/src/data-vsphere-datastore-cluster/index.ts b/src/data-vsphere-datastore-cluster/index.ts
index 9548ed47..d982dd43 100644
--- a/src/data-vsphere-datastore-cluster/index.ts
+++ b/src/data-vsphere-datastore-cluster/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/datastore_cluster
// generated from terraform resource schema
diff --git a/src/data-vsphere-datastore-stats/index.ts b/src/data-vsphere-datastore-stats/index.ts
index 68757ce6..d6658e5a 100644
--- a/src/data-vsphere-datastore-stats/index.ts
+++ b/src/data-vsphere-datastore-stats/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/datastore_stats
// generated from terraform resource schema
diff --git a/src/data-vsphere-datastore/index.ts b/src/data-vsphere-datastore/index.ts
index eef6f79c..cffb0a82 100644
--- a/src/data-vsphere-datastore/index.ts
+++ b/src/data-vsphere-datastore/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/datastore
// generated from terraform resource schema
diff --git a/src/data-vsphere-distributed-virtual-switch/index.ts b/src/data-vsphere-distributed-virtual-switch/index.ts
index d0ff33f6..50f7e486 100644
--- a/src/data-vsphere-distributed-virtual-switch/index.ts
+++ b/src/data-vsphere-distributed-virtual-switch/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/distributed_virtual_switch
// generated from terraform resource schema
diff --git a/src/data-vsphere-dynamic/index.ts b/src/data-vsphere-dynamic/index.ts
index 54f718f4..8b9ffd51 100644
--- a/src/data-vsphere-dynamic/index.ts
+++ b/src/data-vsphere-dynamic/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/dynamic
// generated from terraform resource schema
diff --git a/src/data-vsphere-folder/index.ts b/src/data-vsphere-folder/index.ts
index de2d1624..97ea61e2 100644
--- a/src/data-vsphere-folder/index.ts
+++ b/src/data-vsphere-folder/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/folder
// generated from terraform resource schema
diff --git a/src/data-vsphere-guest-os-customization/index.ts b/src/data-vsphere-guest-os-customization/index.ts
index f49dff74..3247b471 100644
--- a/src/data-vsphere-guest-os-customization/index.ts
+++ b/src/data-vsphere-guest-os-customization/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/guest_os_customization
// generated from terraform resource schema
diff --git a/src/data-vsphere-host-base-images/index.ts b/src/data-vsphere-host-base-images/index.ts
index 1c59bd05..30c78a32 100644
--- a/src/data-vsphere-host-base-images/index.ts
+++ b/src/data-vsphere-host-base-images/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/host_base_images
// generated from terraform resource schema
diff --git a/src/data-vsphere-host-pci-device/index.ts b/src/data-vsphere-host-pci-device/index.ts
index fc6e08ad..ec0621f0 100644
--- a/src/data-vsphere-host-pci-device/index.ts
+++ b/src/data-vsphere-host-pci-device/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/host_pci_device
// generated from terraform resource schema
diff --git a/src/data-vsphere-host-thumbprint/index.ts b/src/data-vsphere-host-thumbprint/index.ts
index b2efe03a..5abc5440 100644
--- a/src/data-vsphere-host-thumbprint/index.ts
+++ b/src/data-vsphere-host-thumbprint/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/host_thumbprint
// generated from terraform resource schema
diff --git a/src/data-vsphere-host-vgpu-profile/index.ts b/src/data-vsphere-host-vgpu-profile/index.ts
index 6b1a557f..ea2221ee 100644
--- a/src/data-vsphere-host-vgpu-profile/index.ts
+++ b/src/data-vsphere-host-vgpu-profile/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/host_vgpu_profile
// generated from terraform resource schema
diff --git a/src/data-vsphere-host/index.ts b/src/data-vsphere-host/index.ts
index 53e3765b..4524f782 100644
--- a/src/data-vsphere-host/index.ts
+++ b/src/data-vsphere-host/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/host
// generated from terraform resource schema
diff --git a/src/data-vsphere-license/index.ts b/src/data-vsphere-license/index.ts
index 15efef13..ee1c3934 100644
--- a/src/data-vsphere-license/index.ts
+++ b/src/data-vsphere-license/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/license
// generated from terraform resource schema
diff --git a/src/data-vsphere-network/index.ts b/src/data-vsphere-network/index.ts
index 6af093b8..9b9aee66 100644
--- a/src/data-vsphere-network/index.ts
+++ b/src/data-vsphere-network/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/network
// generated from terraform resource schema
diff --git a/src/data-vsphere-ovf-vm-template/index.ts b/src/data-vsphere-ovf-vm-template/index.ts
index 7923c0c4..5a0e2fee 100644
--- a/src/data-vsphere-ovf-vm-template/index.ts
+++ b/src/data-vsphere-ovf-vm-template/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/ovf_vm_template
// generated from terraform resource schema
diff --git a/src/data-vsphere-resource-pool/index.ts b/src/data-vsphere-resource-pool/index.ts
index a124e53a..bfb6419a 100644
--- a/src/data-vsphere-resource-pool/index.ts
+++ b/src/data-vsphere-resource-pool/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/resource_pool
// generated from terraform resource schema
diff --git a/src/data-vsphere-role/index.ts b/src/data-vsphere-role/index.ts
index cc4603c7..c4ac34cb 100644
--- a/src/data-vsphere-role/index.ts
+++ b/src/data-vsphere-role/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/role
// generated from terraform resource schema
diff --git a/src/data-vsphere-storage-policy/index.ts b/src/data-vsphere-storage-policy/index.ts
index e331f44d..e7ab66d2 100644
--- a/src/data-vsphere-storage-policy/index.ts
+++ b/src/data-vsphere-storage-policy/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/storage_policy
// generated from terraform resource schema
diff --git a/src/data-vsphere-tag-category/index.ts b/src/data-vsphere-tag-category/index.ts
index 960dd268..d79f3051 100644
--- a/src/data-vsphere-tag-category/index.ts
+++ b/src/data-vsphere-tag-category/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/tag_category
// generated from terraform resource schema
diff --git a/src/data-vsphere-tag/index.ts b/src/data-vsphere-tag/index.ts
index 813a3262..4c28bf69 100644
--- a/src/data-vsphere-tag/index.ts
+++ b/src/data-vsphere-tag/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/tag
// generated from terraform resource schema
diff --git a/src/data-vsphere-vapp-container/index.ts b/src/data-vsphere-vapp-container/index.ts
index fd942eec..ef8dcd8e 100644
--- a/src/data-vsphere-vapp-container/index.ts
+++ b/src/data-vsphere-vapp-container/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/vapp_container
// generated from terraform resource schema
diff --git a/src/data-vsphere-virtual-machine/index.ts b/src/data-vsphere-virtual-machine/index.ts
index af9ae0f9..8b5a3726 100644
--- a/src/data-vsphere-virtual-machine/index.ts
+++ b/src/data-vsphere-virtual-machine/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/virtual_machine
// generated from terraform resource schema
diff --git a/src/data-vsphere-vmfs-disks/index.ts b/src/data-vsphere-vmfs-disks/index.ts
index a9167b37..21dec86f 100644
--- a/src/data-vsphere-vmfs-disks/index.ts
+++ b/src/data-vsphere-vmfs-disks/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/data-sources/vmfs_disks
// generated from terraform resource schema
diff --git a/src/datacenter/index.ts b/src/datacenter/index.ts
index d80ddea9..1799b60c 100644
--- a/src/datacenter/index.ts
+++ b/src/datacenter/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/datacenter
// generated from terraform resource schema
diff --git a/src/datastore-cluster-vm-anti-affinity-rule/index.ts b/src/datastore-cluster-vm-anti-affinity-rule/index.ts
index 04b05009..1a2ee513 100644
--- a/src/datastore-cluster-vm-anti-affinity-rule/index.ts
+++ b/src/datastore-cluster-vm-anti-affinity-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/datastore_cluster_vm_anti_affinity_rule
// generated from terraform resource schema
diff --git a/src/datastore-cluster/index.ts b/src/datastore-cluster/index.ts
index 2d1a9f21..0b4c7ef2 100644
--- a/src/datastore-cluster/index.ts
+++ b/src/datastore-cluster/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/datastore_cluster
// generated from terraform resource schema
diff --git a/src/distributed-port-group/index.ts b/src/distributed-port-group/index.ts
index 2bb78de2..49b6bacf 100644
--- a/src/distributed-port-group/index.ts
+++ b/src/distributed-port-group/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/distributed_port_group
// generated from terraform resource schema
diff --git a/src/distributed-virtual-switch/index.ts b/src/distributed-virtual-switch/index.ts
index b60e572a..95404ffa 100644
--- a/src/distributed-virtual-switch/index.ts
+++ b/src/distributed-virtual-switch/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/distributed_virtual_switch
// generated from terraform resource schema
diff --git a/src/dpm-host-override/index.ts b/src/dpm-host-override/index.ts
index 1bcf695c..630d8448 100644
--- a/src/dpm-host-override/index.ts
+++ b/src/dpm-host-override/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/dpm_host_override
// generated from terraform resource schema
diff --git a/src/drs-vm-override/index.ts b/src/drs-vm-override/index.ts
index db8e14f5..74693224 100644
--- a/src/drs-vm-override/index.ts
+++ b/src/drs-vm-override/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/drs_vm_override
// generated from terraform resource schema
diff --git a/src/entity-permissions/index.ts b/src/entity-permissions/index.ts
index 841282e9..6b86bd4e 100644
--- a/src/entity-permissions/index.ts
+++ b/src/entity-permissions/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/entity_permissions
// generated from terraform resource schema
diff --git a/src/file/index.ts b/src/file/index.ts
index 5fe3afd7..9f1326fc 100644
--- a/src/file/index.ts
+++ b/src/file/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/file
// generated from terraform resource schema
diff --git a/src/folder/index.ts b/src/folder/index.ts
index 73ea8f8c..ef1a1a7e 100644
--- a/src/folder/index.ts
+++ b/src/folder/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/folder
// generated from terraform resource schema
diff --git a/src/guest-os-customization/index.ts b/src/guest-os-customization/index.ts
index fa834522..22231e82 100644
--- a/src/guest-os-customization/index.ts
+++ b/src/guest-os-customization/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/guest_os_customization
// generated from terraform resource schema
diff --git a/src/ha-vm-override/index.ts b/src/ha-vm-override/index.ts
index 88eca1e6..7642312d 100644
--- a/src/ha-vm-override/index.ts
+++ b/src/ha-vm-override/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/ha_vm_override
// generated from terraform resource schema
diff --git a/src/host-port-group/index.ts b/src/host-port-group/index.ts
index b3deef65..abc5f25f 100644
--- a/src/host-port-group/index.ts
+++ b/src/host-port-group/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/host_port_group
// generated from terraform resource schema
diff --git a/src/host-virtual-switch/index.ts b/src/host-virtual-switch/index.ts
index e4650467..89019c8b 100644
--- a/src/host-virtual-switch/index.ts
+++ b/src/host-virtual-switch/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/host_virtual_switch
// generated from terraform resource schema
diff --git a/src/host/index.ts b/src/host/index.ts
index 88859542..6d813eea 100644
--- a/src/host/index.ts
+++ b/src/host/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/host
// generated from terraform resource schema
diff --git a/src/index.ts b/src/index.ts
index 1bbf98b0..284b069c 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// generated by cdktf get
export * as computeCluster from './compute-cluster';
export * as computeClusterHostGroup from './compute-cluster-host-group';
diff --git a/src/lazy-index.ts b/src/lazy-index.ts
index 620b892c..fbcabec4 100644
--- a/src/lazy-index.ts
+++ b/src/lazy-index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// generated by cdktf get
Object.defineProperty(exports, 'computeCluster', { get: function () { return require('./compute-cluster'); } });
Object.defineProperty(exports, 'computeClusterHostGroup', { get: function () { return require('./compute-cluster-host-group'); } });
diff --git a/src/license-resource/index.ts b/src/license-resource/index.ts
index 385c552e..ff3e9660 100644
--- a/src/license-resource/index.ts
+++ b/src/license-resource/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/license
// generated from terraform resource schema
diff --git a/src/nas-datastore/index.ts b/src/nas-datastore/index.ts
index 824304ee..5a4272b6 100644
--- a/src/nas-datastore/index.ts
+++ b/src/nas-datastore/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/nas_datastore
// generated from terraform resource schema
diff --git a/src/offline-software-depot/index.ts b/src/offline-software-depot/index.ts
index c9bf00f4..a9586e89 100644
--- a/src/offline-software-depot/index.ts
+++ b/src/offline-software-depot/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/offline_software_depot
// generated from terraform resource schema
diff --git a/src/provider/index.ts b/src/provider/index.ts
index 9e6bfc4e..1f888dc4 100644
--- a/src/provider/index.ts
+++ b/src/provider/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs
// generated from terraform resource schema
diff --git a/src/resource-pool/index.ts b/src/resource-pool/index.ts
index de8b9014..76371745 100644
--- a/src/resource-pool/index.ts
+++ b/src/resource-pool/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/resource_pool
// generated from terraform resource schema
diff --git a/src/role/index.ts b/src/role/index.ts
index 206baf9b..fc33c76f 100644
--- a/src/role/index.ts
+++ b/src/role/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/role
// generated from terraform resource schema
diff --git a/src/storage-drs-vm-override/index.ts b/src/storage-drs-vm-override/index.ts
index b1e4bbd6..a6c8612e 100644
--- a/src/storage-drs-vm-override/index.ts
+++ b/src/storage-drs-vm-override/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/storage_drs_vm_override
// generated from terraform resource schema
diff --git a/src/supervisor/index.ts b/src/supervisor/index.ts
index 99222371..5b58dadc 100644
--- a/src/supervisor/index.ts
+++ b/src/supervisor/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/supervisor
// generated from terraform resource schema
diff --git a/src/tag-category/index.ts b/src/tag-category/index.ts
index 62baf908..c8638d65 100644
--- a/src/tag-category/index.ts
+++ b/src/tag-category/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/tag_category
// generated from terraform resource schema
diff --git a/src/tag/index.ts b/src/tag/index.ts
index d722d315..1f6ba85f 100644
--- a/src/tag/index.ts
+++ b/src/tag/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/tag
// generated from terraform resource schema
diff --git a/src/vapp-container/index.ts b/src/vapp-container/index.ts
index 6d3d5e8b..8e4cb794 100644
--- a/src/vapp-container/index.ts
+++ b/src/vapp-container/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/vapp_container
// generated from terraform resource schema
diff --git a/src/vapp-entity/index.ts b/src/vapp-entity/index.ts
index cf861ccb..f17c0d20 100644
--- a/src/vapp-entity/index.ts
+++ b/src/vapp-entity/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/vapp_entity
// generated from terraform resource schema
diff --git a/src/virtual-disk/index.ts b/src/virtual-disk/index.ts
index 8f11886d..daca860d 100644
--- a/src/virtual-disk/index.ts
+++ b/src/virtual-disk/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/virtual_disk
// generated from terraform resource schema
diff --git a/src/virtual-machine-class/index.ts b/src/virtual-machine-class/index.ts
index 94531cdb..6a94f9f4 100644
--- a/src/virtual-machine-class/index.ts
+++ b/src/virtual-machine-class/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/virtual_machine_class
// generated from terraform resource schema
diff --git a/src/virtual-machine-snapshot/index.ts b/src/virtual-machine-snapshot/index.ts
index 6780d66b..07cdeabc 100644
--- a/src/virtual-machine-snapshot/index.ts
+++ b/src/virtual-machine-snapshot/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/virtual_machine_snapshot
// generated from terraform resource schema
diff --git a/src/virtual-machine/index.ts b/src/virtual-machine/index.ts
index 5c65b1cd..3013bf1b 100644
--- a/src/virtual-machine/index.ts
+++ b/src/virtual-machine/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/virtual_machine
// generated from terraform resource schema
diff --git a/src/vm-storage-policy/index.ts b/src/vm-storage-policy/index.ts
index 740014cd..53431aaf 100644
--- a/src/vm-storage-policy/index.ts
+++ b/src/vm-storage-policy/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/vm_storage_policy
// generated from terraform resource schema
diff --git a/src/vmfs-datastore/index.ts b/src/vmfs-datastore/index.ts
index dfab1f62..d45171a8 100644
--- a/src/vmfs-datastore/index.ts
+++ b/src/vmfs-datastore/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/vmfs_datastore
// generated from terraform resource schema
diff --git a/src/vnic/index.ts b/src/vnic/index.ts
index 1d99ed83..a50c9b31 100644
--- a/src/vnic/index.ts
+++ b/src/vnic/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/hashicorp/vsphere/2.10.0/docs/resources/vnic
// generated from terraform resource schema
diff --git a/yarn.lock b/yarn.lock
index 8a085831..eed3eb6e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4103,16 +4103,7 @@ streamx@^2.15.0:
optionalDependencies:
bare-events "^2.2.0"
-"string-width-cjs@npm:string-width@^4.2.0":
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
- dependencies:
- emoji-regex "^8.0.0"
- is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.1"
-
-string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4144,14 +4135,7 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"
-"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- dependencies:
- ansi-regex "^5.0.1"
-
-strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4541,7 +4525,7 @@ workerpool@^6.5.1:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
-"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
+"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4559,15 +4543,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"
-wrap-ansi@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
- dependencies:
- ansi-styles "^4.0.0"
- string-width "^4.1.0"
- strip-ansi "^6.0.0"
-
wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"