diff --git a/docs/computeCluster.go.md b/docs/computeCluster.go.md
index b34c23a1..8c4ea781 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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
computecluster.ComputeCluster_IsConstruct(x interface{}) *bool
```
@@ -938,7 +938,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
&computecluster.ComputeClusterConfig {
Connection: interface{},
@@ -2802,7 +2802,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
HaVmRestartPriority: *string,
HaVmRestartTimeout: *f64,
HostClusterExitTimeout: *f64,
- HostImage: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.computeCluster.ComputeClusterHostImage,
+ HostImage: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.computeCluster.ComputeClusterHostImage,
HostManaged: interface{},
HostSystemIds: *[]*string,
Id: *string,
@@ -2823,7 +2823,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computecluster"
VsanNetworkDiagnosticModeEnabled: interface{},
VsanPerformanceEnabled: interface{},
VsanRemoteDatastoreIds: *[]*string,
- VsanStretchedCluster: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.computeCluster.ComputeClusterVsanStretchedCluster,
+ VsanStretchedCluster: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computecluster"
computecluster.NewComputeClusterVsanStretchedClusterOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ComputeClusterVsanStretchedClusterOutputReference
```
diff --git a/docs/computeClusterHostGroup.go.md b/docs/computeClusterHostGroup.go.md
index 9f44ffa3..f95fd1fe 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/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclusterhostgroup"
computeclusterhostgroup.ComputeClusterHostGroup_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclusterhostgroup"
&computeclusterhostgroup.ComputeClusterHostGroupConfig {
Connection: interface{},
diff --git a/docs/computeClusterVmAffinityRule.go.md b/docs/computeClusterVmAffinityRule.go.md
index 275e103f..a33e24d7 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/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmaffinityrule"
computeclustervmaffinityrule.ComputeClusterVmAffinityRule_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmaffinityrule"
&computeclustervmaffinityrule.ComputeClusterVmAffinityRuleConfig {
Connection: interface{},
diff --git a/docs/computeClusterVmAntiAffinityRule.go.md b/docs/computeClusterVmAntiAffinityRule.go.md
index 527c8db1..b68a5710 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/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmantiaffinityrule"
computeclustervmantiaffinityrule.ComputeClusterVmAntiAffinityRule_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmantiaffinityrule"
&computeclustervmantiaffinityrule.ComputeClusterVmAntiAffinityRuleConfig {
Connection: interface{},
diff --git a/docs/computeClusterVmDependencyRule.go.md b/docs/computeClusterVmDependencyRule.go.md
index 36eafd08..13579ac2 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/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmdependencyrule"
computeclustervmdependencyrule.ComputeClusterVmDependencyRule_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmdependencyrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmdependencyrule"
&computeclustervmdependencyrule.ComputeClusterVmDependencyRuleConfig {
Connection: interface{},
diff --git a/docs/computeClusterVmGroup.go.md b/docs/computeClusterVmGroup.go.md
index 5a1ba887..c29c9a25 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/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmgroup"
computeclustervmgroup.ComputeClusterVmGroup_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmgroup"
&computeclustervmgroup.ComputeClusterVmGroupConfig {
Connection: interface{},
diff --git a/docs/computeClusterVmHostRule.go.md b/docs/computeClusterVmHostRule.go.md
index 1e681ad5..c3885f17 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/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmhostrule"
computeclustervmhostrule.ComputeClusterVmHostRule_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/computeclustervmhostrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/computeclustervmhostrule"
&computeclustervmhostrule.ComputeClusterVmHostRuleConfig {
Connection: interface{},
diff --git a/docs/contentLibrary.go.md b/docs/contentLibrary.go.md
index 23d66883..f2531de0 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/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
contentlibrary.ContentLibrary_IsConstruct(x interface{}) *bool
```
@@ -464,7 +464,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
&contentlibrary.ContentLibraryConfig {
Connection: interface{},
@@ -867,8 +867,8 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibrary"
StorageBacking: *[]*string,
Description: *string,
Id: *string,
- Publication: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.contentLibrary.ContentLibraryPublication,
- Subscription: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.contentLibrary.ContentLibrarySubscription,
+ Publication: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.contentLibrary.ContentLibraryPublication,
+ Subscription: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibrary"
contentlibrary.NewContentLibrarySubscriptionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ContentLibrarySubscriptionOutputReference
```
diff --git a/docs/contentLibraryItem.go.md b/docs/contentLibraryItem.go.md
index 6a2ddcfd..88c479a6 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/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibraryitem"
contentlibraryitem.ContentLibraryItem_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/contentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/contentlibraryitem"
&contentlibraryitem.ContentLibraryItemConfig {
Connection: interface{},
diff --git a/docs/customAttribute.go.md b/docs/customAttribute.go.md
index 67c4e36e..4b0dd5f3 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/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/customattribute"
customattribute.CustomAttribute_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/customattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/customattribute"
&customattribute.CustomAttributeConfig {
Connection: interface{},
diff --git a/docs/dataVsphereComputeCluster.go.md b/docs/dataVsphereComputeCluster.go.md
index 78ec600b..0404d6f0 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/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputecluster"
datavspherecomputecluster.DataVsphereComputeCluster_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecomputecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputecluster"
&datavspherecomputecluster.DataVsphereComputeClusterConfig {
Connection: interface{},
diff --git a/docs/dataVsphereComputeClusterHostGroup.go.md b/docs/dataVsphereComputeClusterHostGroup.go.md
index 110c9f21..85f5f64c 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/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputeclusterhostgroup"
datavspherecomputeclusterhostgroup.DataVsphereComputeClusterHostGroup_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecomputeclusterhostgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecomputeclusterhostgroup"
&datavspherecomputeclusterhostgroup.DataVsphereComputeClusterHostGroupConfig {
Connection: interface{},
diff --git a/docs/dataVsphereContentLibrary.go.md b/docs/dataVsphereContentLibrary.go.md
index f7e292ee..de8bbfbc 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/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibrary"
datavspherecontentlibrary.DataVsphereContentLibrary_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecontentlibrary"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibrary"
&datavspherecontentlibrary.DataVsphereContentLibraryConfig {
Connection: interface{},
diff --git a/docs/dataVsphereContentLibraryItem.go.md b/docs/dataVsphereContentLibraryItem.go.md
index f811bb99..a8477460 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/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibraryitem"
datavspherecontentlibraryitem.DataVsphereContentLibraryItem_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecontentlibraryitem"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecontentlibraryitem"
&datavspherecontentlibraryitem.DataVsphereContentLibraryItemConfig {
Connection: interface{},
diff --git a/docs/dataVsphereCustomAttribute.go.md b/docs/dataVsphereCustomAttribute.go.md
index 6929ed0a..e2e86768 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/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecustomattribute"
datavspherecustomattribute.DataVsphereCustomAttribute_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherecustomattribute"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherecustomattribute"
&datavspherecustomattribute.DataVsphereCustomAttributeConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDatacenter.go.md b/docs/dataVsphereDatacenter.go.md
index 639879f0..bddecacb 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/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatacenter"
datavspheredatacenter.DataVsphereDatacenter_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatacenter"
&datavspheredatacenter.DataVsphereDatacenterConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDatastore.go.md b/docs/dataVsphereDatastore.go.md
index 07547c96..7924a02b 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/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastore"
datavspheredatastore.DataVsphereDatastore_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastore"
&datavspheredatastore.DataVsphereDatastoreConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDatastoreCluster.go.md b/docs/dataVsphereDatastoreCluster.go.md
index 074c4bbb..5c405e91 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/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorecluster"
datavspheredatastorecluster.DataVsphereDatastoreCluster_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorecluster"
&datavspheredatastorecluster.DataVsphereDatastoreClusterConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDatastoreStats.go.md b/docs/dataVsphereDatastoreStats.go.md
index 8f8c57ee..fd8c6bd9 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/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorestats"
datavspheredatastorestats.DataVsphereDatastoreStats_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredatastorestats"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredatastorestats"
&datavspheredatastorestats.DataVsphereDatastoreStatsConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDistributedVirtualSwitch.go.md b/docs/dataVsphereDistributedVirtualSwitch.go.md
index 4dbd76a5..14b1f416 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/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredistributedvirtualswitch"
datavspheredistributedvirtualswitch.DataVsphereDistributedVirtualSwitch_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredistributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredistributedvirtualswitch"
&datavspheredistributedvirtualswitch.DataVsphereDistributedVirtualSwitchConfig {
Connection: interface{},
diff --git a/docs/dataVsphereDynamic.go.md b/docs/dataVsphereDynamic.go.md
index 84823421..19942366 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/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredynamic"
datavspheredynamic.DataVsphereDynamic_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheredynamic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheredynamic"
&datavspheredynamic.DataVsphereDynamicConfig {
Connection: interface{},
diff --git a/docs/dataVsphereFolder.go.md b/docs/dataVsphereFolder.go.md
index 13e8cf43..17907f32 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/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherefolder"
datavspherefolder.DataVsphereFolder_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherefolder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherefolder"
&datavspherefolder.DataVsphereFolderConfig {
Connection: interface{},
diff --git a/docs/dataVsphereGuestOsCustomization.go.md b/docs/dataVsphereGuestOsCustomization.go.md
index 75aa71a5..a5f6d0d1 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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
datavsphereguestoscustomization.DataVsphereGuestOsCustomization_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
&datavsphereguestoscustomization.DataVsphereGuestOsCustomizationSpec {
@@ -797,7 +797,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscus
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
&datavsphereguestoscustomization.DataVsphereGuestOsCustomizationSpecLinuxOptions {
@@ -810,7 +810,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscus
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
&datavsphereguestoscustomization.DataVsphereGuestOsCustomizationSpecNetworkInterface {
@@ -823,7 +823,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscus
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereguestoscustomization"
&datavsphereguestoscustomization.DataVsphereGuestOsCustomizationSpecWindowsOptions {
@@ -838,7 +838,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscus
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereguestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 dc68229a..7a71a429 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/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehost"
datavspherehost.DataVsphereHost_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehost"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehost"
&datavspherehost.DataVsphereHostConfig {
Connection: interface{},
diff --git a/docs/dataVsphereHostBaseImages.go.md b/docs/dataVsphereHostBaseImages.go.md
index 876038fb..9c4d98bb 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/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostbaseimages"
datavspherehostbaseimages.DataVsphereHostBaseImages_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostbaseimages"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostbaseimages"
&datavspherehostbaseimages.DataVsphereHostBaseImagesConfig {
Connection: interface{},
diff --git a/docs/dataVsphereHostPciDevice.go.md b/docs/dataVsphereHostPciDevice.go.md
index b6c22aae..0344f657 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/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostpcidevice"
datavspherehostpcidevice.DataVsphereHostPciDevice_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostpcidevice"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostpcidevice"
&datavspherehostpcidevice.DataVsphereHostPciDeviceConfig {
Connection: interface{},
diff --git a/docs/dataVsphereHostThumbprint.go.md b/docs/dataVsphereHostThumbprint.go.md
index 2782aaf4..c4e44ef6 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/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostthumbprint"
datavspherehostthumbprint.DataVsphereHostThumbprint_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostthumbprint"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostthumbprint"
&datavspherehostthumbprint.DataVsphereHostThumbprintConfig {
Connection: interface{},
diff --git a/docs/dataVsphereHostVgpuProfile.go.md b/docs/dataVsphereHostVgpuProfile.go.md
index c3ad405d..44c9385a 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/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
datavspherehostvgpuprofile.DataVsphereHostVgpuProfile_IsConstruct(x interface{}) *bool
```
@@ -322,7 +322,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherehostvgpuprofile"
&datavspherehostvgpuprofile.DataVsphereHostVgpuProfileVgpuProfiles {
@@ -800,7 +800,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpupr
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherehostvgpuprofile"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 04d5754d..af2bd63c 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/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherelicense"
datavspherelicense.DataVsphereLicense_IsConstruct(x interface{}) *bool
```
@@ -308,7 +308,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherelicense"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherelicense"
&datavspherelicense.DataVsphereLicenseConfig {
Connection: interface{},
diff --git a/docs/dataVsphereNetwork.go.md b/docs/dataVsphereNetwork.go.md
index d39e159e..efb7862c 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/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherenetwork"
datavspherenetwork.DataVsphereNetwork_IsConstruct(x interface{}) *bool
```
@@ -349,7 +349,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherenetwork"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 5d3096d1..c992b5ab 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/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereovfvmtemplate"
datavsphereovfvmtemplate.DataVsphereOvfVmTemplate_IsConstruct(x interface{}) *bool
```
@@ -392,7 +392,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereovfvmtemplate"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereovfvmtemplate"
&datavsphereovfvmtemplate.DataVsphereOvfVmTemplateConfig {
Connection: interface{},
diff --git a/docs/dataVsphereResourcePool.go.md b/docs/dataVsphereResourcePool.go.md
index a658bef7..6cdb7979 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/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereresourcepool"
datavsphereresourcepool.DataVsphereResourcePool_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphereresourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphereresourcepool"
&datavsphereresourcepool.DataVsphereResourcePoolConfig {
Connection: interface{},
diff --git a/docs/dataVsphereRole.go.md b/docs/dataVsphereRole.go.md
index 88782ff3..ff476a5e 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/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphererole"
datavsphererole.DataVsphereRole_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavsphererole"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavsphererole"
&datavsphererole.DataVsphereRoleConfig {
Connection: interface{},
diff --git a/docs/dataVsphereStoragePolicy.go.md b/docs/dataVsphereStoragePolicy.go.md
index 9f9d2daa..14adc9bf 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/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherestoragepolicy"
datavspherestoragepolicy.DataVsphereStoragePolicy_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherestoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherestoragepolicy"
&datavspherestoragepolicy.DataVsphereStoragePolicyConfig {
Connection: interface{},
diff --git a/docs/dataVsphereTag.go.md b/docs/dataVsphereTag.go.md
index 28dd88c7..bd078a57 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/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretag"
datavspheretag.DataVsphereTag_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheretag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretag"
&datavspheretag.DataVsphereTagConfig {
Connection: interface{},
diff --git a/docs/dataVsphereTagCategory.go.md b/docs/dataVsphereTagCategory.go.md
index 74fcaaa2..6df2ecbc 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/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretagcategory"
datavspheretagcategory.DataVsphereTagCategory_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspheretagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspheretagcategory"
&datavspheretagcategory.DataVsphereTagCategoryConfig {
Connection: interface{},
diff --git a/docs/dataVsphereVappContainer.go.md b/docs/dataVsphereVappContainer.go.md
index a1c4bd49..1933ee21 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/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevappcontainer"
datavspherevappcontainer.DataVsphereVappContainer_IsConstruct(x interface{}) *bool
```
@@ -315,7 +315,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevappcontainer"
&datavspherevappcontainer.DataVsphereVappContainerConfig {
Connection: interface{},
diff --git a/docs/dataVsphereVirtualMachine.go.md b/docs/dataVsphereVirtualMachine.go.md
index 15e10cca..1cafbd6f 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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
datavspherevirtualmachine.DataVsphereVirtualMachine_IsConstruct(x interface{}) *bool
```
@@ -713,7 +713,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
&datavspherevirtualmachine.DataVsphereVirtualMachineConfig {
Connection: interface{},
@@ -2364,7 +2364,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmac
SyncTimeWithHostPeriodically: interface{},
ToolsUpgradePolicy: *string,
Uuid: *string,
- Vapp: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.dataVsphereVirtualMachine.DataVsphereVirtualMachineVapp,
+ Vapp: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
&datavspherevirtualmachine.DataVsphereVirtualMachineDisks {
@@ -3327,7 +3327,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmac
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
&datavspherevirtualmachine.DataVsphereVirtualMachineNetworkInterfaces {
@@ -3340,7 +3340,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmac
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevirtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevirtualmachine"
datavspherevirtualmachine.NewDataVsphereVirtualMachineVappOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataVsphereVirtualMachineVappOutputReference
```
diff --git a/docs/dataVsphereVmfsDisks.go.md b/docs/dataVsphereVmfsDisks.go.md
index b0f14f05..74d8c963 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/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevmfsdisks"
datavspherevmfsdisks.DataVsphereVmfsDisks_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datavspherevmfsdisks"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datavspherevmfsdisks"
&datavspherevmfsdisks.DataVsphereVmfsDisksConfig {
Connection: interface{},
diff --git a/docs/datacenter.go.md b/docs/datacenter.go.md
index e5246e3e..62bbb767 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/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datacenter"
datacenter.Datacenter_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datacenter"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datacenter"
&datacenter.DatacenterConfig {
Connection: interface{},
diff --git a/docs/datastoreCluster.go.md b/docs/datastoreCluster.go.md
index d367c2cd..129733e7 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/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastorecluster"
datastorecluster.DatastoreCluster_IsConstruct(x interface{}) *bool
```
@@ -578,7 +578,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datastorecluster"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastorecluster"
&datastorecluster.DatastoreClusterConfig {
Connection: interface{},
diff --git a/docs/datastoreClusterVmAntiAffinityRule.go.md b/docs/datastoreClusterVmAntiAffinityRule.go.md
index 2286e480..246c78d8 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/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastoreclustervmantiaffinityrule"
datastoreclustervmantiaffinityrule.DatastoreClusterVmAntiAffinityRule_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/datastoreclustervmantiaffinityrule"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/datastoreclustervmantiaffinityrule"
&datastoreclustervmantiaffinityrule.DatastoreClusterVmAntiAffinityRuleConfig {
Connection: interface{},
diff --git a/docs/distributedPortGroup.go.md b/docs/distributedPortGroup.go.md
index 35ebe443..b8c143cc 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/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedportgroup"
distributedportgroup.DistributedPortGroup_IsConstruct(x interface{}) *bool
```
@@ -738,7 +738,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 3a93dcb2..aa66035a 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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/distributedvirtualswitch"
distributedvirtualswitch.DistributedVirtualSwitch_IsConstruct(x interface{}) *bool
```
@@ -1100,7 +1100,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/distributedvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 bdacc49f..0551b764 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/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/dpmhostoverride"
dpmhostoverride.DpmHostOverride_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/dpmhostoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/dpmhostoverride"
&dpmhostoverride.DpmHostOverrideConfig {
Connection: interface{},
diff --git a/docs/drsVmOverride.go.md b/docs/drsVmOverride.go.md
index f208d4b2..848d8902 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/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/drsvmoverride"
drsvmoverride.DrsVmOverride_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/drsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/drsvmoverride"
&drsvmoverride.DrsVmOverrideConfig {
Connection: interface{},
diff --git a/docs/entityPermissions.go.md b/docs/entityPermissions.go.md
index ae446ec3..0ead264e 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/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/entitypermissions"
entitypermissions.EntityPermissions_IsConstruct(x interface{}) *bool
```
@@ -430,7 +430,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/entitypermissions"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 8512e819..63a333e5 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/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/file"
file.File_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/file"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/file"
&file.FileConfig {
Connection: interface{},
diff --git a/docs/folder.go.md b/docs/folder.go.md
index f7b1b18b..679a8b30 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/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/folder"
folder.Folder_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/folder"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/folder"
&folder.FolderConfig {
Connection: interface{},
diff --git a/docs/guestOsCustomization.go.md b/docs/guestOsCustomization.go.md
index 4a81905a..377f272c 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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
guestoscustomization.GuestOsCustomization_IsConstruct(x interface{}) *bool
```
@@ -437,7 +437,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
&guestoscustomization.GuestOsCustomizationConfig {
Connection: interface{},
@@ -837,7 +837,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/guestoscustomization"
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
Name: *string,
- Spec: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.guestOsCustomization.GuestOsCustomizationSpec,
+ Spec: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
&guestoscustomization.GuestOsCustomizationSpec {
DnsServerList: *[]*string,
DnsSuffixList: *[]*string,
Ipv4Gateway: *string,
Ipv6Gateway: *string,
- LinuxOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.guestOsCustomization.GuestOsCustomizationSpecLinuxOptions,
+ LinuxOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.guestOsCustomization.GuestOsCustomizationSpecLinuxOptions,
NetworkInterface: interface{},
- WindowsOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.guestOsCustomization.GuestOsCustomizationSpecWindowsOptions,
+ WindowsOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/guestoscustomization"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/guestoscustomization"
guestoscustomization.NewGuestOsCustomizationSpecWindowsOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) GuestOsCustomizationSpecWindowsOptionsOutputReference
```
diff --git a/docs/haVmOverride.go.md b/docs/haVmOverride.go.md
index 7007385b..9af77f2f 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/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/havmoverride"
havmoverride.HaVmOverride_IsConstruct(x interface{}) *bool
```
@@ -508,7 +508,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/havmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/havmoverride"
&havmoverride.HaVmOverrideConfig {
Connection: interface{},
diff --git a/docs/host.go.md b/docs/host.go.md
index a5d1e08e..30212bc5 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/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
host.Host_IsConstruct(x interface{}) *bool
```
@@ -514,7 +514,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/host"
&host.HostServices {
- Ntpd: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.host.HostServicesNtpd,
+ Ntpd: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/host"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 24406509..49d120de 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/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
hostportgroup.HostPortGroup_IsConstruct(x interface{}) *bool
```
@@ -515,7 +515,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostportgroup"
&hostportgroup.HostPortGroupPorts {
@@ -1613,7 +1613,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/hostportgroup"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 051994e4..b32d5efe 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/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostvirtualswitch"
hostvirtualswitch.HostVirtualSwitch_IsConstruct(x interface{}) *bool
```
@@ -536,7 +536,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/hostvirtualswitch"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/hostvirtualswitch"
&hostvirtualswitch.HostVirtualSwitchConfig {
Connection: interface{},
diff --git a/docs/licenseResource.go.md b/docs/licenseResource.go.md
index 52cc4f55..1c0f3c18 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/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/licenseresource"
licenseresource.LicenseResource_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/licenseresource"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/licenseresource"
&licenseresource.LicenseResourceConfig {
Connection: interface{},
diff --git a/docs/nasDatastore.go.md b/docs/nasDatastore.go.md
index fe727548..23ff3b3f 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/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/nasdatastore"
nasdatastore.NasDatastore_IsConstruct(x interface{}) *bool
```
@@ -466,7 +466,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/nasdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/nasdatastore"
&nasdatastore.NasDatastoreConfig {
Connection: interface{},
diff --git a/docs/offlineSoftwareDepot.go.md b/docs/offlineSoftwareDepot.go.md
index c6597726..2764812f 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/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
offlinesoftwaredepot.OfflineSoftwareDepot_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/offlinesoftwaredepot"
&offlinesoftwaredepot.OfflineSoftwareDepotComponent {
@@ -742,7 +742,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/offlinesoftwaredepot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 d619909e..dd6efe84 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/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/provider"
provider.VsphereProvider_IsConstruct(x interface{}) *bool
```
@@ -260,7 +260,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/provider"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/provider"
&provider.VsphereProviderConfig {
Password: *string,
diff --git a/docs/resourcePool.go.md b/docs/resourcePool.go.md
index 1cd21ccd..0b7a9cde 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/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/resourcepool"
resourcepool.ResourcePool_IsConstruct(x interface{}) *bool
```
@@ -508,7 +508,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/resourcepool"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/resourcepool"
&resourcepool.ResourcePoolConfig {
Connection: interface{},
diff --git a/docs/role.go.md b/docs/role.go.md
index ec52fdce..423bf5f2 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/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/role"
role.Role_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/role"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/role"
&role.RoleConfig {
Connection: interface{},
diff --git a/docs/storageDrsVmOverride.go.md b/docs/storageDrsVmOverride.go.md
index fe6e4b13..c9acfafa 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/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/storagedrsvmoverride"
storagedrsvmoverride.StorageDrsVmOverride_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/storagedrsvmoverride"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/storagedrsvmoverride"
&storagedrsvmoverride.StorageDrsVmOverrideConfig {
Connection: interface{},
diff --git a/docs/supervisor.go.md b/docs/supervisor.go.md
index 6c708654..1019d6e2 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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
supervisor.Supervisor_IsConstruct(x interface{}) *bool
```
@@ -502,7 +502,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
&supervisor.SupervisorConfig {
Connection: interface{},
@@ -1128,10 +1128,10 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/supervisor"
EgressCidr: interface{},
IngressCidr: interface{},
MainDns: *[]*string,
- ManagementNetwork: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.supervisor.SupervisorManagementNetwork,
+ ManagementNetwork: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.supervisor.SupervisorManagementNetwork,
PodCidr: interface{},
SearchDomains: *[]*string,
- ServiceCidr: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.supervisor.SupervisorServiceCidr,
+ ServiceCidr: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/supervisor"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/supervisor"
supervisor.NewSupervisorServiceCidrOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) SupervisorServiceCidrOutputReference
```
diff --git a/docs/tag.go.md b/docs/tag.go.md
index 33d4722e..5eeb4fa2 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/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tag"
tag.Tag_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/tag"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tag"
&tag.TagConfig {
Connection: interface{},
diff --git a/docs/tagCategory.go.md b/docs/tagCategory.go.md
index 602ca77b..c191e85e 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/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tagcategory"
tagcategory.TagCategory_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/tagcategory"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/tagcategory"
&tagcategory.TagCategoryConfig {
Connection: interface{},
diff --git a/docs/vappContainer.go.md b/docs/vappContainer.go.md
index 07dde292..2aa7de3f 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/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappcontainer"
vappcontainer.VappContainer_IsConstruct(x interface{}) *bool
```
@@ -508,7 +508,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vappcontainer"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappcontainer"
&vappcontainer.VappContainerConfig {
Connection: interface{},
diff --git a/docs/vappEntity.go.md b/docs/vappEntity.go.md
index 44aa2ddc..ed8fae29 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/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappentity"
vappentity.VappEntity_IsConstruct(x interface{}) *bool
```
@@ -473,7 +473,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vappentity"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vappentity"
&vappentity.VappEntityConfig {
Connection: interface{},
diff --git a/docs/virtualDisk.go.md b/docs/virtualDisk.go.md
index 5376cac1..4ae2d2b9 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/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualdisk"
virtualdisk.VirtualDisk_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualdisk"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualdisk"
&virtualdisk.VirtualDiskConfig {
Connection: interface{},
diff --git a/docs/virtualMachine.go.md b/docs/virtualMachine.go.md
index ac78f9b6..2943df5e 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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
virtualmachine.VirtualMachine_IsConstruct(x interface{}) *bool
```
@@ -1026,7 +1026,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
&virtualmachine.VirtualMachineClone {
TemplateUuid: *string,
- CustomizationSpec: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineCloneCustomizationSpec,
- Customize: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineCloneCustomize,
+ CustomizationSpec: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineCloneCustomizationSpec,
+ Customize: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
&virtualmachine.VirtualMachineCloneCustomize {
DnsServerList: *[]*string,
DnsSuffixList: *[]*string,
Ipv4Gateway: *string,
Ipv6Gateway: *string,
- LinuxOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineCloneCustomizeLinuxOptions,
+ LinuxOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineCloneCustomizeLinuxOptions,
NetworkInterface: interface{},
Timeout: *f64,
- WindowsOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineCloneCustomizeWindowsOptions,
+ WindowsOptions: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
&virtualmachine.VirtualMachineConfig {
Connection: interface{},
@@ -3991,7 +3991,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
BootRetryDelay: *f64,
BootRetryEnabled: interface{},
Cdrom: interface{},
- Clone: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineClone,
+ Clone: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineClone,
CpuHotAddEnabled: interface{},
CpuHotRemoveEnabled: interface{},
CpuLimit: *f64,
@@ -4033,7 +4033,7 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
NetworkInterface: interface{},
NumCoresPerSocket: *f64,
NumCpus: *f64,
- OvfDeploy: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineOvfDeploy,
+ OvfDeploy: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineOvfDeploy,
PciDeviceId: *[]*string,
PoweronTimeout: *f64,
ReplaceTrigger: *string,
@@ -4053,9 +4053,9 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachine"
SyncTimeWithHostPeriodically: interface{},
Tags: *[]*string,
ToolsUpgradePolicy: *string,
- Vapp: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineVapp,
+ Vapp: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.virtualMachine.VirtualMachineVapp,
VbsEnabled: interface{},
- Vtpm: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.virtualMachine.VirtualMachineVtpm,
+ Vtpm: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachine"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachine"
virtualmachine.NewVirtualMachineVtpmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VirtualMachineVtpmOutputReference
```
diff --git a/docs/virtualMachineClass.go.md b/docs/virtualMachineClass.go.md
index 4ba3090e..c4498bb6 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/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachineclass"
virtualmachineclass.VirtualMachineClass_IsConstruct(x interface{}) *bool
```
@@ -438,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachineclass"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachineclass"
&virtualmachineclass.VirtualMachineClassConfig {
Connection: interface{},
diff --git a/docs/virtualMachineSnapshot.go.md b/docs/virtualMachineSnapshot.go.md
index ba4fe41f..0cbe0277 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/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachinesnapshot"
virtualmachinesnapshot.VirtualMachineSnapshot_IsConstruct(x interface{}) *bool
```
@@ -431,7 +431,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/virtualmachinesnapshot"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/virtualmachinesnapshot"
&virtualmachinesnapshot.VirtualMachineSnapshotConfig {
Connection: interface{},
diff --git a/docs/vmStoragePolicy.go.md b/docs/vmStoragePolicy.go.md
index f6617adc..dc656fd6 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/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmstoragepolicy"
vmstoragepolicy.VmStoragePolicy_IsConstruct(x interface{}) *bool
```
@@ -437,7 +437,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmstoragepolicy"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 78c625ef..b71976b6 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/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmfsdatastore"
vmfsdatastore.VmfsDatastore_IsConstruct(x interface{}) *bool
```
@@ -445,7 +445,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vmfsdatastore"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vmfsdatastore"
&vmfsdatastore.VmfsDatastoreConfig {
Connection: interface{},
diff --git a/docs/vnic.go.md b/docs/vnic.go.md
index 7b21b538..1ed68f1d 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/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
vnic.Vnic_IsConstruct(x interface{}) *bool
```
@@ -506,7 +506,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/vnic"
&vnic.VnicConfig {
Connection: interface{},
@@ -1019,8 +1019,8 @@ import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/vnic"
DistributedPortGroup: *string,
DistributedSwitchPort: *string,
Id: *string,
- Ipv4: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.vnic.VnicIpv4,
- Ipv6: github.com/cdktf/cdktf-provider-vsphere-go/vsphere.vnic.VnicIpv6,
+ Ipv4: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.vnic.VnicIpv4,
+ Ipv6: github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9.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/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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/vnic"
+import "github.com/cdktf/cdktf-provider-vsphere-go/vsphere/v9/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 5366ac5b..6a04e333 100644
--- a/src/compute-cluster-host-group/index.ts
+++ b/src/compute-cluster-host-group/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 2b3e74b7..c186fbb8 100644
--- a/src/compute-cluster-vm-affinity-rule/index.ts
+++ b/src/compute-cluster-vm-affinity-rule/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 171d0b5e..1328dc81 100644
--- a/src/compute-cluster-vm-anti-affinity-rule/index.ts
+++ b/src/compute-cluster-vm-anti-affinity-rule/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 7b77c305..18d1ccb2 100644
--- a/src/compute-cluster-vm-dependency-rule/index.ts
+++ b/src/compute-cluster-vm-dependency-rule/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 8dd4afff..d17b3ee8 100644
--- a/src/compute-cluster-vm-group/index.ts
+++ b/src/compute-cluster-vm-group/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 08d13e86..e8448acb 100644
--- a/src/compute-cluster-vm-host-rule/index.ts
+++ b/src/compute-cluster-vm-host-rule/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 ffd289c7..10936297 100644
--- a/src/compute-cluster/index.ts
+++ b/src/compute-cluster/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 08d2a07c..1c1f3b0b 100644
--- a/src/content-library-item/index.ts
+++ b/src/content-library-item/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 5aebba3b..f88c78c1 100644
--- a/src/content-library/index.ts
+++ b/src/content-library/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 18cb41d3..38eda1e4 100644
--- a/src/custom-attribute/index.ts
+++ b/src/custom-attribute/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 0fd60c0e..23a29fbb 100644
--- a/src/data-vsphere-compute-cluster-host-group/index.ts
+++ b/src/data-vsphere-compute-cluster-host-group/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 759aa858..5315add5 100644
--- a/src/data-vsphere-compute-cluster/index.ts
+++ b/src/data-vsphere-compute-cluster/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 6271b888..254594c9 100644
--- a/src/data-vsphere-content-library-item/index.ts
+++ b/src/data-vsphere-content-library-item/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 67527600..7b763692 100644
--- a/src/data-vsphere-content-library/index.ts
+++ b/src/data-vsphere-content-library/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 8f5f921e..d5ba7901 100644
--- a/src/data-vsphere-custom-attribute/index.ts
+++ b/src/data-vsphere-custom-attribute/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 6277a289..48607f0d 100644
--- a/src/data-vsphere-datacenter/index.ts
+++ b/src/data-vsphere-datacenter/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 d982dd43..9548ed47 100644
--- a/src/data-vsphere-datastore-cluster/index.ts
+++ b/src/data-vsphere-datastore-cluster/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 d6658e5a..68757ce6 100644
--- a/src/data-vsphere-datastore-stats/index.ts
+++ b/src/data-vsphere-datastore-stats/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 cffb0a82..eef6f79c 100644
--- a/src/data-vsphere-datastore/index.ts
+++ b/src/data-vsphere-datastore/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 50f7e486..d0ff33f6 100644
--- a/src/data-vsphere-distributed-virtual-switch/index.ts
+++ b/src/data-vsphere-distributed-virtual-switch/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 8b9ffd51..54f718f4 100644
--- a/src/data-vsphere-dynamic/index.ts
+++ b/src/data-vsphere-dynamic/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 97ea61e2..de2d1624 100644
--- a/src/data-vsphere-folder/index.ts
+++ b/src/data-vsphere-folder/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 3247b471..f49dff74 100644
--- a/src/data-vsphere-guest-os-customization/index.ts
+++ b/src/data-vsphere-guest-os-customization/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 30c78a32..1c59bd05 100644
--- a/src/data-vsphere-host-base-images/index.ts
+++ b/src/data-vsphere-host-base-images/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 ec0621f0..fc6e08ad 100644
--- a/src/data-vsphere-host-pci-device/index.ts
+++ b/src/data-vsphere-host-pci-device/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 5abc5440..b2efe03a 100644
--- a/src/data-vsphere-host-thumbprint/index.ts
+++ b/src/data-vsphere-host-thumbprint/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 ea2221ee..6b1a557f 100644
--- a/src/data-vsphere-host-vgpu-profile/index.ts
+++ b/src/data-vsphere-host-vgpu-profile/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 4524f782..53e3765b 100644
--- a/src/data-vsphere-host/index.ts
+++ b/src/data-vsphere-host/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 ee1c3934..15efef13 100644
--- a/src/data-vsphere-license/index.ts
+++ b/src/data-vsphere-license/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 9b9aee66..6af093b8 100644
--- a/src/data-vsphere-network/index.ts
+++ b/src/data-vsphere-network/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 5a0e2fee..7923c0c4 100644
--- a/src/data-vsphere-ovf-vm-template/index.ts
+++ b/src/data-vsphere-ovf-vm-template/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 bfb6419a..a124e53a 100644
--- a/src/data-vsphere-resource-pool/index.ts
+++ b/src/data-vsphere-resource-pool/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 c4ac34cb..cc4603c7 100644
--- a/src/data-vsphere-role/index.ts
+++ b/src/data-vsphere-role/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 e7ab66d2..e331f44d 100644
--- a/src/data-vsphere-storage-policy/index.ts
+++ b/src/data-vsphere-storage-policy/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 d79f3051..960dd268 100644
--- a/src/data-vsphere-tag-category/index.ts
+++ b/src/data-vsphere-tag-category/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 4c28bf69..813a3262 100644
--- a/src/data-vsphere-tag/index.ts
+++ b/src/data-vsphere-tag/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 ef8dcd8e..fd942eec 100644
--- a/src/data-vsphere-vapp-container/index.ts
+++ b/src/data-vsphere-vapp-container/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 8b5a3726..af9ae0f9 100644
--- a/src/data-vsphere-virtual-machine/index.ts
+++ b/src/data-vsphere-virtual-machine/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 21dec86f..a9167b37 100644
--- a/src/data-vsphere-vmfs-disks/index.ts
+++ b/src/data-vsphere-vmfs-disks/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 1799b60c..d80ddea9 100644
--- a/src/datacenter/index.ts
+++ b/src/datacenter/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 1a2ee513..04b05009 100644
--- a/src/datastore-cluster-vm-anti-affinity-rule/index.ts
+++ b/src/datastore-cluster-vm-anti-affinity-rule/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 0b4c7ef2..2d1a9f21 100644
--- a/src/datastore-cluster/index.ts
+++ b/src/datastore-cluster/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 49b6bacf..2bb78de2 100644
--- a/src/distributed-port-group/index.ts
+++ b/src/distributed-port-group/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 95404ffa..b60e572a 100644
--- a/src/distributed-virtual-switch/index.ts
+++ b/src/distributed-virtual-switch/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 630d8448..1bcf695c 100644
--- a/src/dpm-host-override/index.ts
+++ b/src/dpm-host-override/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 74693224..db8e14f5 100644
--- a/src/drs-vm-override/index.ts
+++ b/src/drs-vm-override/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 6b86bd4e..841282e9 100644
--- a/src/entity-permissions/index.ts
+++ b/src/entity-permissions/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 9f1326fc..5fe3afd7 100644
--- a/src/file/index.ts
+++ b/src/file/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 ef1a1a7e..73ea8f8c 100644
--- a/src/folder/index.ts
+++ b/src/folder/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 22231e82..fa834522 100644
--- a/src/guest-os-customization/index.ts
+++ b/src/guest-os-customization/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 7642312d..88eca1e6 100644
--- a/src/ha-vm-override/index.ts
+++ b/src/ha-vm-override/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 abc5f25f..b3deef65 100644
--- a/src/host-port-group/index.ts
+++ b/src/host-port-group/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 89019c8b..e4650467 100644
--- a/src/host-virtual-switch/index.ts
+++ b/src/host-virtual-switch/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 6d813eea..88859542 100644
--- a/src/host/index.ts
+++ b/src/host/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 284b069c..1bbf98b0 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 fbcabec4..620b892c 100644
--- a/src/lazy-index.ts
+++ b/src/lazy-index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 ff3e9660..385c552e 100644
--- a/src/license-resource/index.ts
+++ b/src/license-resource/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 5a4272b6..824304ee 100644
--- a/src/nas-datastore/index.ts
+++ b/src/nas-datastore/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 a9586e89..c9bf00f4 100644
--- a/src/offline-software-depot/index.ts
+++ b/src/offline-software-depot/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 1f888dc4..9e6bfc4e 100644
--- a/src/provider/index.ts
+++ b/src/provider/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 76371745..de8b9014 100644
--- a/src/resource-pool/index.ts
+++ b/src/resource-pool/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 fc33c76f..206baf9b 100644
--- a/src/role/index.ts
+++ b/src/role/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 a6c8612e..b1e4bbd6 100644
--- a/src/storage-drs-vm-override/index.ts
+++ b/src/storage-drs-vm-override/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 5b58dadc..99222371 100644
--- a/src/supervisor/index.ts
+++ b/src/supervisor/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 c8638d65..62baf908 100644
--- a/src/tag-category/index.ts
+++ b/src/tag-category/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 1f6ba85f..d722d315 100644
--- a/src/tag/index.ts
+++ b/src/tag/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 8e4cb794..6d3d5e8b 100644
--- a/src/vapp-container/index.ts
+++ b/src/vapp-container/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 f17c0d20..cf861ccb 100644
--- a/src/vapp-entity/index.ts
+++ b/src/vapp-entity/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 daca860d..8f11886d 100644
--- a/src/virtual-disk/index.ts
+++ b/src/virtual-disk/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 6a94f9f4..94531cdb 100644
--- a/src/virtual-machine-class/index.ts
+++ b/src/virtual-machine-class/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 07cdeabc..6780d66b 100644
--- a/src/virtual-machine-snapshot/index.ts
+++ b/src/virtual-machine-snapshot/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 3013bf1b..5c65b1cd 100644
--- a/src/virtual-machine/index.ts
+++ b/src/virtual-machine/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 53431aaf..740014cd 100644
--- a/src/vm-storage-policy/index.ts
+++ b/src/vm-storage-policy/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 d45171a8..dfab1f62 100644
--- a/src/vmfs-datastore/index.ts
+++ b/src/vmfs-datastore/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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 a50c9b31..1d99ed83 100644
--- a/src/vnic/index.ts
+++ b/src/vnic/index.ts
@@ -1,3 +1,8 @@
+/**
+ * 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