diff --git a/docs/account.go.md b/docs/account.go.md
index f9b0ba5ab..479bab3f7 100644
--- a/docs/account.go.md
+++ b/docs/account.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.account.Account.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
 
 account.NewAccount(scope Construct, id *string, config AccountConfig) Account
 ```
@@ -385,7 +385,7 @@ func ResetId()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.account.Account.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
 
 account.Account_IsConstruct(x interface{}) *bool
 ```
@@ -417,7 +417,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.account.Account.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
 
 account.Account_IsTerraformElement(x interface{}) *bool
 ```
@@ -431,7 +431,7 @@ account.Account_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.account.Account.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
 
 account.Account_IsTerraformResource(x interface{}) *bool
 ```
@@ -445,7 +445,7 @@ account.Account_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.account.Account.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
 
 account.Account_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -718,7 +718,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.account.AccountConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
 
 &account.AccountConfig {
 	Connection: interface{},
diff --git a/docs/accountAws.go.md b/docs/accountAws.go.md
index c83c46041..b990bdad4 100644
--- a/docs/accountAws.go.md
+++ b/docs/accountAws.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.accountAws.AccountAws.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws"
 
 accountaws.NewAccountAws(scope Construct, id *string, config AccountAwsConfig) AccountAws
 ```
@@ -385,7 +385,7 @@ func ResetId()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.accountAws.AccountAws.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws"
 
 accountaws.AccountAws_IsConstruct(x interface{}) *bool
 ```
@@ -417,7 +417,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.accountAws.AccountAws.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws"
 
 accountaws.AccountAws_IsTerraformElement(x interface{}) *bool
 ```
@@ -431,7 +431,7 @@ accountaws.AccountAws_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.accountAws.AccountAws.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws"
 
 accountaws.AccountAws_IsTerraformResource(x interface{}) *bool
 ```
@@ -445,7 +445,7 @@ accountaws.AccountAws_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.accountAws.AccountAws.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws"
 
 accountaws.AccountAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -718,7 +718,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.accountAws.AccountAwsConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws"
 
 &accountaws.AccountAwsConfig {
 	Connection: interface{},
diff --git a/docs/credentialsAws.go.md b/docs/credentialsAws.go.md
index f447c069f..64da83dbc 100644
--- a/docs/credentialsAws.go.md
+++ b/docs/credentialsAws.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.credentialsAws.CredentialsAws.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws"
 
 credentialsaws.NewCredentialsAws(scope Construct, id *string, config CredentialsAwsConfig) CredentialsAws
 ```
@@ -385,7 +385,7 @@ func ResetId()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.credentialsAws.CredentialsAws.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws"
 
 credentialsaws.CredentialsAws_IsConstruct(x interface{}) *bool
 ```
@@ -417,7 +417,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.credentialsAws.CredentialsAws.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws"
 
 credentialsaws.CredentialsAws_IsTerraformElement(x interface{}) *bool
 ```
@@ -431,7 +431,7 @@ credentialsaws.CredentialsAws_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.credentialsAws.CredentialsAws.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws"
 
 credentialsaws.CredentialsAws_IsTerraformResource(x interface{}) *bool
 ```
@@ -445,7 +445,7 @@ credentialsaws.CredentialsAws_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.credentialsAws.CredentialsAws.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws"
 
 credentialsaws.CredentialsAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -740,7 +740,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.credentialsAws.CredentialsAwsConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws"
 
 &credentialsaws.CredentialsAwsConfig {
 	Connection: interface{},
diff --git a/docs/credentialsGcp.go.md b/docs/credentialsGcp.go.md
index 3f648e00e..3ff4921c6 100644
--- a/docs/credentialsGcp.go.md
+++ b/docs/credentialsGcp.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.credentialsGcp.CredentialsGcp.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
 
 credentialsgcp.NewCredentialsGcp(scope Construct, id *string, config CredentialsGcpConfig) CredentialsGcp
 ```
@@ -385,7 +385,7 @@ func ResetId()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.credentialsGcp.CredentialsGcp.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
 
 credentialsgcp.CredentialsGcp_IsConstruct(x interface{}) *bool
 ```
@@ -417,7 +417,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.credentialsGcp.CredentialsGcp.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
 
 credentialsgcp.CredentialsGcp_IsTerraformElement(x interface{}) *bool
 ```
@@ -431,7 +431,7 @@ credentialsgcp.CredentialsGcp_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.credentialsGcp.CredentialsGcp.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
 
 credentialsgcp.CredentialsGcp_IsTerraformResource(x interface{}) *bool
 ```
@@ -445,7 +445,7 @@ credentialsgcp.CredentialsGcp_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.credentialsGcp.CredentialsGcp.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
 
 credentialsgcp.CredentialsGcp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -938,7 +938,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.credentialsGcp.CredentialsGcpConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
 
 &credentialsgcp.CredentialsGcpConfig {
 	Connection: interface{},
diff --git a/docs/dataIntegration.go.md b/docs/dataIntegration.go.md
index 498c89142..7bb618d04 100644
--- a/docs/dataIntegration.go.md
+++ b/docs/dataIntegration.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.dataIntegration.DataIntegration.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration"
 
 dataintegration.NewDataIntegration(scope Construct, id *string, config DataIntegrationConfig) DataIntegration
 ```
@@ -412,7 +412,7 @@ func ResetStatus()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.dataIntegration.DataIntegration.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration"
 
 dataintegration.DataIntegration_IsConstruct(x interface{}) *bool
 ```
@@ -444,7 +444,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.dataIntegration.DataIntegration.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration"
 
 dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool
 ```
@@ -458,7 +458,7 @@ dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.dataIntegration.DataIntegration.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration"
 
 dataintegration.DataIntegration_IsTerraformResource(x interface{}) *bool
 ```
@@ -472,7 +472,7 @@ dataintegration.DataIntegration_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.dataIntegration.DataIntegration.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration"
 
 dataintegration.DataIntegration_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -789,7 +789,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.dataIntegration.DataIntegrationConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration"
 
 &dataintegration.DataIntegrationConfig {
 	Connection: interface{},
@@ -801,7 +801,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
 	Provisioners: *[]interface{},
 	Name: *string,
 	Id: *string,
-	S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.dataIntegration.DataIntegrationS3,
+	S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.dataIntegration.DataIntegrationS3,
 	Status: *string,
 }
 ```
@@ -952,7 +952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.dataIntegration.DataIntegrationS3.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration"
 
 &dataintegration.DataIntegrationS3 {
 	BucketName: *string,
@@ -1000,7 +1000,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.dataIntegration.DataIntegrationS3OutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration"
 
 dataintegration.NewDataIntegrationS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataIntegrationS3OutputReference
 ```
diff --git a/docs/elastigroupAws.go.md b/docs/elastigroupAws.go.md
index c5bf1ea59..46837bf4b 100644
--- a/docs/elastigroupAws.go.md
+++ b/docs/elastigroupAws.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAws.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAws(scope Construct, id *string, config ElastigroupAwsConfig) ElastigroupAws
 ```
@@ -1367,7 +1367,7 @@ func ResetWaitForCapacityTimeout()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAws.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.ElastigroupAws_IsConstruct(x interface{}) *bool
 ```
@@ -1399,7 +1399,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAws.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool
 ```
@@ -1413,7 +1413,7 @@ elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAws.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool
 ```
@@ -1427,7 +1427,7 @@ elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAws.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.ElastigroupAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -3526,7 +3526,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsConfig {
 	Connection: interface{},
@@ -3547,7 +3547,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
 	CapacityUnit: *string,
 	ConsiderOdPricing: interface{},
 	CpuCredits: *string,
-	CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsCpuOptions,
+	CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsCpuOptions,
 	Description: *string,
 	DesiredCapacity: *f64,
 	DrainingTimeout: *f64,
@@ -3569,25 +3569,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
 	InstanceTypesPreferredSpot: *[]*string,
 	InstanceTypesSpot: *[]*string,
 	InstanceTypesWeights: interface{},
-	IntegrationBeanstalk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalk,
-	IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationCodedeploy,
-	IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm,
-	IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcs,
-	IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlab,
-	IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetes,
-	IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationMesosphere,
-	IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomad,
-	IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationRancher,
-	IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53,
+	IntegrationBeanstalk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalk,
+	IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationCodedeploy,
+	IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm,
+	IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcs,
+	IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationGitlab,
+	IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationKubernetes,
+	IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationMesosphere,
+	IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationNomad,
+	IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationRancher,
+	IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationRoute53,
 	Itf: interface{},
 	KeyName: *string,
 	LifetimePeriod: *string,
-	Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsLogging,
+	Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsLogging,
 	MaxSize: *f64,
-	MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMetadataOptions,
+	MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsMetadataOptions,
 	MinimumInstanceLifetime: *f64,
 	MinSize: *f64,
-	MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMultipleMetrics,
+	MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsMultipleMetrics,
 	NetworkInterface: interface{},
 	OndemandCount: *f64,
 	OnDemandTypes: *[]*string,
@@ -3601,7 +3601,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
 	ResourceRequirements: interface{},
 	ResourceTagSpecification: interface{},
 	RestrictSingleAz: interface{},
-	RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsRevertToSpot,
+	RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsRevertToSpot,
 	ScalingDownPolicy: interface{},
 	ScalingStrategy: interface{},
 	ScalingTargetPolicy: interface{},
@@ -3610,12 +3610,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
 	ShutdownScript: *string,
 	Signal: interface{},
 	SpotPercentage: *f64,
-	StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsStatefulDeallocation,
+	StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsStatefulDeallocation,
 	StatefulInstanceAction: interface{},
 	SubnetIds: *[]*string,
 	Tags: interface{},
 	TargetGroupArns: *[]*string,
-	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicy,
+	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicy,
 	UserData: *string,
 	UtilizeCommitments: interface{},
 	UtilizeReservedInstances: interface{},
@@ -4887,7 +4887,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsCpuOptions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsCpuOptions {
 	ThreadsPerCore: *f64,
@@ -4919,13 +4919,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsEbsBlockDevice.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsEbsBlockDevice {
 	DeviceName: *string,
 	DeleteOnTermination: interface{},
-	DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicIops,
-	DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicVolumeSize,
+	DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicIops,
+	DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicVolumeSize,
 	Encrypted: interface{},
 	Iops: *f64,
 	KmsKeyId: *string,
@@ -5095,7 +5095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicIops.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsEbsBlockDeviceDynamicIops {
 	BaseSize: *f64,
@@ -5155,7 +5155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicVolumeSize.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsEbsBlockDeviceDynamicVolumeSize {
 	BaseSize: *f64,
@@ -5215,7 +5215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsEphemeralBlockDevice.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsEphemeralBlockDevice {
 	DeviceName: *string,
@@ -5261,7 +5261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsImages.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsImages {
 	Image: interface{},
@@ -5295,7 +5295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsImagesImage.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsImagesImage {
 	Id: *string,
@@ -5330,7 +5330,7 @@ If you experience problems setting this value it might not be settable. Please t
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsInstanceTypesWeights.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsInstanceTypesWeights {
 	InstanceType: *string,
@@ -5376,12 +5376,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalk.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationBeanstalk {
-	DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences,
+	DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences,
 	EnvironmentId: *string,
-	ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions,
+	ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions,
 }
 ```
 
@@ -5440,13 +5440,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences {
 	AutomaticRoll: interface{},
 	BatchSizePercentage: *f64,
 	GracePeriod: *f64,
-	Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy,
+	Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy,
 }
 ```
 
@@ -5516,7 +5516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy {
 	Action: *string,
@@ -5562,10 +5562,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActions {
-	PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate,
+	PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate,
 }
 ```
 
@@ -5596,7 +5596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate {
 	PerformAt: *string,
@@ -5656,7 +5656,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationCodedeploy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationCodedeploy {
 	CleanupOnFailure: interface{},
@@ -5718,7 +5718,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationCodedeployDeploymentGroups.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationCodedeployDeploymentGroups {
 	ApplicationName: *string,
@@ -5764,14 +5764,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationDockerSwarm {
 	MasterHost: *string,
 	MasterPort: *f64,
 	AutoscaleCooldown: *f64,
-	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown,
-	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom,
+	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown,
+	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom,
 	AutoscaleIsEnabled: interface{},
 }
 ```
@@ -5870,7 +5870,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown {
 	EvaluationPeriods: *f64,
@@ -5916,7 +5916,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom {
 	CpuPerUnit: *f64,
@@ -5976,18 +5976,18 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationEcs {
 	ClusterName: *string,
 	AutoscaleAttributes: interface{},
 	AutoscaleCooldown: *f64,
-	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown,
-	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom,
+	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown,
+	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom,
 	AutoscaleIsAutoConfig: interface{},
 	AutoscaleIsEnabled: interface{},
 	AutoscaleScaleDownNonServiceTasks: interface{},
-	Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsBatch,
+	Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcsBatch,
 }
 ```
 
@@ -6128,7 +6128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleAttributes.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleAttributes {
 	Key: *string,
@@ -6174,7 +6174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleDown {
 	EvaluationPeriods: *f64,
@@ -6220,7 +6220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom {
 	CpuPerUnit: *f64,
@@ -6280,7 +6280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsBatch.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationEcsBatch {
 	JobQueueNames: *[]*string,
@@ -6312,10 +6312,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlab.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationGitlab {
-	Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner,
+	Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner,
 }
 ```
 
@@ -6346,7 +6346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationGitlabRunner {
 	IsEnabled: interface{},
@@ -6378,13 +6378,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetes.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationKubernetes {
 	ApiServer: *string,
 	AutoscaleCooldown: *f64,
-	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown,
-	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom,
+	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown,
+	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom,
 	AutoscaleIsAutoConfig: interface{},
 	AutoscaleIsEnabled: interface{},
 	AutoscaleLabels: interface{},
@@ -6542,7 +6542,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleDown {
 	EvaluationPeriods: *f64,
@@ -6588,7 +6588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom {
 	CpuPerUnit: *f64,
@@ -6648,7 +6648,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels {
 	Key: *string,
@@ -6694,7 +6694,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationMesosphere.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationMesosphere {
 	ApiServer: *string,
@@ -6726,7 +6726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationNomad.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationNomad {
 	MasterHost: *string,
@@ -6734,8 +6734,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
 	AclToken: *string,
 	AutoscaleConstraints: interface{},
 	AutoscaleCooldown: *f64,
-	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown,
-	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom,
+	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown,
+	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom,
 	AutoscaleIsEnabled: interface{},
 }
 ```
@@ -6862,7 +6862,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleConstraints.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleConstraints {
 	Key: *string,
@@ -6908,7 +6908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleDown {
 	EvaluationPeriods: *f64,
@@ -6940,7 +6940,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom {
 	CpuPerUnit: *f64,
@@ -7000,7 +7000,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationRancher.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationRancher {
 	AccessKey: *string,
@@ -7074,7 +7074,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationRoute53 {
 	Domains: interface{},
@@ -7108,7 +7108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53Domains.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationRoute53Domains {
 	HostedZoneId: *string,
@@ -7184,7 +7184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53DomainsRecordSets.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsIntegrationRoute53DomainsRecordSets {
 	Name: *string,
@@ -7244,14 +7244,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItf.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsItf {
 	FixedTargetGroups: interface{},
 	LoadBalancer: interface{},
 	TargetGroupConfig: interface{},
 	WeightStrategy: *string,
-	DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup,
+	DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup,
 	MigrationHealthinessThreshold: *f64,
 }
 ```
@@ -7352,7 +7352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsItfDefaultStaticTargetGroup {
 	Arn: *string,
@@ -7398,7 +7398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancer.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsItfLoadBalancer {
 	ListenerRule: interface{},
@@ -7446,11 +7446,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRule.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRule {
 	RuleArn: *string,
-	StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup,
+	StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup,
 }
 ```
 
@@ -7494,7 +7494,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup {
 	Arn: *string,
@@ -7540,7 +7540,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfTargetGroupConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsItfTargetGroupConfig {
 	HealthCheckPath: *string,
@@ -7744,7 +7744,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfTargetGroupConfigMatcher.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsItfTargetGroupConfigMatcher {
 	GrpcCode: *string,
@@ -7790,7 +7790,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfTargetGroupConfigTags.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsItfTargetGroupConfigTags {
 	TagKey: *string,
@@ -7836,10 +7836,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsLogging.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsLogging {
-	Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsLoggingExport,
+	Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsLoggingExport,
 }
 ```
 
@@ -7870,7 +7870,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsLoggingExport.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsLoggingExport {
 	S3: interface{},
@@ -7904,7 +7904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsLoggingExportS3.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsLoggingExportS3 {
 	Id: *string,
@@ -7939,7 +7939,7 @@ If you experience problems setting this value it might not be settable. Please t
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMetadataOptions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsMetadataOptions {
 	HttpTokens: *string,
@@ -7999,7 +7999,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetrics.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsMultipleMetrics {
 	Expressions: interface{},
@@ -8049,7 +8049,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetricsExpressions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsMultipleMetricsExpressions {
 	Expression: *string,
@@ -8095,7 +8095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetricsMetrics.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsMultipleMetricsMetrics {
 	MetricName: *string,
@@ -8213,7 +8213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetricsMetricsDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsMultipleMetricsMetricsDimensions {
 	Name: *string,
@@ -8259,7 +8259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsNetworkInterface.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsNetworkInterface {
 	DeviceIndex: *string,
@@ -8389,7 +8389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsResourceRequirements.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsResourceRequirements {
 	RequiredMemoryMaximum: *f64,
@@ -8533,7 +8533,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsResourceTagSpecification.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsResourceTagSpecification {
 	ShouldTagAmis: interface{},
@@ -8607,7 +8607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsRevertToSpot.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsRevertToSpot {
 	PerformAt: *string,
@@ -8653,7 +8653,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingDownPolicy {
 	MetricName: *string,
@@ -8969,7 +8969,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingDownPolicyDimensions {
 	Name: *string,
@@ -9015,10 +9015,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustments.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustments {
-	Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction,
+	Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction,
 	Threshold: *f64,
 }
 ```
@@ -9063,7 +9063,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction {
 	Type: *string,
@@ -9179,7 +9179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingStrategy {
 	TerminateAtEndOfBillingHour: interface{},
@@ -9225,7 +9225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingTargetPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingTargetPolicy {
 	MetricName: *string,
@@ -9427,7 +9427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingTargetPolicyDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingTargetPolicyDimensions {
 	Name: *string,
@@ -9473,7 +9473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingUpPolicy {
 	MetricName: *string,
@@ -9789,7 +9789,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingUpPolicyDimensions {
 	Name: *string,
@@ -9835,10 +9835,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustments.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustments {
-	Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction,
+	Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction,
 	Threshold: *f64,
 }
 ```
@@ -9883,7 +9883,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction {
 	Type: *string,
@@ -9999,7 +9999,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScheduledTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsScheduledTask {
 	TaskType: *string,
@@ -10227,7 +10227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsSignal.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsSignal {
 	Name: *string,
@@ -10273,7 +10273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsStatefulDeallocation.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsStatefulDeallocation {
 	ShouldDeleteImages: interface{},
@@ -10347,7 +10347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsStatefulInstanceAction.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsStatefulInstanceAction {
 	StatefulInstanceId: *string,
@@ -10393,7 +10393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsTags.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsTags {
 	Key: *string,
@@ -10439,13 +10439,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsUpdatePolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsUpdatePolicy {
 	ShouldResumeStateful: interface{},
 	ShouldRoll: interface{},
 	AutoApplyTags: interface{},
-	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig,
+	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig,
 }
 ```
 
@@ -10515,13 +10515,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfig {
 	BatchSizePercentage: *f64,
 	GracePeriod: *f64,
 	HealthCheckType: *string,
-	Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy,
+	Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy,
 	WaitForRollPercentage: *f64,
 	WaitForRollTimeout: *f64,
 }
@@ -10619,12 +10619,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategy {
 	Action: *string,
 	BatchMinHealthyPercentage: *f64,
-	OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure,
+	OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure,
 	ShouldDrainInstances: interface{},
 }
 ```
@@ -10695,7 +10695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure {
 	ActionType: *string,
@@ -10785,7 +10785,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsCpuOptionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsCpuOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsCpuOptionsOutputReference
 ```
@@ -11056,7 +11056,7 @@ func InternalValue() ElastigroupAwsCpuOptions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicIopsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsEbsBlockDeviceDynamicIopsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsEbsBlockDeviceDynamicIopsOutputReference
 ```
@@ -11392,7 +11392,7 @@ func InternalValue() ElastigroupAwsEbsBlockDeviceDynamicIops
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicVolumeSizeOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsEbsBlockDeviceDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsEbsBlockDeviceDynamicVolumeSizeOutputReference
 ```
@@ -11728,7 +11728,7 @@ func InternalValue() ElastigroupAwsEbsBlockDeviceDynamicVolumeSize
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsEbsBlockDeviceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEbsBlockDeviceList
 ```
@@ -11888,7 +11888,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsEbsBlockDeviceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEbsBlockDeviceOutputReference
 ```
@@ -12493,7 +12493,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsEphemeralBlockDeviceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEphemeralBlockDeviceList
 ```
@@ -12653,7 +12653,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsEphemeralBlockDeviceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEphemeralBlockDeviceOutputReference
 ```
@@ -12964,7 +12964,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsImagesImageList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsImagesImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesImageList
 ```
@@ -13124,7 +13124,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsImagesImageOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsImagesImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesImageOutputReference
 ```
@@ -13413,7 +13413,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsImagesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesList
 ```
@@ -13573,7 +13573,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsImagesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesOutputReference
 ```
@@ -13875,7 +13875,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsInstanceTypesWeightsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsInstanceTypesWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsInstanceTypesWeightsList
 ```
@@ -14035,7 +14035,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsInstanceTypesWeightsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsInstanceTypesWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsInstanceTypesWeightsOutputReference
 ```
@@ -14346,7 +14346,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference
 ```
@@ -14724,7 +14724,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferences
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference
 ```
@@ -15031,7 +15031,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStra
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference
 ```
@@ -15322,7 +15322,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference
 ```
@@ -15658,7 +15658,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpd
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationBeanstalkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkOutputReference
 ```
@@ -16020,7 +16020,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalk
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationCodedeployDeploymentGroupsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsList
 ```
@@ -16180,7 +16180,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference
 ```
@@ -16491,7 +16491,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationCodedeployOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationCodedeployOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationCodedeployOutputReference
 ```
@@ -16819,7 +16819,7 @@ func InternalValue() ElastigroupAwsIntegrationCodedeploy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference
 ```
@@ -17126,7 +17126,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleDown
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference
 ```
@@ -17462,7 +17462,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmOutputReference
 ```
@@ -17897,7 +17897,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarm
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleAttributesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesList
 ```
@@ -18057,7 +18057,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference
 ```
@@ -18368,7 +18368,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference
 ```
@@ -18675,7 +18675,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleDown
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference
 ```
@@ -19011,7 +19011,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleHeadroom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsBatchOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationEcsBatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsBatchOutputReference
 ```
@@ -19282,7 +19282,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsBatch
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationEcsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsOutputReference
 ```
@@ -19837,7 +19837,7 @@ func InternalValue() ElastigroupAwsIntegrationEcs
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlabOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationGitlabOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabOutputReference
 ```
@@ -20128,7 +20128,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlab
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlabRunnerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationGitlabRunnerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabRunnerOutputReference
 ```
@@ -20406,7 +20406,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlabRunner
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference
 ```
@@ -20713,7 +20713,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleDown
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference
 ```
@@ -21049,7 +21049,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList
 ```
@@ -21209,7 +21209,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference
 ```
@@ -21520,7 +21520,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesOutputReference
 ```
@@ -22098,7 +22098,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetes
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationMesosphereOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationMesosphereOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMesosphereOutputReference
 ```
@@ -22369,7 +22369,7 @@ func InternalValue() ElastigroupAwsIntegrationMesosphere
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleConstraintsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsList
 ```
@@ -22529,7 +22529,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference
 ```
@@ -22840,7 +22840,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference
 ```
@@ -23118,7 +23118,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleDown
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference
 ```
@@ -23454,7 +23454,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleHeadroom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationNomadOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadOutputReference
 ```
@@ -23960,7 +23960,7 @@ func InternalValue() ElastigroupAwsIntegrationNomad
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationRancherOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationRancherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRancherOutputReference
 ```
@@ -24304,7 +24304,7 @@ func InternalValue() ElastigroupAwsIntegrationRancher
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53DomainsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsList
 ```
@@ -24464,7 +24464,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53DomainsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsOutputReference
 ```
@@ -24846,7 +24846,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53DomainsRecordSetsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsList
 ```
@@ -25006,7 +25006,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference
 ```
@@ -25353,7 +25353,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53OutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRoute53OutputReference
 ```
@@ -25637,7 +25637,7 @@ func InternalValue() ElastigroupAwsIntegrationRoute53
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroupOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfDefaultStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfDefaultStaticTargetGroupOutputReference
 ```
@@ -25930,7 +25930,7 @@ func InternalValue() ElastigroupAwsItfDefaultStaticTargetGroup
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfList
 ```
@@ -26090,7 +26090,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerList
 ```
@@ -26250,7 +26250,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleList
 ```
@@ -26410,7 +26410,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleOutputReference
 ```
@@ -26741,7 +26741,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference
 ```
@@ -27034,7 +27034,7 @@ func InternalValue() ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerOutputReference
 ```
@@ -27358,7 +27358,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfOutputReference
 ```
@@ -27810,7 +27810,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfTargetGroupConfigList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfTargetGroupConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigList
 ```
@@ -27970,7 +27970,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfTargetGroupConfigMatcherList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherList
 ```
@@ -28130,7 +28130,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfTargetGroupConfigMatcherOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherOutputReference
 ```
@@ -28455,7 +28455,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfTargetGroupConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfTargetGroupConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigOutputReference
 ```
@@ -29097,7 +29097,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfTargetGroupConfigTagsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigTagsList
 ```
@@ -29257,7 +29257,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsItfTargetGroupConfigTagsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigTagsOutputReference
 ```
@@ -29575,7 +29575,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsLoggingExportOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsLoggingExportOutputReference
 ```
@@ -29866,7 +29866,7 @@ func InternalValue() ElastigroupAwsLoggingExport
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsLoggingExportS3List.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsLoggingExportS3List
 ```
@@ -30026,7 +30026,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsLoggingExportS3OutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsLoggingExportS3OutputReference
 ```
@@ -30315,7 +30315,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsLoggingOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsLoggingOutputReference
 ```
@@ -30606,7 +30606,7 @@ func InternalValue() ElastigroupAwsLogging
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMetadataOptionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMetadataOptionsOutputReference
 ```
@@ -30935,7 +30935,7 @@ func InternalValue() ElastigroupAwsMetadataOptions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetricsExpressionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsExpressionsList
 ```
@@ -31095,7 +31095,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetricsExpressionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsExpressionsOutputReference
 ```
@@ -31406,7 +31406,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetricsMetricsDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsList
 ```
@@ -31566,7 +31566,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference
 ```
@@ -31884,7 +31884,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetricsMetricsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsList
 ```
@@ -32044,7 +32044,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetricsMetricsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsOutputReference
 ```
@@ -32506,7 +32506,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsMultipleMetricsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsMultipleMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMultipleMetricsOutputReference
 ```
@@ -32839,7 +32839,7 @@ func InternalValue() ElastigroupAwsMultipleMetrics
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsNetworkInterfaceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsNetworkInterfaceList
 ```
@@ -32999,7 +32999,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsNetworkInterfaceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsNetworkInterfaceOutputReference
 ```
@@ -33491,7 +33491,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsResourceRequirementsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsResourceRequirementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceRequirementsList
 ```
@@ -33651,7 +33651,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsResourceRequirementsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsResourceRequirementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceRequirementsOutputReference
 ```
@@ -34151,7 +34151,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsResourceTagSpecificationList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceTagSpecificationList
 ```
@@ -34311,7 +34311,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsResourceTagSpecificationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceTagSpecificationOutputReference
 ```
@@ -34694,7 +34694,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsRevertToSpotOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsRevertToSpotOutputReference
 ```
@@ -34994,7 +34994,7 @@ func InternalValue() ElastigroupAwsRevertToSpot
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyDimensionsList
 ```
@@ -35154,7 +35154,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyDimensionsOutputReference
 ```
@@ -35472,7 +35472,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyList
 ```
@@ -35632,7 +35632,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyOutputReference
 ```
@@ -36513,7 +36513,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference
 ```
@@ -36958,7 +36958,7 @@ func InternalValue() ElastigroupAwsScalingDownPolicyStepAdjustmentsAction
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsList
 ```
@@ -37118,7 +37118,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference
 ```
@@ -37442,7 +37442,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingStrategyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingStrategyList
 ```
@@ -37602,7 +37602,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingStrategyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingStrategyOutputReference
 ```
@@ -37927,7 +37927,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingTargetPolicyDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsList
 ```
@@ -38087,7 +38087,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingTargetPolicyDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsOutputReference
 ```
@@ -38405,7 +38405,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingTargetPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingTargetPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyList
 ```
@@ -38565,7 +38565,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingTargetPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingTargetPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyOutputReference
 ```
@@ -39194,7 +39194,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyDimensionsList
 ```
@@ -39354,7 +39354,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyDimensionsOutputReference
 ```
@@ -39672,7 +39672,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyList
 ```
@@ -39832,7 +39832,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyOutputReference
 ```
@@ -40713,7 +40713,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference
 ```
@@ -41158,7 +41158,7 @@ func InternalValue() ElastigroupAwsScalingUpPolicyStepAdjustmentsAction
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsList
 ```
@@ -41318,7 +41318,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference
 ```
@@ -41642,7 +41642,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScheduledTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScheduledTaskList
 ```
@@ -41802,7 +41802,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsScheduledTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScheduledTaskOutputReference
 ```
@@ -42497,7 +42497,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsSignalList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSignalList
 ```
@@ -42657,7 +42657,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsSignalOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSignalOutputReference
 ```
@@ -42975,7 +42975,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsStatefulDeallocationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsStatefulDeallocationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsStatefulDeallocationOutputReference
 ```
@@ -43340,7 +43340,7 @@ func InternalValue() ElastigroupAwsStatefulDeallocation
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsStatefulInstanceActionList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsStatefulInstanceActionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsStatefulInstanceActionList
 ```
@@ -43500,7 +43500,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsStatefulInstanceActionOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsStatefulInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsStatefulInstanceActionOutputReference
 ```
@@ -43811,7 +43811,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsTagsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsTagsList
 ```
@@ -43971,7 +43971,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsTagsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsTagsOutputReference
 ```
@@ -44296,7 +44296,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyOutputReference
 ```
@@ -44660,7 +44660,7 @@ func InternalValue() ElastigroupAwsUpdatePolicy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigOutputReference
 ```
@@ -45089,7 +45089,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfig
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference
 ```
@@ -45476,7 +45476,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
 
 elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference
 ```
diff --git a/docs/elastigroupAwsBeanstalk.go.md b/docs/elastigroupAwsBeanstalk.go.md
index 07fd4f19a..18bc2233c 100644
--- a/docs/elastigroupAwsBeanstalk.go.md
+++ b/docs/elastigroupAwsBeanstalk.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalk.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.NewElastigroupAwsBeanstalk(scope Construct, id *string, config ElastigroupAwsBeanstalkConfig) ElastigroupAwsBeanstalk
 ```
@@ -466,7 +466,7 @@ func ResetScheduledTask()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalk.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsConstruct(x interface{}) *bool
 ```
@@ -498,7 +498,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalk.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{}) *bool
 ```
@@ -512,7 +512,7 @@ elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{}
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalk.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformResource(x interface{}) *bool
 ```
@@ -526,7 +526,7 @@ elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformResource(x interface{
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalk.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1063,7 +1063,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkConfig {
 	Connection: interface{},
@@ -1082,10 +1082,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeans
 	Region: *string,
 	BeanstalkEnvironmentId: *string,
 	BeanstalkEnvironmentName: *string,
-	DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences,
+	DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences,
 	Id: *string,
 	Maintenance: *string,
-	ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions,
+	ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions,
 	ScheduledTask: interface{},
 }
 ```
@@ -1370,7 +1370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences {
 	AutomaticRoll: interface{},
@@ -1446,7 +1446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategy {
 	Action: *string,
@@ -1492,10 +1492,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActions {
-	PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate,
+	PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate,
 }
 ```
 
@@ -1526,7 +1526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate {
 	PerformAt: *string,
@@ -1586,7 +1586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkScheduledTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkScheduledTask {
 	TaskType: *string,
@@ -1816,7 +1816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkDeploymentPreferencesOutputReference
 ```
@@ -2194,7 +2194,7 @@ func InternalValue() ElastigroupAwsBeanstalkDeploymentPreferences
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyList
 ```
@@ -2354,7 +2354,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference
 ```
@@ -2679,7 +2679,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsOutputReference
 ```
@@ -2970,7 +2970,7 @@ func InternalValue() ElastigroupAwsBeanstalkManagedActions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference
 ```
@@ -3306,7 +3306,7 @@ func InternalValue() ElastigroupAwsBeanstalkManagedActionsPlatformUpdate
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkScheduledTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkScheduledTaskList
 ```
@@ -3466,7 +3466,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkScheduledTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
 
 elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkScheduledTaskOutputReference
 ```
diff --git a/docs/elastigroupAwsSuspension.go.md b/docs/elastigroupAwsSuspension.go.md
index 907f9625d..4dda5553e 100644
--- a/docs/elastigroupAwsSuspension.go.md
+++ b/docs/elastigroupAwsSuspension.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsSuspension.ElastigroupAwsSuspension.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension"
 
 elastigroupawssuspension.NewElastigroupAwsSuspension(scope Construct, id *string, config ElastigroupAwsSuspensionConfig) ElastigroupAwsSuspension
 ```
@@ -398,7 +398,7 @@ func ResetId()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.elastigroupAwsSuspension.ElastigroupAwsSuspension.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension"
 
 elastigroupawssuspension.ElastigroupAwsSuspension_IsConstruct(x interface{}) *bool
 ```
@@ -430,7 +430,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.elastigroupAwsSuspension.ElastigroupAwsSuspension.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension"
 
 elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface{}) *bool
 ```
@@ -444,7 +444,7 @@ elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.elastigroupAwsSuspension.ElastigroupAwsSuspension.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension"
 
 elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformResource(x interface{}) *bool
 ```
@@ -458,7 +458,7 @@ elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformResource(x interfac
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.elastigroupAwsSuspension.ElastigroupAwsSuspension.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension"
 
 elastigroupawssuspension.ElastigroupAwsSuspension_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -753,7 +753,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAwsSuspension.ElastigroupAwsSuspensionConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension"
 
 &elastigroupawssuspension.ElastigroupAwsSuspensionConfig {
 	Connection: interface{},
@@ -902,7 +902,7 @@ If you experience problems setting this value it might not be settable. Please t
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAwsSuspension.ElastigroupAwsSuspensionSuspension.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension"
 
 &elastigroupawssuspension.ElastigroupAwsSuspensionSuspension {
 	Name: *string,
@@ -936,7 +936,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsSuspension.ElastigroupAwsSuspensionSuspensionList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension"
 
 elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSuspensionSuspensionList
 ```
@@ -1096,7 +1096,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAwsSuspension.ElastigroupAwsSuspensionSuspensionOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension"
 
 elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSuspensionSuspensionOutputReference
 ```
diff --git a/docs/elastigroupAzureV3.go.md b/docs/elastigroupAzureV3.go.md
index e954b0025..eb3243c34 100644
--- a/docs/elastigroupAzureV3.go.md
+++ b/docs/elastigroupAzureV3.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3(scope Construct, id *string, config ElastigroupAzureV3Config) ElastigroupAzureV3
 ```
@@ -896,7 +896,7 @@ func ResetZones()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.ElastigroupAzureV3_IsConstruct(x interface{}) *bool
 ```
@@ -928,7 +928,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool
 ```
@@ -942,7 +942,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool
 ```
@@ -956,7 +956,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.ElastigroupAzureV3_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -2109,7 +2109,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3BootDiagnostics.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3BootDiagnostics {
 	IsEnabled: interface{},
@@ -2169,12 +2169,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3CapacityReservation.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3CapacityReservation {
 	ShouldUtilize: interface{},
 	UtilizationStrategy: *string,
-	CapacityReservationGroups: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3CapacityReservationCapacityReservationGroups,
+	CapacityReservationGroups: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3CapacityReservationCapacityReservationGroups,
 }
 ```
 
@@ -2231,7 +2231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3CapacityReservationCapacityReservationGroups.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3CapacityReservationCapacityReservationGroups {
 	CrgName: *string,
@@ -2291,7 +2291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3Config.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3Config {
 	Connection: interface{},
@@ -2303,39 +2303,39 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
 	Provisioners: *[]interface{},
 	FallbackToOnDemand: interface{},
 	Name: *string,
-	Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Network,
+	Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3Network,
 	Os: *string,
 	Region: *string,
 	ResourceGroupName: *string,
-	VmSizes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3VmSizes,
+	VmSizes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3VmSizes,
 	AvailabilityVsCost: *f64,
 	BootDiagnostics: interface{},
-	CapacityReservation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3CapacityReservation,
+	CapacityReservation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3CapacityReservation,
 	CustomData: *string,
 	DataDisk: interface{},
 	Description: *string,
 	DesiredCapacity: *f64,
 	DrainingTimeout: *f64,
 	Extensions: interface{},
-	Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Health,
+	Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3Health,
 	Id: *string,
 	Image: interface{},
 	LoadBalancer: interface{},
-	Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Login,
+	Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3Login,
 	ManagedServiceIdentity: interface{},
 	MaxSize: *f64,
 	MinSize: *f64,
 	OnDemandCount: *f64,
 	OptimizationWindows: *[]*string,
-	OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3OsDisk,
+	OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3OsDisk,
 	PreferredZones: *[]*string,
 	ProximityPlacementGroups: interface{},
-	RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3RevertToSpot,
+	RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3RevertToSpot,
 	ScalingDownPolicy: interface{},
 	ScalingUpPolicy: interface{},
 	SchedulingTask: interface{},
 	Secret: interface{},
-	Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Security,
+	Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3Security,
 	ShutdownScript: *string,
 	Signal: interface{},
 	SpotPercentage: *f64,
@@ -3026,7 +3026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3DataDisk.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3DataDisk {
 	Lun: *f64,
@@ -3086,7 +3086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3Extensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3Extensions {
 	ApiVersion: *string,
@@ -3096,7 +3096,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
 	Type: *string,
 	EnableAutomaticUpgrade: interface{},
 	ProtectedSettings: *map[string]*string,
-	ProtectedSettingsFromKeyVault: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault,
+	ProtectedSettingsFromKeyVault: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault,
 	PublicSettings: *map[string]*string,
 }
 ```
@@ -3232,7 +3232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault {
 	SecretUrl: *string,
@@ -3278,7 +3278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3Health.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3Health {
 	AutoHealing: interface{},
@@ -3352,7 +3352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3Image.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3Image {
 	Custom: interface{},
@@ -3418,7 +3418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageCustom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ImageCustom {
 	ImageName: *string,
@@ -3464,7 +3464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageGalleryImage.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ImageGalleryImage {
 	GalleryName: *string,
@@ -3552,7 +3552,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageMarketplace.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ImageMarketplace {
 	Offer: *string,
@@ -3626,7 +3626,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3LoadBalancer.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3LoadBalancer {
 	Name: *string,
@@ -3714,7 +3714,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3Login.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3Login {
 	UserName: *string,
@@ -3774,7 +3774,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ManagedServiceIdentity.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ManagedServiceIdentity {
 	Name: *string,
@@ -3820,7 +3820,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3Network.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3Network {
 	NetworkInterfaces: interface{},
@@ -3882,7 +3882,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfaces.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfaces {
 	AssignPublicIp: interface{},
@@ -4032,7 +4032,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs {
 	Name: *string,
@@ -4078,7 +4078,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup {
 	Name: *string,
@@ -4124,7 +4124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup {
 	Name: *string,
@@ -4170,7 +4170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3OsDisk.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3OsDisk {
 	Type: *string,
@@ -4216,7 +4216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ProximityPlacementGroups.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ProximityPlacementGroups {
 	Name: *string,
@@ -4262,7 +4262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3RevertToSpot.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3RevertToSpot {
 	PerformAt: *string,
@@ -4294,10 +4294,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ScalingDownPolicy {
-	Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyAction,
+	Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyAction,
 	Cooldown: *f64,
 	EvaluationPeriods: *f64,
 	MetricName: *string,
@@ -4512,7 +4512,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyAction.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ScalingDownPolicyAction {
 	Adjustment: *string,
@@ -4600,7 +4600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ScalingDownPolicyDimensions {
 	Name: *string,
@@ -4646,10 +4646,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ScalingUpPolicy {
-	Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyAction,
+	Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyAction,
 	Cooldown: *f64,
 	EvaluationPeriods: *f64,
 	MetricName: *string,
@@ -4864,7 +4864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyAction.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ScalingUpPolicyAction {
 	Adjustment: *string,
@@ -4952,7 +4952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3ScalingUpPolicyDimensions {
 	Name: *string,
@@ -4998,7 +4998,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SchedulingTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3SchedulingTask {
 	CronExpression: *string,
@@ -5156,7 +5156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3Secret.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3Secret {
 	SourceVault: interface{},
@@ -5206,7 +5206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SecretSourceVault.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3SecretSourceVault {
 	Name: *string,
@@ -5252,7 +5252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SecretVaultCertificates.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3SecretVaultCertificates {
 	CertificateStore: *string,
@@ -5298,7 +5298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3Security.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3Security {
 	ConfidentialOsDiskEncryption: interface{},
@@ -5372,7 +5372,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3Signal.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3Signal {
 	Timeout: *f64,
@@ -5418,7 +5418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3Tags.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3Tags {
 	Key: *string,
@@ -5464,7 +5464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3VmSizes.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 &elastigroupazurev3.ElastigroupAzureV3VmSizes {
 	OdSizes: *[]*string,
@@ -5526,7 +5526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3BootDiagnosticsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3BootDiagnosticsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3BootDiagnosticsList
 ```
@@ -5686,7 +5686,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3BootDiagnosticsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3BootDiagnosticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3BootDiagnosticsOutputReference
 ```
@@ -6026,7 +6026,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3CapacityReservationCapacityReservationGroupsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3CapacityReservationCapacityReservationGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3CapacityReservationCapacityReservationGroupsOutputReference
 ```
@@ -6348,7 +6348,7 @@ func InternalValue() ElastigroupAzureV3CapacityReservationCapacityReservationGro
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3CapacityReservationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3CapacityReservationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3CapacityReservationOutputReference
 ```
@@ -6683,7 +6683,7 @@ func InternalValue() ElastigroupAzureV3CapacityReservation
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3DataDiskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3DataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3DataDiskList
 ```
@@ -6843,7 +6843,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3DataDiskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3DataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3DataDiskOutputReference
 ```
@@ -7176,7 +7176,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ExtensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ExtensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ExtensionsList
 ```
@@ -7336,7 +7336,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ExtensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ExtensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ExtensionsOutputReference
 ```
@@ -7842,7 +7842,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVaultOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVaultOutputReference
 ```
@@ -8135,7 +8135,7 @@ func InternalValue() ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3HealthOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3HealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3HealthOutputReference
 ```
@@ -8500,7 +8500,7 @@ func InternalValue() ElastigroupAzureV3Health
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageCustomList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageCustomList
 ```
@@ -8660,7 +8660,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageCustomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageCustomOutputReference
 ```
@@ -8971,7 +8971,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageGalleryImageList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ImageGalleryImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageGalleryImageList
 ```
@@ -9131,7 +9131,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageGalleryImageOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ImageGalleryImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageGalleryImageOutputReference
 ```
@@ -9515,7 +9515,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageList
 ```
@@ -9675,7 +9675,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageMarketplaceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageMarketplaceList
 ```
@@ -9835,7 +9835,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageMarketplaceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageMarketplaceOutputReference
 ```
@@ -10190,7 +10190,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ImageOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageOutputReference
 ```
@@ -10583,7 +10583,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3LoadBalancerList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3LoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3LoadBalancerList
 ```
@@ -10743,7 +10743,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3LoadBalancerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3LoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3LoadBalancerOutputReference
 ```
@@ -11134,7 +11134,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3LoginOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3LoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3LoginOutputReference
 ```
@@ -11463,7 +11463,7 @@ func InternalValue() ElastigroupAzureV3Login
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ManagedServiceIdentityList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ManagedServiceIdentityList
 ```
@@ -11623,7 +11623,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ManagedServiceIdentityOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ManagedServiceIdentityOutputReference
 ```
@@ -11934,7 +11934,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList
 ```
@@ -12094,7 +12094,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference
 ```
@@ -12412,7 +12412,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList
 ```
@@ -12572,7 +12572,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference
 ```
@@ -12883,7 +12883,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesList
 ```
@@ -13043,7 +13043,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesOutputReference
 ```
@@ -13589,7 +13589,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupList
 ```
@@ -13749,7 +13749,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupOutputReference
 ```
@@ -14074,7 +14074,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3NetworkOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3NetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3NetworkOutputReference
 ```
@@ -14402,7 +14402,7 @@ func InternalValue() ElastigroupAzureV3Network
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3OsDiskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3OsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3OsDiskOutputReference
 ```
@@ -14702,7 +14702,7 @@ func InternalValue() ElastigroupAzureV3OsDisk
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ProximityPlacementGroupsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ProximityPlacementGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ProximityPlacementGroupsList
 ```
@@ -14862,7 +14862,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ProximityPlacementGroupsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ProximityPlacementGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ProximityPlacementGroupsOutputReference
 ```
@@ -15173,7 +15173,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3RevertToSpotOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3RevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3RevertToSpotOutputReference
 ```
@@ -15444,7 +15444,7 @@ func InternalValue() ElastigroupAzureV3RevertToSpot
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyActionOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ScalingDownPolicyActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3ScalingDownPolicyActionOutputReference
 ```
@@ -15838,7 +15838,7 @@ func InternalValue() ElastigroupAzureV3ScalingDownPolicyAction
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ScalingDownPolicyDimensionsList
 ```
@@ -15998,7 +15998,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ScalingDownPolicyDimensionsOutputReference
 ```
@@ -16323,7 +16323,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ScalingDownPolicyList
 ```
@@ -16483,7 +16483,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ScalingDownPolicyOutputReference
 ```
@@ -17112,7 +17112,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyActionOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ScalingUpPolicyActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3ScalingUpPolicyActionOutputReference
 ```
@@ -17506,7 +17506,7 @@ func InternalValue() ElastigroupAzureV3ScalingUpPolicyAction
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ScalingUpPolicyDimensionsList
 ```
@@ -17666,7 +17666,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ScalingUpPolicyDimensionsOutputReference
 ```
@@ -17991,7 +17991,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ScalingUpPolicyList
 ```
@@ -18151,7 +18151,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3ScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ScalingUpPolicyOutputReference
 ```
@@ -18780,7 +18780,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SchedulingTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3SchedulingTaskList
 ```
@@ -18940,7 +18940,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SchedulingTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3SchedulingTaskOutputReference
 ```
@@ -19476,7 +19476,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SecretList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SecretList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3SecretList
 ```
@@ -19636,7 +19636,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SecretOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SecretOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3SecretOutputReference
 ```
@@ -19973,7 +19973,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SecretSourceVaultList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SecretSourceVaultList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3SecretSourceVaultList
 ```
@@ -20133,7 +20133,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SecretSourceVaultOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SecretSourceVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3SecretSourceVaultOutputReference
 ```
@@ -20444,7 +20444,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SecretVaultCertificatesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SecretVaultCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3SecretVaultCertificatesList
 ```
@@ -20604,7 +20604,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SecretVaultCertificatesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SecretVaultCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3SecretVaultCertificatesOutputReference
 ```
@@ -20915,7 +20915,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SecurityOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SecurityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3SecurityOutputReference
 ```
@@ -21280,7 +21280,7 @@ func InternalValue() ElastigroupAzureV3Security
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SignalList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3SignalList
 ```
@@ -21440,7 +21440,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3SignalOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3SignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3SignalOutputReference
 ```
@@ -21751,7 +21751,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3TagsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3TagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3TagsList
 ```
@@ -21911,7 +21911,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3TagsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3TagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3TagsOutputReference
 ```
@@ -22222,7 +22222,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupAzureV3.ElastigroupAzureV3VmSizesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
 
 elastigroupazurev3.NewElastigroupAzureV3VmSizesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3VmSizesOutputReference
 ```
diff --git a/docs/elastigroupGcp.go.md b/docs/elastigroupGcp.go.md
index 1afbee484..31a640d1a 100644
--- a/docs/elastigroupGcp.go.md
+++ b/docs/elastigroupGcp.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcp.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcp(scope Construct, id *string, config ElastigroupGcpConfig) ElastigroupGcp
 ```
@@ -819,7 +819,7 @@ func ResetUnhealthyDuration()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcp.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.ElastigroupGcp_IsConstruct(x interface{}) *bool
 ```
@@ -851,7 +851,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcp.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool
 ```
@@ -865,7 +865,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcp.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool
 ```
@@ -879,7 +879,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcp.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.ElastigroupGcp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1966,7 +1966,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpBackendServices.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpBackendServices {
 	ServiceName: *string,
@@ -2042,7 +2042,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpBackendServicesNamedPorts.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpBackendServicesNamedPorts {
 	Name: *string,
@@ -2088,7 +2088,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpConfig {
 	Connection: interface{},
@@ -2115,8 +2115,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
 	InstanceTypesCustom: interface{},
 	InstanceTypesOndemand: *string,
 	InstanceTypesPreemptible: *[]*string,
-	IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm,
-	IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGke,
+	IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm,
+	IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationGke,
 	IpForwarding: interface{},
 	Labels: interface{},
 	MaxSize: *f64,
@@ -2767,7 +2767,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpDisk.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpDisk {
 	AutoDelete: interface{},
@@ -2899,7 +2899,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpDiskInitializeParams.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpDiskInitializeParams {
 	SourceImage: *string,
@@ -2959,7 +2959,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpGpu.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpGpu {
 	Count: *f64,
@@ -3005,7 +3005,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpInstanceTypesCustom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpInstanceTypesCustom {
 	MemoryGib: *f64,
@@ -3051,7 +3051,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpIntegrationDockerSwarm {
 	MasterHost: *string,
@@ -3097,12 +3097,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationGke.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpIntegrationGke {
 	AutoscaleCooldown: *f64,
-	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown,
-	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom,
+	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown,
+	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom,
 	AutoscaleIsAutoConfig: interface{},
 	AutoscaleIsEnabled: interface{},
 	AutoscaleLabels: interface{},
@@ -3247,7 +3247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleDown {
 	EvaluationPeriods: *f64,
@@ -3279,7 +3279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom {
 	CpuPerUnit: *f64,
@@ -3339,7 +3339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleLabels.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleLabels {
 	Key: *string,
@@ -3385,7 +3385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpLabels.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpLabels {
 	Key: *string,
@@ -3431,7 +3431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpMetadata.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpMetadata {
 	Key: *string,
@@ -3477,7 +3477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpNetworkInterface.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpNetworkInterface {
 	Network: *string,
@@ -3541,7 +3541,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpNetworkInterfaceAccessConfigs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpNetworkInterfaceAccessConfigs {
 	Name: *string,
@@ -3587,7 +3587,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpNetworkInterfaceAliasIpRanges.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpNetworkInterfaceAliasIpRanges {
 	IpCidrRange: *string,
@@ -3633,7 +3633,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpRevertToPreemptible.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpRevertToPreemptible {
 	PerformAt: *string,
@@ -3665,7 +3665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingDownPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpScalingDownPolicy {
 	MetricName: *string,
@@ -3881,7 +3881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingDownPolicyDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpScalingDownPolicyDimensions {
 	Name: *string,
@@ -3927,7 +3927,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingUpPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpScalingUpPolicy {
 	MetricName: *string,
@@ -4143,7 +4143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingUpPolicyDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpScalingUpPolicyDimensions {
 	Name: *string,
@@ -4189,7 +4189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScheduledTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpScheduledTask {
 	TaskType: *string,
@@ -4291,7 +4291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpSubnets.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 &elastigroupgcp.ElastigroupGcpSubnets {
 	Region: *string,
@@ -4339,7 +4339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpBackendServicesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesList
 ```
@@ -4499,7 +4499,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpBackendServicesNamedPortsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesNamedPortsList
 ```
@@ -4659,7 +4659,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpBackendServicesNamedPortsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesNamedPortsOutputReference
 ```
@@ -4970,7 +4970,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpBackendServicesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesOutputReference
 ```
@@ -5359,7 +5359,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpDiskInitializeParamsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskInitializeParamsList
 ```
@@ -5519,7 +5519,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpDiskInitializeParamsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskInitializeParamsOutputReference
 ```
@@ -5866,7 +5866,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpDiskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskList
 ```
@@ -6026,7 +6026,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpDiskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskOutputReference
 ```
@@ -6538,7 +6538,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpGpuList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpGpuList
 ```
@@ -6698,7 +6698,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpGpuOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpGpuOutputReference
 ```
@@ -7009,7 +7009,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpInstanceTypesCustomList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpInstanceTypesCustomList
 ```
@@ -7169,7 +7169,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpInstanceTypesCustomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpInstanceTypesCustomOutputReference
 ```
@@ -7480,7 +7480,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarmOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationDockerSwarmOutputReference
 ```
@@ -7773,7 +7773,7 @@ func InternalValue() ElastigroupGcpIntegrationDockerSwarm
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference
 ```
@@ -8051,7 +8051,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleDown
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference
 ```
@@ -8387,7 +8387,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleHeadroom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleLabelsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsList
 ```
@@ -8547,7 +8547,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference
 ```
@@ -8858,7 +8858,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeOutputReference
 ```
@@ -9407,7 +9407,7 @@ func InternalValue() ElastigroupGcpIntegrationGke
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpLabelsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpLabelsList
 ```
@@ -9567,7 +9567,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpLabelsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpLabelsOutputReference
 ```
@@ -9878,7 +9878,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpMetadataList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpMetadataList
 ```
@@ -10038,7 +10038,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpMetadataOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpMetadataOutputReference
 ```
@@ -10349,7 +10349,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpNetworkInterfaceAccessConfigsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsList
 ```
@@ -10509,7 +10509,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpNetworkInterfaceAccessConfigsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsOutputReference
 ```
@@ -10834,7 +10834,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpNetworkInterfaceAliasIpRangesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesList
 ```
@@ -10994,7 +10994,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference
 ```
@@ -11305,7 +11305,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpNetworkInterfaceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceList
 ```
@@ -11465,7 +11465,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpNetworkInterfaceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceOutputReference
 ```
@@ -11838,7 +11838,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpRevertToPreemptibleList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpRevertToPreemptibleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpRevertToPreemptibleList
 ```
@@ -11998,7 +11998,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpRevertToPreemptibleOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpRevertToPreemptibleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpRevertToPreemptibleOutputReference
 ```
@@ -12287,7 +12287,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingDownPolicyDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyDimensionsList
 ```
@@ -12447,7 +12447,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingDownPolicyDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyDimensionsOutputReference
 ```
@@ -12765,7 +12765,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingDownPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyList
 ```
@@ -12925,7 +12925,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingDownPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyOutputReference
 ```
@@ -13576,7 +13576,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingUpPolicyDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyDimensionsList
 ```
@@ -13736,7 +13736,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingUpPolicyDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyDimensionsOutputReference
 ```
@@ -14054,7 +14054,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingUpPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyList
 ```
@@ -14214,7 +14214,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScalingUpPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyOutputReference
 ```
@@ -14865,7 +14865,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScheduledTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScheduledTaskList
 ```
@@ -15025,7 +15025,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpScheduledTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScheduledTaskOutputReference
 ```
@@ -15459,7 +15459,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpSubnetsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpSubnetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpSubnetsList
 ```
@@ -15619,7 +15619,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGcp.ElastigroupGcpSubnetsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
 
 elastigroupgcp.NewElastigroupGcpSubnetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpSubnetsOutputReference
 ```
diff --git a/docs/elastigroupGke.go.md b/docs/elastigroupGke.go.md
index d2bb84570..0ace6cf10 100644
--- a/docs/elastigroupGke.go.md
+++ b/docs/elastigroupGke.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGke.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGke(scope Construct, id *string, config ElastigroupGkeConfig) ElastigroupGke
 ```
@@ -751,7 +751,7 @@ func ResetTags()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGke.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.ElastigroupGke_IsConstruct(x interface{}) *bool
 ```
@@ -783,7 +783,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGke.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool
 ```
@@ -797,7 +797,7 @@ elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGke.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool
 ```
@@ -811,7 +811,7 @@ elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGke.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.ElastigroupGke_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1788,7 +1788,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeBackendServices.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeBackendServices {
 	ServiceName: *string,
@@ -1864,7 +1864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeBackendServicesNamedPorts.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeBackendServicesNamedPorts {
 	Name: *string,
@@ -1910,7 +1910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeConfig {
 	Connection: interface{},
@@ -1934,8 +1934,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
 	InstanceTypesCustom: interface{},
 	InstanceTypesOndemand: *string,
 	InstanceTypesPreemptible: *[]*string,
-	IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm,
-	IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGke,
+	IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm,
+	IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationGke,
 	IpForwarding: interface{},
 	Labels: interface{},
 	MaxSize: *f64,
@@ -2515,7 +2515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeDisk.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeDisk {
 	AutoDelete: interface{},
@@ -2647,7 +2647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeDiskInitializeParams.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeDiskInitializeParams {
 	SourceImage: *string,
@@ -2707,7 +2707,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeGpu.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeGpu {
 	Count: *f64,
@@ -2753,7 +2753,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeInstanceTypesCustom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeInstanceTypesCustom {
 	MemoryGib: *f64,
@@ -2799,7 +2799,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeIntegrationDockerSwarm {
 	MasterHost: *string,
@@ -2845,12 +2845,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationGke.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeIntegrationGke {
 	AutoscaleCooldown: *f64,
-	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown,
-	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom,
+	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown,
+	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom,
 	AutoscaleIsAutoConfig: interface{},
 	AutoscaleIsEnabled: interface{},
 	AutoscaleLabels: interface{},
@@ -2995,7 +2995,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleDown {
 	EvaluationPeriods: *f64,
@@ -3027,7 +3027,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom {
 	CpuPerUnit: *f64,
@@ -3087,7 +3087,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleLabels.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleLabels {
 	Key: *string,
@@ -3133,7 +3133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeLabels.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeLabels {
 	Key: *string,
@@ -3179,7 +3179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeMetadata.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeMetadata {
 	Key: *string,
@@ -3225,7 +3225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeNetworkInterface.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeNetworkInterface {
 	Network: *string,
@@ -3289,7 +3289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeNetworkInterfaceAccessConfigs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeNetworkInterfaceAccessConfigs {
 	Name: *string,
@@ -3335,7 +3335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeNetworkInterfaceAliasIpRanges.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeNetworkInterfaceAliasIpRanges {
 	IpCidrRange: *string,
@@ -3381,7 +3381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeRevertToPreemptible.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeRevertToPreemptible {
 	PerformAt: *string,
@@ -3413,7 +3413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingDownPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeScalingDownPolicy {
 	MetricName: *string,
@@ -3629,7 +3629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingDownPolicyDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeScalingDownPolicyDimensions {
 	Name: *string,
@@ -3675,7 +3675,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingUpPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeScalingUpPolicy {
 	MetricName: *string,
@@ -3891,7 +3891,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingUpPolicyDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 &elastigroupgke.ElastigroupGkeScalingUpPolicyDimensions {
 	Name: *string,
@@ -3939,7 +3939,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeBackendServicesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesList
 ```
@@ -4099,7 +4099,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeBackendServicesNamedPortsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesNamedPortsList
 ```
@@ -4259,7 +4259,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeBackendServicesNamedPortsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesNamedPortsOutputReference
 ```
@@ -4570,7 +4570,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeBackendServicesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesOutputReference
 ```
@@ -4959,7 +4959,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeDiskInitializeParamsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskInitializeParamsList
 ```
@@ -5119,7 +5119,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeDiskInitializeParamsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskInitializeParamsOutputReference
 ```
@@ -5466,7 +5466,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeDiskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskList
 ```
@@ -5626,7 +5626,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeDiskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskOutputReference
 ```
@@ -6138,7 +6138,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeGpuList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeGpuList
 ```
@@ -6298,7 +6298,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeGpuOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeGpuOutputReference
 ```
@@ -6609,7 +6609,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeInstanceTypesCustomList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeInstanceTypesCustomList
 ```
@@ -6769,7 +6769,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeInstanceTypesCustomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeInstanceTypesCustomOutputReference
 ```
@@ -7080,7 +7080,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationDockerSwarmOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationDockerSwarmOutputReference
 ```
@@ -7373,7 +7373,7 @@ func InternalValue() ElastigroupGkeIntegrationDockerSwarm
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference
 ```
@@ -7651,7 +7651,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleDown
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference
 ```
@@ -7987,7 +7987,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleHeadroom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleLabelsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsList
 ```
@@ -8147,7 +8147,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference
 ```
@@ -8458,7 +8458,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeOutputReference
 ```
@@ -9007,7 +9007,7 @@ func InternalValue() ElastigroupGkeIntegrationGke
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeLabelsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeLabelsList
 ```
@@ -9167,7 +9167,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeLabelsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeLabelsOutputReference
 ```
@@ -9478,7 +9478,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeMetadataList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeMetadataList
 ```
@@ -9638,7 +9638,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeMetadataOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeMetadataOutputReference
 ```
@@ -9949,7 +9949,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeNetworkInterfaceAccessConfigsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsList
 ```
@@ -10109,7 +10109,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeNetworkInterfaceAccessConfigsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsOutputReference
 ```
@@ -10434,7 +10434,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeNetworkInterfaceAliasIpRangesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesList
 ```
@@ -10594,7 +10594,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference
 ```
@@ -10905,7 +10905,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeNetworkInterfaceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceList
 ```
@@ -11065,7 +11065,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeNetworkInterfaceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceOutputReference
 ```
@@ -11438,7 +11438,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeRevertToPreemptibleList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeRevertToPreemptibleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeRevertToPreemptibleList
 ```
@@ -11598,7 +11598,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeRevertToPreemptibleOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeRevertToPreemptibleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeRevertToPreemptibleOutputReference
 ```
@@ -11887,7 +11887,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingDownPolicyDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyDimensionsList
 ```
@@ -12047,7 +12047,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingDownPolicyDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyDimensionsOutputReference
 ```
@@ -12365,7 +12365,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingDownPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyList
 ```
@@ -12525,7 +12525,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingDownPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyOutputReference
 ```
@@ -13176,7 +13176,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingUpPolicyDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyDimensionsList
 ```
@@ -13336,7 +13336,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingUpPolicyDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyDimensionsOutputReference
 ```
@@ -13654,7 +13654,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingUpPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyList
 ```
@@ -13814,7 +13814,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.elastigroupGke.ElastigroupGkeScalingUpPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
 
 elastigroupgke.NewElastigroupGkeScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyOutputReference
 ```
diff --git a/docs/healthCheck.go.md b/docs/healthCheck.go.md
index 0e07cb854..ce1bacab6 100644
--- a/docs/healthCheck.go.md
+++ b/docs/healthCheck.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.healthCheck.HealthCheck.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck"
 
 healthcheck.NewHealthCheck(scope Construct, id *string, config HealthCheckConfig) HealthCheck
 ```
@@ -419,7 +419,7 @@ func ResetProxyPort()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.healthCheck.HealthCheck.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck"
 
 healthcheck.HealthCheck_IsConstruct(x interface{}) *bool
 ```
@@ -451,7 +451,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.healthCheck.HealthCheck.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck"
 
 healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool
 ```
@@ -465,7 +465,7 @@ healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.healthCheck.HealthCheck.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck"
 
 healthcheck.HealthCheck_IsTerraformResource(x interface{}) *bool
 ```
@@ -479,7 +479,7 @@ healthcheck.HealthCheck_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.healthCheck.HealthCheck.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck"
 
 healthcheck.HealthCheck_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -840,7 +840,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.healthCheck.HealthCheckCheck.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck"
 
 &healthcheck.HealthCheckCheck {
 	Healthy: *f64,
@@ -984,7 +984,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.healthCheck.HealthCheckConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck"
 
 &healthcheck.HealthCheckConfig {
 	Connection: interface{},
@@ -996,7 +996,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
 	Provisioners: *[]interface{},
 	ProxyAddress: *string,
 	ResourceId: *string,
-	Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.healthCheck.HealthCheckCheck,
+	Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.healthCheck.HealthCheckCheck,
 	Id: *string,
 	Name: *string,
 	ProxyPort: *f64,
@@ -1177,7 +1177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.healthCheck.HealthCheckCheckOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck"
 
 healthcheck.NewHealthCheckCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HealthCheckCheckOutputReference
 ```
diff --git a/docs/managedInstanceAws.go.md b/docs/managedInstanceAws.go.md
index ef273861d..06f4c0c6e 100644
--- a/docs/managedInstanceAws.go.md
+++ b/docs/managedInstanceAws.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAws.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAws(scope Construct, id *string, config ManagedInstanceAwsConfig) ManagedInstanceAws
 ```
@@ -801,7 +801,7 @@ func ResetUtilizeReservedInstances()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAws.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.ManagedInstanceAws_IsConstruct(x interface{}) *bool
 ```
@@ -833,7 +833,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAws.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool
 ```
@@ -847,7 +847,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAws.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool
 ```
@@ -861,7 +861,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAws.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.ManagedInstanceAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -2124,11 +2124,11 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappings.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappings {
 	DeviceName: *string,
-	Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs,
+	Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs,
 }
 ```
 
@@ -2172,7 +2172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappingsEbs {
 	DeleteOnTermination: interface{},
@@ -2302,7 +2302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsConfig {
 	Connection: interface{},
@@ -2334,12 +2334,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
 	HealthCheckType: *string,
 	IamInstanceProfile: *string,
 	Id: *string,
-	IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53,
+	IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53,
 	KeyPair: *string,
 	LifeCycle: *string,
 	LoadBalancers: interface{},
-	ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction,
-	MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsMetadataOptions,
+	ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction,
+	MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsMetadataOptions,
 	MinimumInstanceLifetime: *f64,
 	NetworkInterface: interface{},
 	OptimizationWindows: *[]*string,
@@ -2351,7 +2351,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
 	PrivateIp: *string,
 	Region: *string,
 	ResourceTagSpecification: interface{},
-	RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsRevertToSpot,
+	RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsRevertToSpot,
 	ScheduledTask: interface{},
 	SecurityGroupIds: *[]*string,
 	ShutdownScript: *string,
@@ -3087,7 +3087,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsDelete.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsDelete {
 	AmiBackupShouldDeleteImages: interface{},
@@ -3189,7 +3189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53 {
 	Domains: interface{},
@@ -3223,7 +3223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53Domains.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53Domains {
 	HostedZoneId: *string,
@@ -3299,7 +3299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets {
 	Name: *string,
@@ -3359,7 +3359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsLoadBalancers.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsLoadBalancers {
 	Type: *string,
@@ -3419,7 +3419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsManagedInstanceAction {
 	Type: *string,
@@ -3451,7 +3451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsMetadataOptions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsMetadataOptions {
 	HttpTokens: *string,
@@ -3511,7 +3511,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsNetworkInterface.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsNetworkInterface {
 	DeviceIndex: *string,
@@ -3571,7 +3571,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsResourceTagSpecification.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsResourceTagSpecification {
 	ShouldTagAmis: interface{},
@@ -3645,7 +3645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsRevertToSpot.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsRevertToSpot {
 	PerformAt: *string,
@@ -3677,7 +3677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsScheduledTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsScheduledTask {
 	TaskType: *string,
@@ -3765,7 +3765,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsTags.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 &managedinstanceaws.ManagedInstanceAwsTags {
 	Key: *string,
@@ -3813,7 +3813,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference
 ```
@@ -4294,7 +4294,7 @@ func InternalValue() ManagedInstanceAwsBlockDeviceMappingsEbs
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsBlockDeviceMappingsList
 ```
@@ -4454,7 +4454,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsBlockDeviceMappingsOutputReference
 ```
@@ -4785,7 +4785,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsDeleteList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsDeleteList
 ```
@@ -4945,7 +4945,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsDeleteOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsDeleteOutputReference
 ```
@@ -5386,7 +5386,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53DomainsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsList
 ```
@@ -5546,7 +5546,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53DomainsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsOutputReference
 ```
@@ -5928,7 +5928,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList
 ```
@@ -6088,7 +6088,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference
 ```
@@ -6435,7 +6435,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53OutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsIntegrationRoute53OutputReference
 ```
@@ -6719,7 +6719,7 @@ func InternalValue() ManagedInstanceAwsIntegrationRoute53
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsLoadBalancersList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsLoadBalancersList
 ```
@@ -6879,7 +6879,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsLoadBalancersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsLoadBalancersOutputReference
 ```
@@ -7226,7 +7226,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsManagedInstanceActionOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsManagedInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsManagedInstanceActionOutputReference
 ```
@@ -7497,7 +7497,7 @@ func InternalValue() ManagedInstanceAwsManagedInstanceAction
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsMetadataOptionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsMetadataOptionsOutputReference
 ```
@@ -7826,7 +7826,7 @@ func InternalValue() ManagedInstanceAwsMetadataOptions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsNetworkInterfaceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsNetworkInterfaceList
 ```
@@ -7986,7 +7986,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsNetworkInterfaceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsNetworkInterfaceOutputReference
 ```
@@ -8333,7 +8333,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsResourceTagSpecificationList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsResourceTagSpecificationList
 ```
@@ -8493,7 +8493,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsResourceTagSpecificationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsResourceTagSpecificationOutputReference
 ```
@@ -8876,7 +8876,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsRevertToSpotOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsRevertToSpotOutputReference
 ```
@@ -9147,7 +9147,7 @@ func InternalValue() ManagedInstanceAwsRevertToSpot
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsScheduledTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsScheduledTaskList
 ```
@@ -9307,7 +9307,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsScheduledTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsScheduledTaskOutputReference
 ```
@@ -9712,7 +9712,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsTagsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsTagsList
 ```
@@ -9872,7 +9872,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.managedInstanceAws.ManagedInstanceAwsTagsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
 
 managedinstanceaws.NewManagedInstanceAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsTagsOutputReference
 ```
diff --git a/docs/mrscalerAws.go.md b/docs/mrscalerAws.go.md
index 86894a579..caa7e807a 100644
--- a/docs/mrscalerAws.go.md
+++ b/docs/mrscalerAws.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAws.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAws(scope Construct, id *string, config MrscalerAwsConfig) MrscalerAws
 ```
@@ -999,7 +999,7 @@ func ResetVisibleToAllUsers()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAws.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.MrscalerAws_IsConstruct(x interface{}) *bool
 ```
@@ -1031,7 +1031,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAws.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool
 ```
@@ -1045,7 +1045,7 @@ mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAws.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.MrscalerAws_IsTerraformResource(x interface{}) *bool
 ```
@@ -1059,7 +1059,7 @@ mrscaleraws.MrscalerAws_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAws.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.MrscalerAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -2641,7 +2641,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsApplications.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsApplications {
 	Name: *string,
@@ -2701,7 +2701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsBootstrapActionsFile.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsBootstrapActionsFile {
 	Bucket: *string,
@@ -2747,7 +2747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsConfig {
 	Connection: interface{},
@@ -2794,7 +2794,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
 	MasterInstanceTypes: *[]*string,
 	MasterLifecycle: *string,
 	MasterTarget: *f64,
-	ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.mrscalerAws.MrscalerAwsProvisioningTimeout,
+	ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.mrscalerAws.MrscalerAwsProvisioningTimeout,
 	Region: *string,
 	ReleaseLabel: *string,
 	RepoUpgradeOnBoot: *string,
@@ -3738,7 +3738,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsConfigurationsFile.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsConfigurationsFile {
 	Bucket: *string,
@@ -3784,7 +3784,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsCoreEbsBlockDevice.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsCoreEbsBlockDevice {
 	SizeInGb: *f64,
@@ -3858,7 +3858,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsCoreScalingDownPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsCoreScalingDownPolicy {
 	MetricName: *string,
@@ -4128,7 +4128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsCoreScalingUpPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsCoreScalingUpPolicy {
 	MetricName: *string,
@@ -4398,7 +4398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsInstanceWeights.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsInstanceWeights {
 	InstanceType: *string,
@@ -4444,7 +4444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsMasterEbsBlockDevice.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsMasterEbsBlockDevice {
 	SizeInGb: *f64,
@@ -4518,7 +4518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsProvisioningTimeout.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsProvisioningTimeout {
 	Timeout: *f64,
@@ -4564,7 +4564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsScheduledTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsScheduledTask {
 	Cron: *string,
@@ -4680,7 +4680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsStepsFile.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsStepsFile {
 	Bucket: *string,
@@ -4726,7 +4726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTags.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsTags {
 	Key: *string,
@@ -4772,7 +4772,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTaskEbsBlockDevice.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsTaskEbsBlockDevice {
 	SizeInGb: *f64,
@@ -4846,7 +4846,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTaskScalingDownPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsTaskScalingDownPolicy {
 	MetricName: *string,
@@ -5116,7 +5116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTaskScalingUpPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsTaskScalingUpPolicy {
 	MetricName: *string,
@@ -5386,7 +5386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTerminationPolicies.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsTerminationPolicies {
 	Statements: interface{},
@@ -5420,7 +5420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTerminationPoliciesStatements.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 &mrscaleraws.MrscalerAwsTerminationPoliciesStatements {
 	MetricName: *string,
@@ -5552,7 +5552,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsApplicationsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsApplicationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsApplicationsList
 ```
@@ -5712,7 +5712,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsApplicationsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsApplicationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsApplicationsOutputReference
 ```
@@ -6059,7 +6059,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsBootstrapActionsFileList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsBootstrapActionsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsBootstrapActionsFileList
 ```
@@ -6219,7 +6219,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsBootstrapActionsFileOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsBootstrapActionsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsBootstrapActionsFileOutputReference
 ```
@@ -6530,7 +6530,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsConfigurationsFileList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsConfigurationsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsConfigurationsFileList
 ```
@@ -6690,7 +6690,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsConfigurationsFileOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsConfigurationsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsConfigurationsFileOutputReference
 ```
@@ -7001,7 +7001,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsCoreEbsBlockDeviceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreEbsBlockDeviceList
 ```
@@ -7161,7 +7161,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsCoreEbsBlockDeviceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreEbsBlockDeviceOutputReference
 ```
@@ -7530,7 +7530,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsCoreScalingDownPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingDownPolicyList
 ```
@@ -7690,7 +7690,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsCoreScalingDownPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingDownPolicyOutputReference
 ```
@@ -8444,7 +8444,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsCoreScalingUpPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingUpPolicyList
 ```
@@ -8604,7 +8604,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsCoreScalingUpPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingUpPolicyOutputReference
 ```
@@ -9358,7 +9358,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsInstanceWeightsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsInstanceWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsInstanceWeightsList
 ```
@@ -9518,7 +9518,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsInstanceWeightsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsInstanceWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsInstanceWeightsOutputReference
 ```
@@ -9829,7 +9829,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsMasterEbsBlockDeviceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsMasterEbsBlockDeviceList
 ```
@@ -9989,7 +9989,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsMasterEbsBlockDeviceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsMasterEbsBlockDeviceOutputReference
 ```
@@ -10358,7 +10358,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsProvisioningTimeoutOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsProvisioningTimeoutOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MrscalerAwsProvisioningTimeoutOutputReference
 ```
@@ -10651,7 +10651,7 @@ func InternalValue() MrscalerAwsProvisioningTimeout
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsScheduledTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsScheduledTaskList
 ```
@@ -10811,7 +10811,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsScheduledTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsScheduledTaskOutputReference
 ```
@@ -11260,7 +11260,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsStepsFileList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsStepsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsStepsFileList
 ```
@@ -11420,7 +11420,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsStepsFileOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsStepsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsStepsFileOutputReference
 ```
@@ -11731,7 +11731,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTagsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTagsList
 ```
@@ -11891,7 +11891,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTagsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTagsOutputReference
 ```
@@ -12202,7 +12202,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTaskEbsBlockDeviceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskEbsBlockDeviceList
 ```
@@ -12362,7 +12362,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTaskEbsBlockDeviceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskEbsBlockDeviceOutputReference
 ```
@@ -12731,7 +12731,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTaskScalingDownPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingDownPolicyList
 ```
@@ -12891,7 +12891,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTaskScalingDownPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingDownPolicyOutputReference
 ```
@@ -13645,7 +13645,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTaskScalingUpPolicyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingUpPolicyList
 ```
@@ -13805,7 +13805,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTaskScalingUpPolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingUpPolicyOutputReference
 ```
@@ -14559,7 +14559,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTerminationPoliciesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTerminationPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesList
 ```
@@ -14719,7 +14719,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTerminationPoliciesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTerminationPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesOutputReference
 ```
@@ -15021,7 +15021,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTerminationPoliciesStatementsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesStatementsList
 ```
@@ -15181,7 +15181,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.mrscalerAws.MrscalerAwsTerminationPoliciesStatementsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
 
 mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesStatementsOutputReference
 ```
diff --git a/docs/oceanAksNp.go.md b/docs/oceanAksNp.go.md
index 15abbe665..21fdf4077 100644
--- a/docs/oceanAksNp.go.md
+++ b/docs/oceanAksNp.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNp.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNp(scope Construct, id *string, config OceanAksNpConfig) OceanAksNp
 ```
@@ -650,7 +650,7 @@ func ResetVnetSubnetIds()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNp.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.OceanAksNp_IsConstruct(x interface{}) *bool
 ```
@@ -682,7 +682,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNp.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool
 ```
@@ -696,7 +696,7 @@ oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNp.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool
 ```
@@ -710,7 +710,7 @@ oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNp.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.OceanAksNp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1621,13 +1621,13 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpAutoscaler.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpAutoscaler {
-	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown,
-	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom,
+	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown,
+	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom,
 	AutoscaleIsEnabled: interface{},
-	ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerResourceLimits,
+	ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerResourceLimits,
 }
 ```
 
@@ -1701,7 +1701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpAutoscalerAutoscaleDown {
 	MaxScaleDownPercentage: *f64,
@@ -1733,10 +1733,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroom {
-	Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic,
+	Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic,
 }
 ```
 
@@ -1767,7 +1767,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic {
 	IsEnabled: interface{},
@@ -1813,7 +1813,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpAutoscalerResourceLimits.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpAutoscalerResourceLimits {
 	MaxMemoryGib: *f64,
@@ -1859,7 +1859,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpConfig {
 	Connection: interface{},
@@ -1876,12 +1876,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
 	AvailabilityZones: *[]*string,
 	ControllerClusterId: *string,
 	Name: *string,
-	Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscaler,
+	Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscaler,
 	EnableNodePublicIp: interface{},
 	FallbackToOndemand: interface{},
-	Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpFilters,
+	Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpFilters,
 	Headrooms: interface{},
-	Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpHealth,
+	Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpHealth,
 	Id: *string,
 	KubernetesVersion: *string,
 	Labels: *map[string]*string,
@@ -1894,11 +1894,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
 	OsSku: *string,
 	OsType: *string,
 	PodSubnetIds: *[]*string,
-	Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpScheduling,
+	Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpScheduling,
 	SpotPercentage: *f64,
 	Tags: *map[string]*string,
 	Taints: interface{},
-	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpUpdatePolicy,
+	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpUpdatePolicy,
 	VnetSubnetIds: *[]*string,
 }
 ```
@@ -2414,7 +2414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpFilters.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpFilters {
 	AcceleratedNetworking: *string,
@@ -2642,7 +2642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpHeadrooms.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpHeadrooms {
 	CpuPerUnit: *f64,
@@ -2716,7 +2716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpHealth.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpHealth {
 	GracePeriod: *f64,
@@ -2748,7 +2748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpLinuxOsConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpLinuxOsConfig {
 	Sysctls: interface{},
@@ -2782,7 +2782,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpLinuxOsConfigSysctls.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpLinuxOsConfigSysctls {
 	VmMaxMapCount: *f64,
@@ -2814,10 +2814,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpScheduling.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpScheduling {
-	ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingShutdownHours,
+	ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpSchedulingShutdownHours,
 	Tasks: interface{},
 }
 ```
@@ -2864,7 +2864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpSchedulingShutdownHours.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpSchedulingShutdownHours {
 	IsEnabled: interface{},
@@ -2910,13 +2910,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpSchedulingTasks.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpSchedulingTasks {
 	CronExpression: *string,
 	IsEnabled: interface{},
 	TaskType: *string,
-	Parameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingTasksParameters,
+	Parameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpSchedulingTasksParameters,
 }
 ```
 
@@ -2986,10 +2986,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpSchedulingTasksParameters.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpSchedulingTasksParameters {
-	ParametersClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingTasksParametersParametersClusterRoll,
+	ParametersClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpSchedulingTasksParametersParametersClusterRoll,
 }
 ```
 
@@ -3020,7 +3020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpSchedulingTasksParametersParametersClusterRoll.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpSchedulingTasksParametersParametersClusterRoll {
 	BatchMinHealthyPercentage: *f64,
@@ -3122,7 +3122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpTaints.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpTaints {
 	Effect: *string,
@@ -3182,12 +3182,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpUpdatePolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpUpdatePolicy {
 	ShouldRoll: interface{},
 	ConditionedRoll: interface{},
-	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpUpdatePolicyRollConfig,
+	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpUpdatePolicyRollConfig,
 }
 ```
 
@@ -3244,7 +3244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpUpdatePolicyRollConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 &oceanaksnp.OceanAksNpUpdatePolicyRollConfig {
 	BatchMinHealthyPercentage: *f64,
@@ -3376,7 +3376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleDownOutputReference
 ```
@@ -3654,7 +3654,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleDown
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference
 ```
@@ -3961,7 +3961,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroomAutomatic
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomOutputReference
 ```
@@ -4252,7 +4252,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpAutoscalerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerOutputReference
 ```
@@ -4656,7 +4656,7 @@ func InternalValue() OceanAksNpAutoscaler
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpAutoscalerResourceLimitsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerResourceLimitsOutputReference
 ```
@@ -4963,7 +4963,7 @@ func InternalValue() OceanAksNpAutoscalerResourceLimits
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpFiltersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpFiltersOutputReference
 ```
@@ -5647,7 +5647,7 @@ func InternalValue() OceanAksNpFilters
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpHeadroomsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpHeadroomsList
 ```
@@ -5807,7 +5807,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpHeadroomsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpHeadroomsOutputReference
 ```
@@ -6190,7 +6190,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpHealthOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpHealthOutputReference
 ```
@@ -6468,7 +6468,7 @@ func InternalValue() OceanAksNpHealth
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpLinuxOsConfigList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpLinuxOsConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpLinuxOsConfigList
 ```
@@ -6628,7 +6628,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpLinuxOsConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpLinuxOsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpLinuxOsConfigOutputReference
 ```
@@ -6937,7 +6937,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpLinuxOsConfigSysctlsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpLinuxOsConfigSysctlsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpLinuxOsConfigSysctlsList
 ```
@@ -7097,7 +7097,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpLinuxOsConfigSysctlsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpLinuxOsConfigSysctlsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpLinuxOsConfigSysctlsOutputReference
 ```
@@ -7393,7 +7393,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpSchedulingOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpSchedulingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingOutputReference
 ```
@@ -7726,7 +7726,7 @@ func InternalValue() OceanAksNpScheduling
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpSchedulingShutdownHoursOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingShutdownHoursOutputReference
 ```
@@ -8033,7 +8033,7 @@ func InternalValue() OceanAksNpSchedulingShutdownHours
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpSchedulingTasksList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpSchedulingTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpSchedulingTasksList
 ```
@@ -8193,7 +8193,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpSchedulingTasksOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpSchedulingTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpSchedulingTasksOutputReference
 ```
@@ -8568,7 +8568,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpSchedulingTasksParametersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpSchedulingTasksParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingTasksParametersOutputReference
 ```
@@ -8859,7 +8859,7 @@ func InternalValue() OceanAksNpSchedulingTasksParameters
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpSchedulingTasksParametersParametersClusterRollOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpSchedulingTasksParametersParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingTasksParametersParametersClusterRollOutputReference
 ```
@@ -9282,7 +9282,7 @@ func InternalValue() OceanAksNpSchedulingTasksParametersParametersClusterRoll
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpTaintsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpTaintsList
 ```
@@ -9442,7 +9442,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpTaintsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpTaintsOutputReference
 ```
@@ -9775,7 +9775,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpUpdatePolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpUpdatePolicyOutputReference
 ```
@@ -10117,7 +10117,7 @@ func InternalValue() OceanAksNpUpdatePolicy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNp.OceanAksNpUpdatePolicyRollConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
 
 oceanaksnp.NewOceanAksNpUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpUpdatePolicyRollConfigOutputReference
 ```
diff --git a/docs/oceanAksNpVirtualNodeGroup.go.md b/docs/oceanAksNpVirtualNodeGroup.go.md
index 79cbec883..af9b93d7e 100644
--- a/docs/oceanAksNpVirtualNodeGroup.go.md
+++ b/docs/oceanAksNpVirtualNodeGroup.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroup.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroup(scope Construct, id *string, config OceanAksNpVirtualNodeGroupConfig) OceanAksNpVirtualNodeGroup
 ```
@@ -617,7 +617,7 @@ func ResetVnetSubnetIds()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroup.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsConstruct(x interface{}) *bool
 ```
@@ -649,7 +649,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroup.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x interface{}) *bool
 ```
@@ -663,7 +663,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x inter
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroup.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x interface{}) *bool
 ```
@@ -677,7 +677,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x inte
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroup.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1456,7 +1456,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupConfig {
 	Connection: interface{},
@@ -1471,7 +1471,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualno
 	AvailabilityZones: *[]*string,
 	EnableNodePublicIp: interface{},
 	FallbackToOndemand: interface{},
-	Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters,
+	Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters,
 	Headrooms: interface{},
 	Id: *string,
 	KubernetesVersion: *string,
@@ -1485,11 +1485,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualno
 	OsSku: *string,
 	OsType: *string,
 	PodSubnetIds: *[]*string,
-	Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupScheduling,
+	Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupScheduling,
 	SpotPercentage: *f64,
 	Tags: *map[string]*string,
 	Taints: interface{},
-	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicy,
+	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicy,
 	VnetSubnetIds: *[]*string,
 }
 ```
@@ -1923,7 +1923,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupFilters {
 	AcceleratedNetworking: *string,
@@ -2151,7 +2151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupHeadrooms.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupHeadrooms {
 	CpuPerUnit: *f64,
@@ -2225,7 +2225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupLinuxOsConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupLinuxOsConfig {
 	Sysctls: interface{},
@@ -2259,7 +2259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupLinuxOsConfigSysctls.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupLinuxOsConfigSysctls {
 	VmMaxMapCount: *f64,
@@ -2291,10 +2291,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupScheduling.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupScheduling {
-	ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours,
+	ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours,
 }
 ```
 
@@ -2325,7 +2325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours {
 	IsEnabled: interface{},
@@ -2371,7 +2371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupTaints.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupTaints {
 	Effect: *string,
@@ -2431,12 +2431,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupUpdatePolicy {
 	ShouldRoll: interface{},
 	ConditionedRoll: interface{},
-	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig,
+	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig,
 }
 ```
 
@@ -2493,7 +2493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig {
 	BatchMinHealthyPercentage: *f64,
@@ -2625,7 +2625,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFiltersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupFiltersOutputReference
 ```
@@ -3309,7 +3309,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupFilters
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupHeadroomsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupHeadroomsList
 ```
@@ -3469,7 +3469,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupHeadroomsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupHeadroomsOutputReference
 ```
@@ -3852,7 +3852,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupLinuxOsConfigList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupLinuxOsConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupLinuxOsConfigList
 ```
@@ -4012,7 +4012,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupLinuxOsConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupLinuxOsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupLinuxOsConfigOutputReference
 ```
@@ -4321,7 +4321,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupLinuxOsConfigSysctlsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupLinuxOsConfigSysctlsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupLinuxOsConfigSysctlsList
 ```
@@ -4481,7 +4481,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupLinuxOsConfigSysctlsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupLinuxOsConfigSysctlsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupLinuxOsConfigSysctlsOutputReference
 ```
@@ -4777,7 +4777,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupSchedulingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupSchedulingOutputReference
 ```
@@ -5068,7 +5068,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupScheduling
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference
 ```
@@ -5375,7 +5375,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupSchedulingShutdownHours
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupTaintsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupTaintsList
 ```
@@ -5535,7 +5535,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupTaintsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupTaintsOutputReference
 ```
@@ -5868,7 +5868,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupUpdatePolicyOutputReference
 ```
@@ -6210,7 +6210,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupUpdatePolicy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicyRollConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
 
 oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupUpdatePolicyRollConfigOutputReference
 ```
diff --git a/docs/oceanAws.go.md b/docs/oceanAws.go.md
index 3eec1dd06..2f9fe17db 100644
--- a/docs/oceanAws.go.md
+++ b/docs/oceanAws.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAws.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAws(scope Construct, id *string, config OceanAwsConfig) OceanAws
 ```
@@ -827,7 +827,7 @@ func ResetWhitelist()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanAws.OceanAws.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.OceanAws_IsConstruct(x interface{}) *bool
 ```
@@ -859,7 +859,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanAws.OceanAws.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool
 ```
@@ -873,7 +873,7 @@ oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanAws.OceanAws.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool
 ```
@@ -887,7 +887,7 @@ oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanAws.OceanAws.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.OceanAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -2062,7 +2062,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAttachLoadBalancer.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsAttachLoadBalancer {
 	Type: *string,
@@ -2122,18 +2122,18 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAutoscaler.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsAutoscaler {
 	AutoHeadroomPercentage: *f64,
 	AutoscaleCooldown: *f64,
-	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleDown,
-	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom,
+	AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscalerAutoscaleDown,
+	AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom,
 	AutoscaleIsAutoConfig: interface{},
 	AutoscaleIsEnabled: interface{},
 	EnableAutomaticAndManualHeadroom: interface{},
 	ExtendedResourceDefinitions: *[]*string,
-	ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerResourceLimits,
+	ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscalerResourceLimits,
 }
 ```
 
@@ -2272,7 +2272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAutoscalerAutoscaleDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsAutoscalerAutoscaleDown {
 	EvaluationPeriods: *f64,
@@ -2332,7 +2332,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsAutoscalerAutoscaleHeadroom {
 	CpuPerUnit: *f64,
@@ -2406,7 +2406,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAutoscalerResourceLimits.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsAutoscalerResourceLimits {
 	MaxMemoryGib: *f64,
@@ -2452,11 +2452,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsBlockDeviceMappings.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsBlockDeviceMappings {
 	DeviceName: *string,
-	Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbs,
+	Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsBlockDeviceMappingsEbs,
 }
 ```
 
@@ -2500,12 +2500,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsBlockDeviceMappingsEbs {
 	DeleteOnTermination: interface{},
-	DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops,
-	DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize,
+	DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops,
+	DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize,
 	Encrypted: interface{},
 	Iops: *f64,
 	KmsKeyId: *string,
@@ -2662,7 +2662,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicIops {
 	BaseSize: *f64,
@@ -2722,7 +2722,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize {
 	BaseSize: *f64,
@@ -2782,7 +2782,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsClusterOrientation.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsClusterOrientation {
 	AvailabilityVsCost: *string,
@@ -2814,7 +2814,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsConfig {
 	Connection: interface{},
@@ -2830,7 +2830,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
 	AssociateIpv6Address: interface{},
 	AssociatePublicIpAddress: interface{},
 	AttachLoadBalancer: interface{},
-	Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscaler,
+	Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscaler,
 	Blacklist: *[]*string,
 	BlockDeviceMappings: interface{},
 	ClusterOrientation: interface{},
@@ -2840,15 +2840,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
 	DrainingTimeout: *f64,
 	EbsOptimized: interface{},
 	FallbackToOndemand: interface{},
-	Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsFilters,
+	Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsFilters,
 	GracePeriod: *f64,
 	HealthCheckUnhealthyDurationBeforeReplacement: *f64,
 	IamInstanceProfile: *string,
 	Id: *string,
-	InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsInstanceMetadataOptions,
+	InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsInstanceMetadataOptions,
 	KeyName: *string,
 	LoadBalancers: interface{},
-	Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLogging,
+	Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsLogging,
 	MaxSize: *f64,
 	MinSize: *f64,
 	Monitoring: interface{},
@@ -2857,11 +2857,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
 	ReservedEnis: *f64,
 	ResourceTagSpecification: interface{},
 	RootVolumeSize: *f64,
-	ScheduledTask: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTask,
+	ScheduledTask: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTask,
 	SpotPercentage: *f64,
 	SpreadNodesBy: *string,
 	Tags: interface{},
-	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicy,
+	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsUpdatePolicy,
 	UseAsTemplateOnly: interface{},
 	UserData: *string,
 	UtilizeCommitments: interface{},
@@ -3547,7 +3547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsDetachLoadBalancer.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsDetachLoadBalancer {
 	Type: *string,
@@ -3607,7 +3607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsFilters.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsFilters {
 	Architectures: *[]*string,
@@ -3891,7 +3891,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsInstanceMetadataOptions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsInstanceMetadataOptions {
 	HttpTokens: *string,
@@ -3937,7 +3937,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsLoadBalancers.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsLoadBalancers {
 	Arn: *string,
@@ -3997,10 +3997,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsLogging.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsLogging {
-	Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLoggingExport,
+	Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsLoggingExport,
 }
 ```
 
@@ -4031,7 +4031,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsLoggingExport.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsLoggingExport {
 	S3: interface{},
@@ -4065,7 +4065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsLoggingExportS3.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsLoggingExportS3 {
 	Id: *string,
@@ -4100,7 +4100,7 @@ If you experience problems setting this value it might not be settable. Please t
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsResourceTagSpecification.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsResourceTagSpecification {
 	ShouldTagVolumes: interface{},
@@ -4132,10 +4132,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsScheduledTask {
-	ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskShutdownHours,
+	ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskShutdownHours,
 	Tasks: interface{},
 }
 ```
@@ -4182,7 +4182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskShutdownHours.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsScheduledTaskShutdownHours {
 	TimeWindows: *[]*string,
@@ -4228,13 +4228,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasks.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsScheduledTaskTasks {
 	CronExpression: *string,
 	IsEnabled: interface{},
 	TaskType: *string,
-	Parameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskTasksParameters,
+	Parameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskTasksParameters,
 }
 ```
 
@@ -4304,11 +4304,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasksParameters.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsScheduledTaskTasksParameters {
-	AmiAutoUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdate,
-	ParametersClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersParametersClusterRoll,
+	AmiAutoUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdate,
+	ParametersClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskTasksParametersParametersClusterRoll,
 }
 ```
 
@@ -4354,10 +4354,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdate.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdate {
-	AmiAutoUpdateClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll,
+	AmiAutoUpdateClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll,
 	ApplyRoll: interface{},
 	MinorVersion: interface{},
 	Patch: interface{},
@@ -4430,7 +4430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll {
 	BatchMinHealthyPercentage: *f64,
@@ -4504,7 +4504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersParametersClusterRoll.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsScheduledTaskTasksParametersParametersClusterRoll {
 	BatchMinHealthyPercentage: *f64,
@@ -4578,7 +4578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsTags.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsTags {
 	Key: *string,
@@ -4624,14 +4624,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsUpdatePolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsUpdatePolicy {
 	ShouldRoll: interface{},
 	AutoApplyTags: interface{},
 	ConditionedRoll: interface{},
 	ConditionedRollParams: *[]*string,
-	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicyRollConfig,
+	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsUpdatePolicyRollConfig,
 }
 ```
 
@@ -4714,7 +4714,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAws.OceanAwsUpdatePolicyRollConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 &oceanaws.OceanAwsUpdatePolicyRollConfig {
 	BatchSizePercentage: *f64,
@@ -4790,7 +4790,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAttachLoadBalancerList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsAttachLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsAttachLoadBalancerList
 ```
@@ -4950,7 +4950,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAttachLoadBalancerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsAttachLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsAttachLoadBalancerOutputReference
 ```
@@ -5297,7 +5297,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAutoscalerAutoscaleDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleDownOutputReference
 ```
@@ -5633,7 +5633,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleDown
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAutoscalerAutoscaleHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleHeadroomOutputReference
 ```
@@ -5998,7 +5998,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleHeadroom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAutoscalerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerOutputReference
 ```
@@ -6547,7 +6547,7 @@ func InternalValue() OceanAwsAutoscaler
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsAutoscalerResourceLimitsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerResourceLimitsOutputReference
 ```
@@ -6854,7 +6854,7 @@ func InternalValue() OceanAwsAutoscalerResourceLimits
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference
 ```
@@ -7169,7 +7169,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicIops
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference
 ```
@@ -7484,7 +7484,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsOutputReference
 ```
@@ -8049,7 +8049,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbs
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsBlockDeviceMappingsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsBlockDeviceMappingsList
 ```
@@ -8209,7 +8209,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsBlockDeviceMappingsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsBlockDeviceMappingsOutputReference
 ```
@@ -8547,7 +8547,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsClusterOrientationList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsClusterOrientationList
 ```
@@ -8707,7 +8707,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsClusterOrientationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsClusterOrientationOutputReference
 ```
@@ -9003,7 +9003,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsDetachLoadBalancerList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsDetachLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsDetachLoadBalancerList
 ```
@@ -9163,7 +9163,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsDetachLoadBalancerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsDetachLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsDetachLoadBalancerOutputReference
 ```
@@ -9510,7 +9510,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsFiltersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsFiltersOutputReference
 ```
@@ -10310,7 +10310,7 @@ func InternalValue() OceanAwsFilters
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsInstanceMetadataOptionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsInstanceMetadataOptionsOutputReference
 ```
@@ -10610,7 +10610,7 @@ func InternalValue() OceanAwsInstanceMetadataOptions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsLoadBalancersList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoadBalancersList
 ```
@@ -10770,7 +10770,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsLoadBalancersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoadBalancersOutputReference
 ```
@@ -11124,7 +11124,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsLoggingExportOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingExportOutputReference
 ```
@@ -11415,7 +11415,7 @@ func InternalValue() OceanAwsLoggingExport
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsLoggingExportS3List.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoggingExportS3List
 ```
@@ -11575,7 +11575,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsLoggingExportS3OutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoggingExportS3OutputReference
 ```
@@ -11864,7 +11864,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsLoggingOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingOutputReference
 ```
@@ -12155,7 +12155,7 @@ func InternalValue() OceanAwsLogging
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsResourceTagSpecificationList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsResourceTagSpecificationList
 ```
@@ -12315,7 +12315,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsResourceTagSpecificationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsResourceTagSpecificationOutputReference
 ```
@@ -12611,7 +12611,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskOutputReference
 ```
@@ -12944,7 +12944,7 @@ func InternalValue() OceanAwsScheduledTask
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskShutdownHoursOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskShutdownHoursOutputReference
 ```
@@ -13244,7 +13244,7 @@ func InternalValue() OceanAwsScheduledTaskShutdownHours
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasksList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskTasksList
 ```
@@ -13404,7 +13404,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasksOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskTasksOutputReference
 ```
@@ -13779,7 +13779,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRollOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRollOutputReference
 ```
@@ -14144,7 +14144,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpd
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsScheduledTaskTasksParametersAmiAutoUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskTasksParametersAmiAutoUpdateOutputReference
 ```
@@ -14522,7 +14522,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParametersAmiAutoUpdate
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsScheduledTaskTasksParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskTasksParametersOutputReference
 ```
@@ -14855,7 +14855,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParameters
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersParametersClusterRollOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsScheduledTaskTasksParametersParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskTasksParametersParametersClusterRollOutputReference
 ```
@@ -15220,7 +15220,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParametersParametersClusterRoll
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsTagsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsTagsList
 ```
@@ -15380,7 +15380,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsTagsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsTagsOutputReference
 ```
@@ -15691,7 +15691,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsUpdatePolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyOutputReference
 ```
@@ -16091,7 +16091,7 @@ func InternalValue() OceanAwsUpdatePolicy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAws.OceanAwsUpdatePolicyRollConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
 
 oceanaws.NewOceanAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyRollConfigOutputReference
 ```
diff --git a/docs/oceanAwsExtendedResourceDefinition.go.md b/docs/oceanAwsExtendedResourceDefinition.go.md
index 32cb85c79..735962400 100644
--- a/docs/oceanAwsExtendedResourceDefinition.go.md
+++ b/docs/oceanAwsExtendedResourceDefinition.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsExtendedResourceDefinition.OceanAwsExtendedResourceDefinition.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition"
 
 oceanawsextendedresourcedefinition.NewOceanAwsExtendedResourceDefinition(scope Construct, id *string, config OceanAwsExtendedResourceDefinitionConfig) OceanAwsExtendedResourceDefinition
 ```
@@ -385,7 +385,7 @@ func ResetId()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanAwsExtendedResourceDefinition.OceanAwsExtendedResourceDefinition.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition"
 
 oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsConstruct(x interface{}) *bool
 ```
@@ -417,7 +417,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanAwsExtendedResourceDefinition.OceanAwsExtendedResourceDefinition.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition"
 
 oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformElement(x interface{}) *bool
 ```
@@ -431,7 +431,7 @@ oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerrafor
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanAwsExtendedResourceDefinition.OceanAwsExtendedResourceDefinition.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition"
 
 oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformResource(x interface{}) *bool
 ```
@@ -445,7 +445,7 @@ oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerrafor
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanAwsExtendedResourceDefinition.OceanAwsExtendedResourceDefinition.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition"
 
 oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -740,7 +740,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsExtendedResourceDefinition.OceanAwsExtendedResourceDefinitionConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition"
 
 &oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinitionConfig {
 	Connection: interface{},
diff --git a/docs/oceanAwsLaunchSpec.go.md b/docs/oceanAwsLaunchSpec.go.md
index 6adfc2175..30ab71269 100644
--- a/docs/oceanAwsLaunchSpec.go.md
+++ b/docs/oceanAwsLaunchSpec.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpec.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpec(scope Construct, id *string, config OceanAwsLaunchSpecConfig) OceanAwsLaunchSpec
 ```
@@ -856,7 +856,7 @@ func ResetUserData()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpec.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.OceanAwsLaunchSpec_IsConstruct(x interface{}) *bool
 ```
@@ -888,7 +888,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpec.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool
 ```
@@ -902,7 +902,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpec.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool
 ```
@@ -916,7 +916,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpec.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.OceanAwsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1893,7 +1893,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleDown {
 	MaxScaleDownPercentage: *f64,
@@ -1925,7 +1925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleHeadrooms.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadrooms {
 	NumOfUnits: *f64,
@@ -1999,7 +1999,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic {
 	AutoHeadroomPercentage: *f64,
@@ -2031,11 +2031,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappings.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappings {
 	DeviceName: *string,
-	Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs,
+	Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs,
 	NoDevice: *string,
 	VirtualName: *string,
 }
@@ -2107,11 +2107,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbs {
 	DeleteOnTermination: interface{},
-	DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize,
+	DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize,
 	Encrypted: interface{},
 	Iops: *f64,
 	KmsKeyId: *string,
@@ -2253,7 +2253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize {
 	BaseSize: *f64,
@@ -2313,7 +2313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecConfig {
 	Connection: interface{},
@@ -2329,17 +2329,17 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
 	AutoscaleHeadrooms: interface{},
 	AutoscaleHeadroomsAutomatic: interface{},
 	BlockDeviceMappings: interface{},
-	CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions,
-	DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions,
+	CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions,
+	DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions,
 	ElasticIpPool: interface{},
 	EphemeralStorage: interface{},
 	IamInstanceProfile: *string,
 	Id: *string,
 	ImageId: *string,
 	Images: interface{},
-	InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions,
+	InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions,
 	InstanceTypes: *[]*string,
-	InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters,
+	InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters,
 	Labels: interface{},
 	Name: *string,
 	PreferredOdTypes: *[]*string,
@@ -2348,14 +2348,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
 	ResourceLimits: interface{},
 	RestrictScaleDown: interface{},
 	RootVolumeSize: *f64,
-	SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours,
+	SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours,
 	SchedulingTask: interface{},
 	SecurityGroups: *[]*string,
 	Strategy: interface{},
 	SubnetIds: *[]*string,
 	Tags: interface{},
 	Taints: interface{},
-	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy,
+	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy,
 	UserData: *string,
 }
 ```
@@ -2932,7 +2932,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecCreateOptions {
 	InitialNodes: *f64,
@@ -2964,7 +2964,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecDeleteOptions {
 	ForceDelete: interface{},
@@ -3010,10 +3010,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPool.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPool {
-	TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector,
+	TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector,
 }
 ```
 
@@ -3044,7 +3044,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPoolTagSelector {
 	TagKey: *string,
@@ -3090,7 +3090,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecEphemeralStorage.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecEphemeralStorage {
 	EphemeralStorageDeviceName: *string,
@@ -3122,7 +3122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecImages.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecImages {
 	ImageId: *string,
@@ -3154,7 +3154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecInstanceMetadataOptions {
 	HttpTokens: *string,
@@ -3200,7 +3200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecInstanceTypesFilters {
 	Categories: *[]*string,
@@ -3470,7 +3470,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecLabels.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecLabels {
 	Key: *string,
@@ -3516,7 +3516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecResourceLimits.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecResourceLimits {
 	MaxInstanceCount: *f64,
@@ -3562,7 +3562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingShutdownHours {
 	TimeWindows: *[]*string,
@@ -3608,7 +3608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTask {
 	CronExpression: *string,
@@ -3684,7 +3684,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroom {
 	NumOfUnits: *f64,
@@ -3758,7 +3758,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecStrategy {
 	DrainingTimeout: *f64,
@@ -3832,7 +3832,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecTags.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecTags {
 	Key: *string,
@@ -3878,7 +3878,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecTaints.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecTaints {
 	Effect: *string,
@@ -3938,11 +3938,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicy {
 	ShouldRoll: interface{},
-	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig,
+	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig,
 }
 ```
 
@@ -3986,7 +3986,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicyRollConfig {
 	BatchSizePercentage: *f64,
@@ -4034,7 +4034,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleDownList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleDownList
 ```
@@ -4194,7 +4194,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleDownOutputReference
 ```
@@ -4490,7 +4490,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList
 ```
@@ -4650,7 +4650,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference
 ```
@@ -4946,7 +4946,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleHeadroomsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsList
 ```
@@ -5106,7 +5106,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecAutoscaleHeadroomsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsOutputReference
 ```
@@ -5482,7 +5482,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference
 ```
@@ -5797,7 +5797,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference
 ```
@@ -6320,7 +6320,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbs
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsList
 ```
@@ -6480,7 +6480,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsOutputReference
 ```
@@ -6876,7 +6876,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecCreateOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecCreateOptionsOutputReference
 ```
@@ -7154,7 +7154,7 @@ func InternalValue() OceanAwsLaunchSpecCreateOptions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecDeleteOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecDeleteOptionsOutputReference
 ```
@@ -7454,7 +7454,7 @@ func InternalValue() OceanAwsLaunchSpecDeleteOptions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecElasticIpPoolList
 ```
@@ -7614,7 +7614,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecElasticIpPoolOutputReference
 ```
@@ -7923,7 +7923,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference
 ```
@@ -8223,7 +8223,7 @@ func InternalValue() OceanAwsLaunchSpecElasticIpPoolTagSelector
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecEphemeralStorageList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecEphemeralStorageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecEphemeralStorageList
 ```
@@ -8383,7 +8383,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecEphemeralStorageOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecEphemeralStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecEphemeralStorageOutputReference
 ```
@@ -8679,7 +8679,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecImagesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecImagesList
 ```
@@ -8839,7 +8839,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecImagesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecImagesOutputReference
 ```
@@ -9135,7 +9135,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference
 ```
@@ -9435,7 +9435,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceMetadataOptions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFiltersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceTypesFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceTypesFiltersOutputReference
 ```
@@ -10206,7 +10206,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceTypesFilters
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecLabelsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecLabelsList
 ```
@@ -10366,7 +10366,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecLabelsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecLabelsOutputReference
 ```
@@ -10677,7 +10677,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecResourceLimitsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecResourceLimitsList
 ```
@@ -10837,7 +10837,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecResourceLimitsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecResourceLimitsOutputReference
 ```
@@ -11162,7 +11162,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference
 ```
@@ -11462,7 +11462,7 @@ func InternalValue() OceanAwsLaunchSpecSchedulingShutdownHours
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskList
 ```
@@ -11622,7 +11622,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskOutputReference
 ```
@@ -11997,7 +11997,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList
 ```
@@ -12157,7 +12157,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference
 ```
@@ -12533,7 +12533,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecStrategyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecStrategyList
 ```
@@ -12693,7 +12693,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecStrategyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecStrategyOutputReference
 ```
@@ -13076,7 +13076,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecTagsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTagsList
 ```
@@ -13236,7 +13236,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecTagsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTagsOutputReference
 ```
@@ -13547,7 +13547,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecTaintsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTaintsList
 ```
@@ -13707,7 +13707,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecTaintsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTaintsOutputReference
 ```
@@ -14040,7 +14040,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyOutputReference
 ```
@@ -14353,7 +14353,7 @@ func InternalValue() OceanAwsLaunchSpecUpdatePolicy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
 
 oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference
 ```
diff --git a/docs/oceanEcs.go.md b/docs/oceanEcs.go.md
index 4133f9535..1dc1b5b85 100644
--- a/docs/oceanEcs.go.md
+++ b/docs/oceanEcs.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcs(scope Construct, id *string, config OceanEcsConfig) OceanEcs
 ```
@@ -697,7 +697,7 @@ func ResetWhitelist()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanEcs.OceanEcs.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.OceanEcs_IsConstruct(x interface{}) *bool
 ```
@@ -729,7 +729,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanEcs.OceanEcs.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool
 ```
@@ -743,7 +743,7 @@ oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanEcs.OceanEcs.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool
 ```
@@ -757,7 +757,7 @@ oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanEcs.OceanEcs.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.OceanEcs_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1712,17 +1712,17 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsAutoscaler.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsAutoscaler {
 	AutoHeadroomPercentage: *f64,
 	Cooldown: *f64,
-	Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerDown,
+	Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscalerDown,
 	EnableAutomaticAndManualHeadroom: interface{},
-	Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerHeadroom,
+	Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscalerHeadroom,
 	IsAutoConfig: interface{},
 	IsEnabled: interface{},
-	ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerResourceLimits,
+	ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscalerResourceLimits,
 	ShouldScaleDownNonServiceTasks: interface{},
 }
 ```
@@ -1862,7 +1862,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsAutoscalerDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsAutoscalerDown {
 	MaxScaleDownPercentage: *f64,
@@ -1894,7 +1894,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsAutoscalerHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsAutoscalerHeadroom {
 	CpuPerUnit: *f64,
@@ -1954,7 +1954,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsAutoscalerResourceLimits.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsAutoscalerResourceLimits {
 	MaxMemoryGib: *f64,
@@ -2000,11 +2000,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsBlockDeviceMappings.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsBlockDeviceMappings {
 	DeviceName: *string,
-	Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbs,
+	Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsBlockDeviceMappingsEbs,
 	NoDevice: *string,
 	VirtualName: *string,
 }
@@ -2076,11 +2076,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsBlockDeviceMappingsEbs {
 	DeleteOnTermination: interface{},
-	DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize,
+	DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize,
 	Encrypted: interface{},
 	Iops: *f64,
 	KmsKeyId: *string,
@@ -2222,7 +2222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize {
 	BaseSize: *f64,
@@ -2282,7 +2282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsClusterOrientation.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsClusterOrientation {
 	AvailabilityVsCost: *string,
@@ -2314,7 +2314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsConfig {
 	Connection: interface{},
@@ -2331,27 +2331,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
 	SecurityGroupIds: *[]*string,
 	SubnetIds: *[]*string,
 	AssociatePublicIpAddress: interface{},
-	Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscaler,
+	Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscaler,
 	Blacklist: *[]*string,
 	BlockDeviceMappings: interface{},
 	ClusterOrientation: interface{},
 	DesiredCapacity: *f64,
 	DrainingTimeout: *f64,
 	EbsOptimized: interface{},
-	Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsFilters,
+	Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsFilters,
 	IamInstanceProfile: *string,
 	Id: *string,
-	InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsInstanceMetadataOptions,
+	InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsInstanceMetadataOptions,
 	KeyPair: *string,
-	Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLogging,
+	Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsLogging,
 	MaxSize: *f64,
 	MinSize: *f64,
 	Monitoring: interface{},
-	OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsOptimizeImages,
+	OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsOptimizeImages,
 	ScheduledTask: interface{},
 	SpotPercentage: *f64,
 	Tags: interface{},
-	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicy,
+	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsUpdatePolicy,
 	UseAsTemplateOnly: interface{},
 	UserData: *string,
 	UtilizeCommitments: interface{},
@@ -2901,7 +2901,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsFilters.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsFilters {
 	Architectures: *[]*string,
@@ -3185,7 +3185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsInstanceMetadataOptions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsInstanceMetadataOptions {
 	HttpTokens: *string,
@@ -3231,10 +3231,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsLogging.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsLogging {
-	Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLoggingExport,
+	Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsLoggingExport,
 }
 ```
 
@@ -3265,7 +3265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsLoggingExport.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsLoggingExport {
 	S3: interface{},
@@ -3299,7 +3299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsLoggingExportS3.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsLoggingExportS3 {
 	Id: *string,
@@ -3334,7 +3334,7 @@ If you experience problems setting this value it might not be settable. Please t
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsOptimizeImages.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsOptimizeImages {
 	PerformAt: *string,
@@ -3394,10 +3394,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsScheduledTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsScheduledTask {
-	ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsScheduledTaskShutdownHours,
+	ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsScheduledTaskShutdownHours,
 	Tasks: interface{},
 }
 ```
@@ -3444,7 +3444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsScheduledTaskShutdownHours.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsScheduledTaskShutdownHours {
 	TimeWindows: *[]*string,
@@ -3490,7 +3490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsScheduledTaskTasks.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsScheduledTaskTasks {
 	CronExpression: *string,
@@ -3550,7 +3550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsTags.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsTags {
 	Key: *string,
@@ -3596,13 +3596,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsUpdatePolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsUpdatePolicy {
 	ShouldRoll: interface{},
 	AutoApplyTags: interface{},
 	ConditionedRoll: interface{},
-	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicyRollConfig,
+	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsUpdatePolicyRollConfig,
 }
 ```
 
@@ -3672,7 +3672,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsUpdatePolicyRollConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 &oceanecs.OceanEcsUpdatePolicyRollConfig {
 	BatchSizePercentage: *f64,
@@ -3720,7 +3720,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsAutoscalerDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerDownOutputReference
 ```
@@ -3998,7 +3998,7 @@ func InternalValue() OceanEcsAutoscalerDown
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsAutoscalerHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerHeadroomOutputReference
 ```
@@ -4334,7 +4334,7 @@ func InternalValue() OceanEcsAutoscalerHeadroom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsAutoscalerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerOutputReference
 ```
@@ -4883,7 +4883,7 @@ func InternalValue() OceanEcsAutoscaler
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsAutoscalerResourceLimitsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerResourceLimitsOutputReference
 ```
@@ -5190,7 +5190,7 @@ func InternalValue() OceanEcsAutoscalerResourceLimits
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference
 ```
@@ -5505,7 +5505,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsOutputReference
 ```
@@ -6028,7 +6028,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbs
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsBlockDeviceMappingsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsBlockDeviceMappingsList
 ```
@@ -6188,7 +6188,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsBlockDeviceMappingsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsBlockDeviceMappingsOutputReference
 ```
@@ -6577,7 +6577,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsClusterOrientationList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsClusterOrientationList
 ```
@@ -6737,7 +6737,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsClusterOrientationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsClusterOrientationOutputReference
 ```
@@ -7033,7 +7033,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsFiltersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsFiltersOutputReference
 ```
@@ -7833,7 +7833,7 @@ func InternalValue() OceanEcsFilters
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsInstanceMetadataOptionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsInstanceMetadataOptionsOutputReference
 ```
@@ -8133,7 +8133,7 @@ func InternalValue() OceanEcsInstanceMetadataOptions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsLoggingExportOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingExportOutputReference
 ```
@@ -8424,7 +8424,7 @@ func InternalValue() OceanEcsLoggingExport
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsLoggingExportS3List.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLoggingExportS3List
 ```
@@ -8584,7 +8584,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsLoggingExportS3OutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLoggingExportS3OutputReference
 ```
@@ -8873,7 +8873,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsLoggingOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingOutputReference
 ```
@@ -9164,7 +9164,7 @@ func InternalValue() OceanEcsLogging
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsOptimizeImagesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsOptimizeImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsOptimizeImagesOutputReference
 ```
@@ -9486,7 +9486,7 @@ func InternalValue() OceanEcsOptimizeImages
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsScheduledTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskList
 ```
@@ -9646,7 +9646,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsScheduledTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskOutputReference
 ```
@@ -9997,7 +9997,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsScheduledTaskShutdownHoursOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsScheduledTaskShutdownHoursOutputReference
 ```
@@ -10297,7 +10297,7 @@ func InternalValue() OceanEcsScheduledTaskShutdownHours
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsScheduledTaskTasksList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskTasksList
 ```
@@ -10457,7 +10457,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsScheduledTaskTasksOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskTasksOutputReference
 ```
@@ -10790,7 +10790,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsTagsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsTagsList
 ```
@@ -10950,7 +10950,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsTagsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsTagsOutputReference
 ```
@@ -11261,7 +11261,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsUpdatePolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyOutputReference
 ```
@@ -11632,7 +11632,7 @@ func InternalValue() OceanEcsUpdatePolicy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcs.OceanEcsUpdatePolicyRollConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
 
 oceanecs.NewOceanEcsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyRollConfigOutputReference
 ```
diff --git a/docs/oceanEcsLaunchSpec.go.md b/docs/oceanEcsLaunchSpec.go.md
index 102cc3d91..acf79bd30 100644
--- a/docs/oceanEcsLaunchSpec.go.md
+++ b/docs/oceanEcsLaunchSpec.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpec.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpec(scope Construct, id *string, config OceanEcsLaunchSpecConfig) OceanEcsLaunchSpec
 ```
@@ -601,7 +601,7 @@ func ResetUserData()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpec.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.OceanEcsLaunchSpec_IsConstruct(x interface{}) *bool
 ```
@@ -633,7 +633,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpec.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool
 ```
@@ -647,7 +647,7 @@ oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpec.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformResource(x interface{}) *bool
 ```
@@ -661,7 +661,7 @@ oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpec.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.OceanEcsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1308,7 +1308,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecAttributes.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecAttributes {
 	Key: *string,
@@ -1354,7 +1354,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecAutoscaleHeadrooms.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecAutoscaleHeadrooms {
 	NumOfUnits: *f64,
@@ -1414,11 +1414,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappings.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappings {
 	DeviceName: *string,
-	Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs,
+	Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs,
 	NoDevice: *string,
 	VirtualName: *string,
 }
@@ -1490,11 +1490,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbs {
 	DeleteOnTermination: interface{},
-	DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize,
+	DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize,
 	Encrypted: interface{},
 	Iops: *f64,
 	KmsKeyId: *string,
@@ -1636,7 +1636,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize {
 	BaseSize: *f64,
@@ -1696,7 +1696,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecConfig {
 	Connection: interface{},
@@ -1715,7 +1715,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
 	Id: *string,
 	ImageId: *string,
 	Images: interface{},
-	InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions,
+	InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions,
 	InstanceTypes: *[]*string,
 	PreferredSpotTypes: *[]*string,
 	RestrictScaleDown: interface{},
@@ -2083,7 +2083,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecImages.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecImages {
 	ImageId: *string,
@@ -2115,7 +2115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecInstanceMetadataOptions {
 	HttpTokens: *string,
@@ -2161,7 +2161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTask {
 	CronExpression: *string,
@@ -2237,7 +2237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroom {
 	NumOfUnits: *f64,
@@ -2297,7 +2297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecStrategy {
 	SpotPercentage: *f64,
@@ -2329,7 +2329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecTags.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 &oceanecslaunchspec.OceanEcsLaunchSpecTags {
 	Key: *string,
@@ -2377,7 +2377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecAttributesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAttributesList
 ```
@@ -2537,7 +2537,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecAttributesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAttributesOutputReference
 ```
@@ -2848,7 +2848,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecAutoscaleHeadroomsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsList
 ```
@@ -3008,7 +3008,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecAutoscaleHeadroomsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsOutputReference
 ```
@@ -3355,7 +3355,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference
 ```
@@ -3670,7 +3670,7 @@ func InternalValue() OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference
 ```
@@ -4193,7 +4193,7 @@ func InternalValue() OceanEcsLaunchSpecBlockDeviceMappingsEbs
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsList
 ```
@@ -4353,7 +4353,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsOutputReference
 ```
@@ -4742,7 +4742,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecImagesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecImagesList
 ```
@@ -4902,7 +4902,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecImagesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecImagesOutputReference
 ```
@@ -5198,7 +5198,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecInstanceMetadataOptionsOutputReference
 ```
@@ -5498,7 +5498,7 @@ func InternalValue() OceanEcsLaunchSpecInstanceMetadataOptions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskList
 ```
@@ -5658,7 +5658,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskOutputReference
 ```
@@ -6033,7 +6033,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroomList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomList
 ```
@@ -6193,7 +6193,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference
 ```
@@ -6540,7 +6540,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecStrategyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecStrategyList
 ```
@@ -6700,7 +6700,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecStrategyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecStrategyOutputReference
 ```
@@ -6996,7 +6996,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecTagsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecTagsList
 ```
@@ -7156,7 +7156,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecTagsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
 
 oceanecslaunchspec.NewOceanEcsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecTagsOutputReference
 ```
diff --git a/docs/oceanGkeImport.go.md b/docs/oceanGkeImport.go.md
index c41e005a9..4a521556f 100644
--- a/docs/oceanGkeImport.go.md
+++ b/docs/oceanGkeImport.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImport.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImport(scope Construct, id *string, config OceanGkeImportConfig) OceanGkeImport
 ```
@@ -581,7 +581,7 @@ func ResetWhitelist()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImport.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.OceanGkeImport_IsConstruct(x interface{}) *bool
 ```
@@ -613,7 +613,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImport.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool
 ```
@@ -627,7 +627,7 @@ oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImport.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool
 ```
@@ -641,7 +641,7 @@ oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImport.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.OceanGkeImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1277,17 +1277,17 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportAutoscaler.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportAutoscaler {
 	AutoHeadroomPercentage: *f64,
 	Cooldown: *f64,
-	Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerDown,
+	Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscalerDown,
 	EnableAutomaticAndManualHeadroom: interface{},
-	Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerHeadroom,
+	Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscalerHeadroom,
 	IsAutoConfig: interface{},
 	IsEnabled: interface{},
-	ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits,
+	ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits,
 }
 ```
 
@@ -1413,7 +1413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportAutoscalerDown.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportAutoscalerDown {
 	EvaluationPeriods: *f64,
@@ -1473,7 +1473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportAutoscalerHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportAutoscalerHeadroom {
 	CpuPerUnit: *f64,
@@ -1547,7 +1547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportAutoscalerResourceLimits {
 	MaxMemoryGib: *f64,
@@ -1593,7 +1593,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportBackendServices.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportBackendServices {
 	ServiceName: *string,
@@ -1669,7 +1669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportBackendServicesNamedPorts.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportBackendServicesNamedPorts {
 	Name: *string,
@@ -1715,7 +1715,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportConfig {
 	Connection: interface{},
@@ -1727,20 +1727,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
 	Provisioners: *[]interface{},
 	ClusterName: *string,
 	Location: *string,
-	Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscaler,
+	Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscaler,
 	BackendServices: interface{},
 	Blacklist: *[]*string,
 	ControllerClusterId: *string,
 	DesiredCapacity: *f64,
-	Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportFilters,
+	Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportFilters,
 	Id: *string,
 	MaxSize: *f64,
 	MinSize: *f64,
 	RootVolumeType: *string,
 	ScheduledTask: interface{},
-	ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportShieldedInstanceConfig,
+	ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportShieldedInstanceConfig,
 	Strategy: interface{},
-	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicy,
+	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportUpdatePolicy,
 	UseAsTemplateOnly: interface{},
 	Whitelist: *[]*string,
 }
@@ -2086,7 +2086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportFilters.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportFilters {
 	ExcludeFamilies: *[]*string,
@@ -2188,10 +2188,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportScheduledTask {
-	ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours,
+	ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours,
 	Tasks: interface{},
 }
 ```
@@ -2238,7 +2238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportScheduledTaskShutdownHours {
 	TimeWindows: *[]*string,
@@ -2284,13 +2284,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasks.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportScheduledTaskTasks {
 	CronExpression: *string,
 	IsEnabled: interface{},
 	TaskType: *string,
-	TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters,
+	TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters,
 }
 ```
 
@@ -2360,10 +2360,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParameters {
-	ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll,
+	ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll,
 }
 ```
 
@@ -2394,7 +2394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll {
 	BatchMinHealthyPercentage: *f64,
@@ -2468,7 +2468,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportShieldedInstanceConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportShieldedInstanceConfig {
 	EnableIntegrityMonitoring: interface{},
@@ -2514,7 +2514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportStrategy {
 	DrainingTimeout: *f64,
@@ -2588,12 +2588,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportUpdatePolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportUpdatePolicy {
 	ShouldRoll: interface{},
 	ConditionedRoll: interface{},
-	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig,
+	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig,
 }
 ```
 
@@ -2650,7 +2650,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 &oceangkeimport.OceanGkeImportUpdatePolicyRollConfig {
 	BatchSizePercentage: *f64,
@@ -2726,7 +2726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportAutoscalerDownOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerDownOutputReference
 ```
@@ -3062,7 +3062,7 @@ func InternalValue() OceanGkeImportAutoscalerDown
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportAutoscalerHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerHeadroomOutputReference
 ```
@@ -3427,7 +3427,7 @@ func InternalValue() OceanGkeImportAutoscalerHeadroom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportAutoscalerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerOutputReference
 ```
@@ -3947,7 +3947,7 @@ func InternalValue() OceanGkeImportAutoscaler
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportAutoscalerResourceLimitsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerResourceLimitsOutputReference
 ```
@@ -4254,7 +4254,7 @@ func InternalValue() OceanGkeImportAutoscalerResourceLimits
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportBackendServicesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesList
 ```
@@ -4414,7 +4414,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportBackendServicesNamedPortsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesNamedPortsList
 ```
@@ -4574,7 +4574,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportBackendServicesNamedPortsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesNamedPortsOutputReference
 ```
@@ -4885,7 +4885,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportBackendServicesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesOutputReference
 ```
@@ -5274,7 +5274,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportFiltersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportFiltersOutputReference
 ```
@@ -5697,7 +5697,7 @@ func InternalValue() OceanGkeImportFilters
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskList
 ```
@@ -5857,7 +5857,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskOutputReference
 ```
@@ -6208,7 +6208,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHoursOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskShutdownHoursOutputReference
 ```
@@ -6508,7 +6508,7 @@ func InternalValue() OceanGkeImportScheduledTaskShutdownHours
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskTasksList
 ```
@@ -6668,7 +6668,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskTasksOutputReference
 ```
@@ -7043,7 +7043,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference
 ```
@@ -7408,7 +7408,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersOutputReference
 ```
@@ -7699,7 +7699,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParameters
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportShieldedInstanceConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportShieldedInstanceConfigOutputReference
 ```
@@ -8006,7 +8006,7 @@ func InternalValue() OceanGkeImportShieldedInstanceConfig
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportStrategyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportStrategyList
 ```
@@ -8166,7 +8166,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportStrategyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportStrategyOutputReference
 ```
@@ -8549,7 +8549,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportUpdatePolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyOutputReference
 ```
@@ -8891,7 +8891,7 @@ func InternalValue() OceanGkeImportUpdatePolicy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
 
 oceangkeimport.NewOceanGkeImportUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyRollConfigOutputReference
 ```
diff --git a/docs/oceanGkeLaunchSpec.go.md b/docs/oceanGkeLaunchSpec.go.md
index a10726d18..0cac7de76 100644
--- a/docs/oceanGkeLaunchSpec.go.md
+++ b/docs/oceanGkeLaunchSpec.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpec.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpec(scope Construct, id *string, config OceanGkeLaunchSpecConfig) OceanGkeLaunchSpec
 ```
@@ -708,7 +708,7 @@ func ResetUpdatePolicy()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpec.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.OceanGkeLaunchSpec_IsConstruct(x interface{}) *bool
 ```
@@ -740,7 +740,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpec.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool
 ```
@@ -754,7 +754,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpec.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool
 ```
@@ -768,7 +768,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpec.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.OceanGkeLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1525,7 +1525,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecAutoscaleHeadrooms.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadrooms {
 	NumOfUnits: *f64,
@@ -1599,7 +1599,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic {
 	AutoHeadroomPercentage: *f64,
@@ -1631,7 +1631,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecConfig {
 	Connection: interface{},
@@ -1644,7 +1644,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
 	OceanId: *string,
 	AutoscaleHeadrooms: interface{},
 	AutoscaleHeadroomsAutomatic: interface{},
-	CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecCreateOptions,
+	CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecCreateOptions,
 	Id: *string,
 	InstanceTypes: *[]*string,
 	Labels: interface{},
@@ -1652,19 +1652,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
 	Name: *string,
 	NetworkInterfaces: interface{},
 	NodePoolName: *string,
-	ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits,
+	ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits,
 	RestrictScaleDown: interface{},
 	RootVolumeSize: *f64,
 	RootVolumeType: *string,
 	SchedulingTask: interface{},
 	ServiceAccount: *string,
-	ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig,
+	ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig,
 	SourceImage: *string,
-	Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage,
+	Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage,
 	Strategy: interface{},
 	Tags: *[]*string,
 	Taints: interface{},
-	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy,
+	UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy,
 }
 ```
 
@@ -2098,7 +2098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecCreateOptions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecCreateOptions {
 	InitialNodes: *f64,
@@ -2130,7 +2130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecLabels.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecLabels {
 	Key: *string,
@@ -2176,7 +2176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecMetadata.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecMetadata {
 	Key: *string,
@@ -2222,7 +2222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfaces.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfaces {
 	Network: *string,
@@ -2300,7 +2300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs {
 	Name: *string,
@@ -2346,7 +2346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges {
 	IpCidrRange: *string,
@@ -2392,7 +2392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecResourceLimits {
 	MaxInstanceCount: *f64,
@@ -2438,7 +2438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecSchedulingTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTask {
 	CronExpression: *string,
@@ -2514,7 +2514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroom {
 	NumOfUnits: *f64,
@@ -2588,7 +2588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecShieldedInstanceConfig {
 	EnableIntegrityMonitoring: interface{},
@@ -2634,7 +2634,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecStorage {
 	LocalSsdCount: *f64,
@@ -2666,7 +2666,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecStrategy {
 	PreemptiblePercentage: *f64,
@@ -2698,7 +2698,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecTaints.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecTaints {
 	Effect: *string,
@@ -2758,11 +2758,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicy {
 	ShouldRoll: interface{},
-	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig,
+	RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig,
 }
 ```
 
@@ -2806,7 +2806,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicyRollConfig {
 	BatchSizePercentage: *f64,
@@ -2840,7 +2840,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList
 ```
@@ -3000,7 +3000,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference
 ```
@@ -3296,7 +3296,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecAutoscaleHeadroomsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsList
 ```
@@ -3456,7 +3456,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecAutoscaleHeadroomsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsOutputReference
 ```
@@ -3832,7 +3832,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecCreateOptionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecCreateOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecCreateOptionsOutputReference
 ```
@@ -4110,7 +4110,7 @@ func InternalValue() OceanGkeLaunchSpecCreateOptions
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecLabelsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecLabelsList
 ```
@@ -4270,7 +4270,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecLabelsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecLabelsOutputReference
 ```
@@ -4595,7 +4595,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecMetadataList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecMetadataList
 ```
@@ -4755,7 +4755,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecMetadataOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecMetadataOutputReference
 ```
@@ -5080,7 +5080,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList
 ```
@@ -5240,7 +5240,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference
 ```
@@ -5565,7 +5565,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList
 ```
@@ -5725,7 +5725,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference
 ```
@@ -6036,7 +6036,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesList
 ```
@@ -6196,7 +6196,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecNetworkInterfacesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesOutputReference
 ```
@@ -6598,7 +6598,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimitsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecResourceLimitsOutputReference
 ```
@@ -6905,7 +6905,7 @@ func InternalValue() OceanGkeLaunchSpecResourceLimits
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecSchedulingTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskList
 ```
@@ -7065,7 +7065,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecSchedulingTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskOutputReference
 ```
@@ -7440,7 +7440,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList
 ```
@@ -7600,7 +7600,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference
 ```
@@ -7976,7 +7976,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecShieldedInstanceConfigOutputReference
 ```
@@ -8283,7 +8283,7 @@ func InternalValue() OceanGkeLaunchSpecShieldedInstanceConfig
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorageOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecStorageOutputReference
 ```
@@ -8561,7 +8561,7 @@ func InternalValue() OceanGkeLaunchSpecStorage
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStrategyList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecStrategyList
 ```
@@ -8721,7 +8721,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStrategyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecStrategyOutputReference
 ```
@@ -9017,7 +9017,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecTaintsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecTaintsList
 ```
@@ -9177,7 +9177,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecTaintsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecTaintsOutputReference
 ```
@@ -9531,7 +9531,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyOutputReference
 ```
@@ -9844,7 +9844,7 @@ func InternalValue() OceanGkeLaunchSpecUpdatePolicy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
 
 oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference
 ```
diff --git a/docs/oceanGkeLaunchSpecImport.go.md b/docs/oceanGkeLaunchSpecImport.go.md
index 4141b7b0e..13d18743a 100644
--- a/docs/oceanGkeLaunchSpecImport.go.md
+++ b/docs/oceanGkeLaunchSpecImport.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanGkeLaunchSpecImport.OceanGkeLaunchSpecImport.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport"
 
 oceangkelaunchspecimport.NewOceanGkeLaunchSpecImport(scope Construct, id *string, config OceanGkeLaunchSpecImportConfig) OceanGkeLaunchSpecImport
 ```
@@ -385,7 +385,7 @@ func ResetId()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanGkeLaunchSpecImport.OceanGkeLaunchSpecImport.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport"
 
 oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsConstruct(x interface{}) *bool
 ```
@@ -417,7 +417,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanGkeLaunchSpecImport.OceanGkeLaunchSpecImport.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport"
 
 oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface{}) *bool
 ```
@@ -431,7 +431,7 @@ oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanGkeLaunchSpecImport.OceanGkeLaunchSpecImport.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport"
 
 oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformResource(x interface{}) *bool
 ```
@@ -445,7 +445,7 @@ oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformResource(x interfac
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanGkeLaunchSpecImport.OceanGkeLaunchSpecImport.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport"
 
 oceangkelaunchspecimport.OceanGkeLaunchSpecImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -740,7 +740,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanGkeLaunchSpecImport.OceanGkeLaunchSpecImportConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport"
 
 &oceangkelaunchspecimport.OceanGkeLaunchSpecImportConfig {
 	Connection: interface{},
diff --git a/docs/oceanRightSizingRule.go.md b/docs/oceanRightSizingRule.go.md
index 0e1808923..8777d3605 100644
--- a/docs/oceanRightSizingRule.go.md
+++ b/docs/oceanRightSizingRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRule.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRule(scope Construct, id *string, config OceanRightSizingRuleConfig) OceanRightSizingRule
 ```
@@ -539,7 +539,7 @@ func ResetRestartReplicas()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRule.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.OceanRightSizingRule_IsConstruct(x interface{}) *bool
 ```
@@ -571,7 +571,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRule.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.OceanRightSizingRule_IsTerraformElement(x interface{}) *bool
 ```
@@ -585,7 +585,7 @@ oceanrightsizingrule.OceanRightSizingRule_IsTerraformElement(x interface{}) *boo
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRule.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.OceanRightSizingRule_IsTerraformResource(x interface{}) *bool
 ```
@@ -599,7 +599,7 @@ oceanrightsizingrule.OceanRightSizingRule_IsTerraformResource(x interface{}) *bo
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRule.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.OceanRightSizingRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -1092,7 +1092,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloads.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleAttachWorkloads {
 	Namespaces: interface{},
@@ -1126,7 +1126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespaces.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleAttachWorkloadsNamespaces {
 	NamespaceName: *string,
@@ -1190,7 +1190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespacesLabels.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleAttachWorkloadsNamespacesLabels {
 	Key: *string,
@@ -1236,7 +1236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads {
 	WorkloadType: *string,
@@ -1296,7 +1296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleConfig {
 	Connection: interface{},
@@ -1583,7 +1583,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloads.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleDetachWorkloads {
 	Namespaces: interface{},
@@ -1617,7 +1617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespaces.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleDetachWorkloadsNamespaces {
 	NamespaceName: *string,
@@ -1681,7 +1681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespacesLabels.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleDetachWorkloadsNamespacesLabels {
 	Key: *string,
@@ -1727,7 +1727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads {
 	WorkloadType: *string,
@@ -1787,7 +1787,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationBoundaries.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationBoundaries {
 	CpuMax: *f64,
@@ -1861,7 +1861,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationHpa.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationHpa {
 	AllowHpaRecommendations: interface{},
@@ -1893,7 +1893,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervals.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationIntervals {
 	RepetitionBasis: *string,
@@ -1957,7 +1957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis {
 	IntervalMonths: *[]*f64,
@@ -2019,7 +2019,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasis.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasis {
 	IntervalDays: *[]*string,
@@ -2079,7 +2079,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasis.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasis {
 	IntervalDays: *[]*string,
@@ -2139,7 +2139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationMinThreshold.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationMinThreshold {
 	CpuPercentage: *f64,
@@ -2185,7 +2185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationOverheadValues.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 &oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationOverheadValues {
 	CpuPercentage: *f64,
@@ -2233,7 +2233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleAttachWorkloadsList
 ```
@@ -2393,7 +2393,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespacesLabelsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesLabelsList
 ```
@@ -2553,7 +2553,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespacesLabelsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesLabelsOutputReference
 ```
@@ -2864,7 +2864,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespacesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesList
 ```
@@ -3024,7 +3024,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespacesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesOutputReference
 ```
@@ -3397,7 +3397,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsList
 ```
@@ -3557,7 +3557,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsOutputReference
 ```
@@ -3904,7 +3904,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleAttachWorkloadsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleAttachWorkloadsOutputReference
 ```
@@ -4206,7 +4206,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleDetachWorkloadsList
 ```
@@ -4366,7 +4366,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespacesLabelsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesLabelsList
 ```
@@ -4526,7 +4526,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespacesLabelsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesLabelsOutputReference
 ```
@@ -4837,7 +4837,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespacesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesList
 ```
@@ -4997,7 +4997,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespacesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesOutputReference
 ```
@@ -5370,7 +5370,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsList
 ```
@@ -5530,7 +5530,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsOutputReference
 ```
@@ -5877,7 +5877,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleDetachWorkloadsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleDetachWorkloadsOutputReference
 ```
@@ -6179,7 +6179,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationBoundariesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationBoundariesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationBoundariesList
 ```
@@ -6339,7 +6339,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationBoundariesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationBoundariesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationBoundariesOutputReference
 ```
@@ -6722,7 +6722,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationHpaList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationHpaList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationHpaList
 ```
@@ -6882,7 +6882,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationHpaOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationHpaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationHpaOutputReference
 ```
@@ -7178,7 +7178,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsList
 ```
@@ -7338,7 +7338,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisList
 ```
@@ -7498,7 +7498,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisOutputReference
 ```
@@ -7851,7 +7851,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasisList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasisList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasisList
 ```
@@ -8011,7 +8011,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasisOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasisOutputReference
 ```
@@ -8344,7 +8344,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsOutputReference
 ```
@@ -8717,7 +8717,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasisList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasisList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasisList
 ```
@@ -8877,7 +8877,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasisOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasisOutputReference
 ```
@@ -9210,7 +9210,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationMinThresholdList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationMinThresholdList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationMinThresholdList
 ```
@@ -9370,7 +9370,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationMinThresholdOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationMinThresholdOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationMinThresholdOutputReference
 ```
@@ -9695,7 +9695,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationOverheadValuesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationOverheadValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationOverheadValuesList
 ```
@@ -9855,7 +9855,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanRightSizingRule.OceanRightSizingRuleRecommendationApplicationOverheadValuesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
 
 oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationOverheadValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationOverheadValuesOutputReference
 ```
diff --git a/docs/oceanSpark.go.md b/docs/oceanSpark.go.md
index 213013d19..f479afef4 100644
--- a/docs/oceanSpark.go.md
+++ b/docs/oceanSpark.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSpark.OceanSpark.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.NewOceanSpark(scope Construct, id *string, config OceanSparkConfig) OceanSpark
 ```
@@ -485,7 +485,7 @@ func ResetWebhook()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanSpark.OceanSpark.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.OceanSpark_IsConstruct(x interface{}) *bool
 ```
@@ -517,7 +517,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanSpark.OceanSpark.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool
 ```
@@ -531,7 +531,7 @@ oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanSpark.OceanSpark.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.OceanSpark_IsTerraformResource(x interface{}) *bool
 ```
@@ -545,7 +545,7 @@ oceanspark.OceanSpark_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanSpark.OceanSpark.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.OceanSpark_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -928,7 +928,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkCompute.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 &oceanspark.OceanSparkCompute {
 	CreateVngs: interface{},
@@ -974,7 +974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 &oceanspark.OceanSparkConfig {
 	Connection: interface{},
@@ -985,12 +985,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
 	Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
 	Provisioners: *[]interface{},
 	OceanClusterId: *string,
-	Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkCompute,
+	Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkCompute,
 	Id: *string,
-	Ingress: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngress,
-	LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkLogCollection,
-	Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkSpark,
-	Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkWebhook,
+	Ingress: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkIngress,
+	LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkLogCollection,
+	Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkSpark,
+	Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkWebhook,
 }
 ```
 
@@ -1187,13 +1187,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkIngress.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 &oceanspark.OceanSparkIngress {
-	Controller: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressController,
-	CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressCustomEndpoint,
-	LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressLoadBalancer,
-	PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressPrivateLink,
+	Controller: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkIngressController,
+	CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkIngressCustomEndpoint,
+	LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkIngressLoadBalancer,
+	PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkIngressPrivateLink,
 	ServiceAnnotations: *map[string]*string,
 }
 ```
@@ -1283,7 +1283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkIngressController.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 &oceanspark.OceanSparkIngressController {
 	Managed: interface{},
@@ -1315,7 +1315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkIngressCustomEndpoint.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 &oceanspark.OceanSparkIngressCustomEndpoint {
 	Address: *string,
@@ -1361,7 +1361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkIngressLoadBalancer.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 &oceanspark.OceanSparkIngressLoadBalancer {
 	Managed: interface{},
@@ -1421,7 +1421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkIngressPrivateLink.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 &oceanspark.OceanSparkIngressPrivateLink {
 	Enabled: interface{},
@@ -1467,7 +1467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkLogCollection.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 &oceanspark.OceanSparkLogCollection {
 	CollectAppLogs: interface{},
@@ -1499,7 +1499,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkSpark.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 &oceanspark.OceanSparkSpark {
 	AdditionalAppNamespaces: *[]*string,
@@ -1531,7 +1531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkWebhook.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 &oceanspark.OceanSparkWebhook {
 	HostNetworkPorts: *[]*f64,
@@ -1579,7 +1579,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkComputeOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.NewOceanSparkComputeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkComputeOutputReference
 ```
@@ -1886,7 +1886,7 @@ func InternalValue() OceanSparkCompute
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkIngressControllerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.NewOceanSparkIngressControllerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressControllerOutputReference
 ```
@@ -2164,7 +2164,7 @@ func InternalValue() OceanSparkIngressController
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkIngressCustomEndpointOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.NewOceanSparkIngressCustomEndpointOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressCustomEndpointOutputReference
 ```
@@ -2471,7 +2471,7 @@ func InternalValue() OceanSparkIngressCustomEndpoint
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkIngressLoadBalancerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.NewOceanSparkIngressLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressLoadBalancerOutputReference
 ```
@@ -2807,7 +2807,7 @@ func InternalValue() OceanSparkIngressLoadBalancer
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkIngressOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.NewOceanSparkIngressOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressOutputReference
 ```
@@ -3253,7 +3253,7 @@ func InternalValue() OceanSparkIngress
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkIngressPrivateLinkOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.NewOceanSparkIngressPrivateLinkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressPrivateLinkOutputReference
 ```
@@ -3560,7 +3560,7 @@ func InternalValue() OceanSparkIngressPrivateLink
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkLogCollectionOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.NewOceanSparkLogCollectionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkLogCollectionOutputReference
 ```
@@ -3838,7 +3838,7 @@ func InternalValue() OceanSparkLogCollection
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkSparkOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.NewOceanSparkSparkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkSparkOutputReference
 ```
@@ -4116,7 +4116,7 @@ func InternalValue() OceanSparkSpark
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSpark.OceanSparkWebhookOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
 
 oceanspark.NewOceanSparkWebhookOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkWebhookOutputReference
 ```
diff --git a/docs/oceanSparkVirtualNodeGroup.go.md b/docs/oceanSparkVirtualNodeGroup.go.md
index f5af04e31..4ea6d9b89 100644
--- a/docs/oceanSparkVirtualNodeGroup.go.md
+++ b/docs/oceanSparkVirtualNodeGroup.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceanSparkVirtualNodeGroup.OceanSparkVirtualNodeGroup.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup"
 
 oceansparkvirtualnodegroup.NewOceanSparkVirtualNodeGroup(scope Construct, id *string, config OceanSparkVirtualNodeGroupConfig) OceanSparkVirtualNodeGroup
 ```
@@ -385,7 +385,7 @@ func ResetId()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceanSparkVirtualNodeGroup.OceanSparkVirtualNodeGroup.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup"
 
 oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsConstruct(x interface{}) *bool
 ```
@@ -417,7 +417,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceanSparkVirtualNodeGroup.OceanSparkVirtualNodeGroup.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup"
 
 oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x interface{}) *bool
 ```
@@ -431,7 +431,7 @@ oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x inter
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceanSparkVirtualNodeGroup.OceanSparkVirtualNodeGroup.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup"
 
 oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformResource(x interface{}) *bool
 ```
@@ -445,7 +445,7 @@ oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformResource(x inte
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceanSparkVirtualNodeGroup.OceanSparkVirtualNodeGroup.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup"
 
 oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -740,7 +740,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceanSparkVirtualNodeGroup.OceanSparkVirtualNodeGroupConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup"
 
 &oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroupConfig {
 	Connection: interface{},
diff --git a/docs/oceancdRolloutSpec.go.md b/docs/oceancdRolloutSpec.go.md
index 6ca2e5a8b..56659f28a 100644
--- a/docs/oceancdRolloutSpec.go.md
+++ b/docs/oceancdRolloutSpec.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpec.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpec(scope Construct, id *string, config OceancdRolloutSpecConfig) OceancdRolloutSpec
 ```
@@ -478,7 +478,7 @@ func ResetTraffic()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpec.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.OceancdRolloutSpec_IsConstruct(x interface{}) *bool
 ```
@@ -510,7 +510,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpec.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.OceancdRolloutSpec_IsTerraformElement(x interface{}) *bool
 ```
@@ -524,7 +524,7 @@ oceancdrolloutspec.OceancdRolloutSpec_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpec.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.OceancdRolloutSpec_IsTerraformResource(x interface{}) *bool
 ```
@@ -538,7 +538,7 @@ oceancdrolloutspec.OceancdRolloutSpec_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpec.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.OceancdRolloutSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -921,7 +921,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecConfig {
 	Connection: interface{},
@@ -932,12 +932,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
 	Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
 	Provisioners: *[]interface{},
 	RolloutSpecName: *string,
-	Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategy,
-	FailurePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecFailurePolicy,
+	Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecStrategy,
+	FailurePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecFailurePolicy,
 	Id: *string,
-	SpotDeployment: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecSpotDeployment,
+	SpotDeployment: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecSpotDeployment,
 	SpotDeployments: interface{},
-	Traffic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTraffic,
+	Traffic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTraffic,
 }
 ```
 
@@ -1134,7 +1134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecFailurePolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecFailurePolicy {
 	Action: *string,
@@ -1166,7 +1166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecSpotDeployment.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecSpotDeployment {
 	SpotDeploymentClusterId: *string,
@@ -1226,7 +1226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecSpotDeployments.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecSpotDeployments {
 	SpotDeploymentsClusterId: *string,
@@ -1286,7 +1286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecStrategy {
 	StrategyName: *string,
@@ -1334,12 +1334,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecStrategyArgs {
 	ArgName: *string,
 	ArgValue: *string,
-	ValueFrom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFrom,
+	ValueFrom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFrom,
 }
 ```
 
@@ -1396,10 +1396,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFrom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecStrategyArgsValueFrom {
-	FieldRef: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFromFieldRef,
+	FieldRef: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFromFieldRef,
 }
 ```
 
@@ -1430,7 +1430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFromFieldRef.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecStrategyArgsValueFromFieldRef {
 	FieldPath: *string,
@@ -1462,16 +1462,16 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTraffic.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTraffic {
-	Alb: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlb,
-	Ambassador: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAmbassador,
+	Alb: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlb,
+	Ambassador: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficAmbassador,
 	CanaryService: *string,
-	Istio: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstio,
-	Nginx: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginx,
-	PingPong: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficPingPong,
-	Smi: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficSmi,
+	Istio: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstio,
+	Nginx: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginx,
+	PingPong: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficPingPong,
+	Smi: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficSmi,
 	StableService: *string,
 }
 ```
@@ -1604,14 +1604,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlb.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficAlb {
 	AlbIngress: *string,
 	AlbRootService: *string,
 	ServicePort: *f64,
 	AlbAnnotationPrefix: *string,
-	StickinessConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlbStickinessConfig,
+	StickinessConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlbStickinessConfig,
 }
 ```
 
@@ -1694,7 +1694,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlbStickinessConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficAlbStickinessConfig {
 	DurationSeconds: *f64,
@@ -1740,7 +1740,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAmbassador.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficAmbassador {
 	Mappings: *[]*string,
@@ -1772,11 +1772,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstio.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficIstio {
 	VirtualServices: interface{},
-	DestinationRule: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioDestinationRule,
+	DestinationRule: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioDestinationRule,
 }
 ```
 
@@ -1822,7 +1822,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioDestinationRule.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficIstioDestinationRule {
 	CanarySubsetName: *string,
@@ -1882,7 +1882,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioVirtualServices.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficIstioVirtualServices {
 	VirtualServiceName: *string,
@@ -1944,7 +1944,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes {
 	Port: *f64,
@@ -1990,11 +1990,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginx.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficNginx {
 	StableIngress: *string,
-	AdditionalIngressAnnotation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation,
+	AdditionalIngressAnnotation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation,
 	NginxAnnotationPrefix: *string,
 }
 ```
@@ -2052,7 +2052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation {
 	CanaryByHeader: *string,
@@ -2098,7 +2098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficPingPong.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficPingPong {
 	PingService: *string,
@@ -2144,7 +2144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficSmi.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 &oceancdrolloutspec.OceancdRolloutSpecTrafficSmi {
 	SmiRootService: *string,
@@ -2192,7 +2192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecFailurePolicyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecFailurePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecFailurePolicyOutputReference
 ```
@@ -2463,7 +2463,7 @@ func InternalValue() OceancdRolloutSpecFailurePolicy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecSpotDeploymentOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecSpotDeploymentOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecSpotDeploymentOutputReference
 ```
@@ -2799,7 +2799,7 @@ func InternalValue() OceancdRolloutSpecSpotDeployment
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecSpotDeploymentsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecSpotDeploymentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdRolloutSpecSpotDeploymentsList
 ```
@@ -2959,7 +2959,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecSpotDeploymentsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecSpotDeploymentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdRolloutSpecSpotDeploymentsOutputReference
 ```
@@ -3313,7 +3313,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecStrategyArgsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdRolloutSpecStrategyArgsList
 ```
@@ -3473,7 +3473,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecStrategyArgsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdRolloutSpecStrategyArgsOutputReference
 ```
@@ -3833,7 +3833,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFromFieldRefOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecStrategyArgsValueFromFieldRefOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecStrategyArgsValueFromFieldRefOutputReference
 ```
@@ -4104,7 +4104,7 @@ func InternalValue() OceancdRolloutSpecStrategyArgsValueFromFieldRef
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFromOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecStrategyArgsValueFromOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecStrategyArgsValueFromOutputReference
 ```
@@ -4388,7 +4388,7 @@ func InternalValue() OceancdRolloutSpecStrategyArgsValueFrom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecStrategyOutputReference
 ```
@@ -4701,7 +4701,7 @@ func InternalValue() OceancdRolloutSpecStrategy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlbOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficAlbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficAlbOutputReference
 ```
@@ -5087,7 +5087,7 @@ func InternalValue() OceancdRolloutSpecTrafficAlb
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlbStickinessConfigOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficAlbStickinessConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficAlbStickinessConfigOutputReference
 ```
@@ -5394,7 +5394,7 @@ func InternalValue() OceancdRolloutSpecTrafficAlbStickinessConfig
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAmbassadorOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficAmbassadorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficAmbassadorOutputReference
 ```
@@ -5665,7 +5665,7 @@ func InternalValue() OceancdRolloutSpecTrafficAmbassador
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioDestinationRuleOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioDestinationRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficIstioDestinationRuleOutputReference
 ```
@@ -5980,7 +5980,7 @@ func InternalValue() OceancdRolloutSpecTrafficIstioDestinationRule
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficIstioOutputReference
 ```
@@ -6306,7 +6306,7 @@ func InternalValue() OceancdRolloutSpecTrafficIstio
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioVirtualServicesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioVirtualServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdRolloutSpecTrafficIstioVirtualServicesList
 ```
@@ -6466,7 +6466,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioVirtualServicesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioVirtualServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdRolloutSpecTrafficIstioVirtualServicesOutputReference
 ```
@@ -6826,7 +6826,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesList
 ```
@@ -6986,7 +6986,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesOutputReference
 ```
@@ -7311,7 +7311,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficNginxAdditionalIngressAnnotationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotationOutputReference
 ```
@@ -7618,7 +7618,7 @@ func InternalValue() OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginxOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficNginxOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficNginxOutputReference
 ```
@@ -7960,7 +7960,7 @@ func InternalValue() OceancdRolloutSpecTrafficNginx
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficOutputReference
 ```
@@ -8519,7 +8519,7 @@ func InternalValue() OceancdRolloutSpecTraffic
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficPingPongOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficPingPongOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficPingPongOutputReference
 ```
@@ -8812,7 +8812,7 @@ func InternalValue() OceancdRolloutSpecTrafficPingPong
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficSmiOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
 
 oceancdrolloutspec.NewOceancdRolloutSpecTrafficSmiOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficSmiOutputReference
 ```
diff --git a/docs/oceancdStrategy.go.md b/docs/oceancdStrategy.go.md
index be5708c80..ed100830f 100644
--- a/docs/oceancdStrategy.go.md
+++ b/docs/oceancdStrategy.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategy(scope Construct, id *string, config OceancdStrategyConfig) OceancdStrategy
 ```
@@ -425,7 +425,7 @@ func ResetRolling()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategy.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.OceancdStrategy_IsConstruct(x interface{}) *bool
 ```
@@ -457,7 +457,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategy.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.OceancdStrategy_IsTerraformElement(x interface{}) *bool
 ```
@@ -471,7 +471,7 @@ oceancdstrategy.OceancdStrategy_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategy.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.OceancdStrategy_IsTerraformResource(x interface{}) *bool
 ```
@@ -485,7 +485,7 @@ oceancdstrategy.OceancdStrategy_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategy.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.OceancdStrategy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -802,11 +802,11 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanary.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyCanary {
 	Steps: interface{},
-	BackgroundVerification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryBackgroundVerification,
+	BackgroundVerification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryBackgroundVerification,
 }
 ```
 
@@ -852,7 +852,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryBackgroundVerification.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyCanaryBackgroundVerification {
 	TemplateNames: *[]*string,
@@ -884,15 +884,15 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanarySteps.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyCanarySteps {
-	Pause: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryStepsPause,
-	SetCanaryScale: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetCanaryScale,
-	SetHeaderRoute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRoute,
+	Pause: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryStepsPause,
+	SetCanaryScale: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryStepsSetCanaryScale,
+	SetHeaderRoute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRoute,
 	SetWeight: *f64,
 	StepName: *string,
-	Verification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryStepsVerification,
+	Verification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryStepsVerification,
 }
 ```
 
@@ -994,7 +994,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsPause.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyCanaryStepsPause {
 	Duration: *string,
@@ -1026,7 +1026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetCanaryScale.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyCanaryStepsSetCanaryScale {
 	MatchTrafficWeight: interface{},
@@ -1086,7 +1086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRoute.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyCanaryStepsSetHeaderRoute {
 	HeaderRouteName: *string,
@@ -1134,11 +1134,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatch.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatch {
 	HeaderName: *string,
-	HeaderValue: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue,
+	HeaderValue: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue,
 }
 ```
 
@@ -1182,7 +1182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue {
 	Exact: *string,
@@ -1242,7 +1242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsVerification.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyCanaryStepsVerification {
 	TemplateNames: *[]*string,
@@ -1274,7 +1274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyConfig {
 	Connection: interface{},
@@ -1285,9 +1285,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
 	Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
 	Provisioners: *[]interface{},
 	StrategyName: *string,
-	Canary: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanary,
+	Canary: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanary,
 	Id: *string,
-	Rolling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyRolling,
+	Rolling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyRolling,
 }
 ```
 
@@ -1439,7 +1439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyRolling.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyRolling {
 	Steps: interface{},
@@ -1473,12 +1473,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyRollingSteps.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyRollingSteps {
-	Pause: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyRollingStepsPause,
+	Pause: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyRollingStepsPause,
 	StepsName: *string,
-	Verification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyRollingStepsVerification,
+	Verification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyRollingStepsVerification,
 }
 ```
 
@@ -1537,7 +1537,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyRollingStepsPause.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyRollingStepsPause {
 	Duration: *string,
@@ -1569,7 +1569,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyRollingStepsVerification.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 &oceancdstrategy.OceancdStrategyRollingStepsVerification {
 	TemplateNames: *[]*string,
@@ -1603,7 +1603,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryBackgroundVerificationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryBackgroundVerificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryBackgroundVerificationOutputReference
 ```
@@ -1874,7 +1874,7 @@ func InternalValue() OceancdStrategyCanaryBackgroundVerification
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryOutputReference
 ```
@@ -2200,7 +2200,7 @@ func InternalValue() OceancdStrategyCanary
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryStepsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdStrategyCanaryStepsList
 ```
@@ -2360,7 +2360,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryStepsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdStrategyCanaryStepsOutputReference
 ```
@@ -2853,7 +2853,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsPauseOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryStepsPauseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryStepsPauseOutputReference
 ```
@@ -3131,7 +3131,7 @@ func InternalValue() OceancdStrategyCanaryStepsPause
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetCanaryScaleOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryStepsSetCanaryScaleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryStepsSetCanaryScaleOutputReference
 ```
@@ -3467,7 +3467,7 @@ func InternalValue() OceancdStrategyCanaryStepsSetCanaryScale
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValueOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValueOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValueOutputReference
 ```
@@ -3803,7 +3803,7 @@ func InternalValue() OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryStepsSetHeaderRouteMatchList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdStrategyCanaryStepsSetHeaderRouteMatchList
 ```
@@ -3963,7 +3963,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryStepsSetHeaderRouteMatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdStrategyCanaryStepsSetHeaderRouteMatchOutputReference
 ```
@@ -4287,7 +4287,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryStepsSetHeaderRouteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryStepsSetHeaderRouteOutputReference
 ```
@@ -4593,7 +4593,7 @@ func InternalValue() OceancdStrategyCanaryStepsSetHeaderRoute
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyCanaryStepsVerificationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyCanaryStepsVerificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryStepsVerificationOutputReference
 ```
@@ -4864,7 +4864,7 @@ func InternalValue() OceancdStrategyCanaryStepsVerification
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyRollingOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyRollingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyRollingOutputReference
 ```
@@ -5148,7 +5148,7 @@ func InternalValue() OceancdStrategyRolling
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyRollingStepsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyRollingStepsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdStrategyRollingStepsList
 ```
@@ -5308,7 +5308,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyRollingStepsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyRollingStepsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdStrategyRollingStepsOutputReference
 ```
@@ -5688,7 +5688,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyRollingStepsPauseOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyRollingStepsPauseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyRollingStepsPauseOutputReference
 ```
@@ -5966,7 +5966,7 @@ func InternalValue() OceancdStrategyRollingStepsPause
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdStrategy.OceancdStrategyRollingStepsVerificationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
 
 oceancdstrategy.NewOceancdStrategyRollingStepsVerificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyRollingStepsVerificationOutputReference
 ```
diff --git a/docs/oceancdVerificationProvider.go.md b/docs/oceancdVerificationProvider.go.md
index b22834b1d..95af122ee 100644
--- a/docs/oceancdVerificationProvider.go.md
+++ b/docs/oceancdVerificationProvider.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProvider.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 oceancdverificationprovider.NewOceancdVerificationProvider(scope Construct, id *string, config OceancdVerificationProviderConfig) OceancdVerificationProvider
 ```
@@ -485,7 +485,7 @@ func ResetPrometheus()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProvider.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 oceancdverificationprovider.OceancdVerificationProvider_IsConstruct(x interface{}) *bool
 ```
@@ -517,7 +517,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProvider.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 oceancdverificationprovider.OceancdVerificationProvider_IsTerraformElement(x interface{}) *bool
 ```
@@ -531,7 +531,7 @@ oceancdverificationprovider.OceancdVerificationProvider_IsTerraformElement(x int
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProvider.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 oceancdverificationprovider.OceancdVerificationProvider_IsTerraformResource(x interface{}) *bool
 ```
@@ -545,7 +545,7 @@ oceancdverificationprovider.OceancdVerificationProvider_IsTerraformResource(x in
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProvider.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 oceancdverificationprovider.OceancdVerificationProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -950,7 +950,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderCloudWatch.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 &oceancdverificationprovider.OceancdVerificationProviderCloudWatch {
 	IamArn: *string,
@@ -982,7 +982,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 &oceancdverificationprovider.OceancdVerificationProviderConfig {
 	Connection: interface{},
@@ -994,12 +994,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverification
 	Provisioners: *[]interface{},
 	ClusterIds: *[]*string,
 	Name: *string,
-	CloudWatch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationProvider.OceancdVerificationProviderCloudWatch,
-	Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationProvider.OceancdVerificationProviderDatadog,
+	CloudWatch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationProvider.OceancdVerificationProviderCloudWatch,
+	Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationProvider.OceancdVerificationProviderDatadog,
 	Id: *string,
-	Jenkins: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationProvider.OceancdVerificationProviderJenkins,
-	NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationProvider.OceancdVerificationProviderNewRelic,
-	Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationProvider.OceancdVerificationProviderPrometheus,
+	Jenkins: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationProvider.OceancdVerificationProviderJenkins,
+	NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationProvider.OceancdVerificationProviderNewRelic,
+	Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationProvider.OceancdVerificationProviderPrometheus,
 }
 ```
 
@@ -1209,7 +1209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderDatadog.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 &oceancdverificationprovider.OceancdVerificationProviderDatadog {
 	Address: *string,
@@ -1269,7 +1269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderJenkins.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 &oceancdverificationprovider.OceancdVerificationProviderJenkins {
 	ApiToken: *string,
@@ -1329,7 +1329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderNewRelic.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 &oceancdverificationprovider.OceancdVerificationProviderNewRelic {
 	AccountId: *string,
@@ -1417,7 +1417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderPrometheus.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 &oceancdverificationprovider.OceancdVerificationProviderPrometheus {
 	Address: *string,
@@ -1451,7 +1451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderCloudWatchOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 oceancdverificationprovider.NewOceancdVerificationProviderCloudWatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationProviderCloudWatchOutputReference
 ```
@@ -1722,7 +1722,7 @@ func InternalValue() OceancdVerificationProviderCloudWatch
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderDatadogOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 oceancdverificationprovider.NewOceancdVerificationProviderDatadogOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationProviderDatadogOutputReference
 ```
@@ -2037,7 +2037,7 @@ func InternalValue() OceancdVerificationProviderDatadog
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderJenkinsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 oceancdverificationprovider.NewOceancdVerificationProviderJenkinsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationProviderJenkinsOutputReference
 ```
@@ -2352,7 +2352,7 @@ func InternalValue() OceancdVerificationProviderJenkins
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderNewRelicOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 oceancdverificationprovider.NewOceancdVerificationProviderNewRelicOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationProviderNewRelicOutputReference
 ```
@@ -2732,7 +2732,7 @@ func InternalValue() OceancdVerificationProviderNewRelic
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationProvider.OceancdVerificationProviderPrometheusOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
 
 oceancdverificationprovider.NewOceancdVerificationProviderPrometheusOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationProviderPrometheusOutputReference
 ```
diff --git a/docs/oceancdVerificationTemplate.go.md b/docs/oceancdVerificationTemplate.go.md
index 9bf5b455e..1d8aed384 100644
--- a/docs/oceancdVerificationTemplate.go.md
+++ b/docs/oceancdVerificationTemplate.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplate.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplate(scope Construct, id *string, config OceancdVerificationTemplateConfig) OceancdVerificationTemplate
 ```
@@ -425,7 +425,7 @@ func ResetMetrics()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplate.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.OceancdVerificationTemplate_IsConstruct(x interface{}) *bool
 ```
@@ -457,7 +457,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplate.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.OceancdVerificationTemplate_IsTerraformElement(x interface{}) *bool
 ```
@@ -471,7 +471,7 @@ oceancdverificationtemplate.OceancdVerificationTemplate_IsTerraformElement(x int
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplate.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.OceancdVerificationTemplate_IsTerraformResource(x interface{}) *bool
 ```
@@ -485,7 +485,7 @@ oceancdverificationtemplate.OceancdVerificationTemplate_IsTerraformResource(x in
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplate.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.OceancdVerificationTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -802,12 +802,12 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgs.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateArgs {
 	ArgName: *string,
 	Value: *string,
-	ValueFrom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFrom,
+	ValueFrom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFrom,
 }
 ```
 
@@ -864,10 +864,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFrom.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateArgsValueFrom {
-	SecretKeyRef: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFromSecretKeyRef,
+	SecretKeyRef: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFromSecretKeyRef,
 }
 ```
 
@@ -898,7 +898,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFromSecretKeyRef.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateArgsValueFromSecretKeyRef {
 	Key: *string,
@@ -944,7 +944,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateConfig {
 	Connection: interface{},
@@ -1109,12 +1109,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetrics.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetrics {
 	MetricsName: *string,
 	Provider: interface{},
-	Baseline: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaseline,
+	Baseline: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaseline,
 	ConsecutiveErrorLimit: *f64,
 	Count: *f64,
 	DryRun: interface{},
@@ -1285,7 +1285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaseline.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsBaseline {
 	BaselineProvider: interface{},
@@ -1361,12 +1361,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProvider.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsBaselineBaselineProvider {
-	Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog,
-	NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic,
-	Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus,
+	Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog,
+	NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic,
+	Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus,
 }
 ```
 
@@ -1427,7 +1427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog {
 	DatadogQuery: *string,
@@ -1473,7 +1473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic {
 	NewRelicQuery: *string,
@@ -1519,7 +1519,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus {
 	PrometheusQuery: *string,
@@ -1551,16 +1551,16 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProvider.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProvider {
-	CloudWatch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatch,
-	Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderDatadog,
-	Jenkins: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkins,
-	Job: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJob,
-	NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderNewRelic,
-	Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderPrometheus,
-	Web: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWeb,
+	CloudWatch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatch,
+	Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderDatadog,
+	Jenkins: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkins,
+	Job: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJob,
+	NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderNewRelic,
+	Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderPrometheus,
+	Web: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWeb,
 }
 ```
 
@@ -1681,7 +1681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatch.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderCloudWatch {
 	MetricDataQueries: interface{},
@@ -1729,13 +1729,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries {
 	Id: *string,
 	Expression: *string,
 	Label: *string,
-	MetricStat: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat,
+	MetricStat: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat,
 	Period: *f64,
 	ReturnData: interface{},
 }
@@ -1836,10 +1836,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat {
-	Metric: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric,
+	Metric: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric,
 	MetricPeriod: *f64,
 	Stat: *string,
 	Unit: *string,
@@ -1912,7 +1912,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric {
 	MetricName: *string,
@@ -1974,7 +1974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensions.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensions {
 	DimensionName: *string,
@@ -2020,7 +2020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderDatadog.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderDatadog {
 	DatadogQuery: *string,
@@ -2066,13 +2066,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkins.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJenkins {
 	JenkinsInterval: *string,
 	PipelineName: *string,
 	Timeout: *string,
-	JenkinsParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters,
+	JenkinsParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters,
 	TlsVerification: interface{},
 }
 ```
@@ -2156,7 +2156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters {
 	ParameterKey: *string,
@@ -2202,7 +2202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJob.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJob {
 	Spec: interface{},
@@ -2236,7 +2236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpec.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJobSpec {
 	JobTemplate: interface{},
@@ -2284,7 +2284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplate.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplate {
 	TemplateSpec: interface{},
@@ -2318,7 +2318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpec.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpec {
 	Containers: interface{},
@@ -2366,7 +2366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainers.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainers {
 	Command: *[]*string,
@@ -2426,7 +2426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderNewRelic.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderNewRelic {
 	NewRelicQuery: *string,
@@ -2472,7 +2472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderPrometheus.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderPrometheus {
 	PrometheusQuery: *string,
@@ -2504,7 +2504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWeb.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderWeb {
 	Url: *string,
@@ -2622,7 +2622,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWebWebHeader.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 &oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderWebWebHeader {
 	WebHeaderKey: *string,
@@ -2670,7 +2670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateArgsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateArgsList
 ```
@@ -2830,7 +2830,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateArgsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateArgsOutputReference
 ```
@@ -3190,7 +3190,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFromOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateArgsValueFromOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateArgsValueFromOutputReference
 ```
@@ -3481,7 +3481,7 @@ func InternalValue() OceancdVerificationTemplateArgsValueFrom
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFromSecretKeyRefOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateArgsValueFromSecretKeyRefOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateArgsValueFromSecretKeyRefOutputReference
 ```
@@ -3774,7 +3774,7 @@ func InternalValue() OceancdVerificationTemplateArgsValueFromSecretKeyRef
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadogOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineBaselineProviderDatadogOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadogOutputReference
 ```
@@ -4074,7 +4074,7 @@ func InternalValue() OceancdVerificationTemplateMetricsBaselineBaselineProviderD
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineBaselineProviderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsBaselineBaselineProviderList
 ```
@@ -4234,7 +4234,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelicOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelicOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelicOutputReference
 ```
@@ -4534,7 +4534,7 @@ func InternalValue() OceancdVerificationTemplateMetricsBaselineBaselineProviderN
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineBaselineProviderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsBaselineBaselineProviderOutputReference
 ```
@@ -4927,7 +4927,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheusOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheusOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheusOutputReference
 ```
@@ -5198,7 +5198,7 @@ func InternalValue() OceancdVerificationTemplateMetricsBaselineBaselineProviderP
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsBaselineOutputReference
 ```
@@ -5562,7 +5562,7 @@ func InternalValue() OceancdVerificationTemplateMetricsBaseline
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsList
 ```
@@ -5722,7 +5722,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsOutputReference
 ```
@@ -6320,7 +6320,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesList
 ```
@@ -6480,7 +6480,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensionsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensionsList
 ```
@@ -6640,7 +6640,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensionsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensionsOutputReference
 ```
@@ -6951,7 +6951,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricOutputReference
 ```
@@ -7293,7 +7293,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderCloudWatchMetricD
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatOutputReference
 ```
@@ -7671,7 +7671,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderCloudWatchMetricD
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesOutputReference
 ```
@@ -8118,7 +8118,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderCloudWatchOutputReference
 ```
@@ -8431,7 +8431,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderCloudWatch
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderDatadogOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderDatadogOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderDatadogOutputReference
 ```
@@ -8738,7 +8738,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderDatadog
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParametersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJenkinsJenkinsParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParametersOutputReference
 ```
@@ -9031,7 +9031,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderJenkinsJenkinsPar
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkinsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJenkinsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderJenkinsOutputReference
 ```
@@ -9417,7 +9417,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderJenkins
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderJobOutputReference
 ```
@@ -9701,7 +9701,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderJob
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateList
 ```
@@ -9861,7 +9861,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateOutputReference
 ```
@@ -10163,7 +10163,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainersList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainersList
 ```
@@ -10323,7 +10323,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainersOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainersOutputReference
 ```
@@ -10656,7 +10656,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecList
 ```
@@ -10816,7 +10816,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecOutputReference
 ```
@@ -11140,7 +11140,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecList
 ```
@@ -11300,7 +11300,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJobSpecOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecOutputReference
 ```
@@ -11631,7 +11631,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderList
 ```
@@ -11791,7 +11791,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderNewRelicOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderNewRelicOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderNewRelicOutputReference
 ```
@@ -12091,7 +12091,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderNewRelic
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderOutputReference
 ```
@@ -12652,7 +12652,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderPrometheusOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderPrometheusOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderPrometheusOutputReference
 ```
@@ -12923,7 +12923,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderPrometheus
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWebOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderWebOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderWebOutputReference
 ```
@@ -13381,7 +13381,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderWeb
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWebWebHeaderList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderWebWebHeaderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderWebWebHeaderList
 ```
@@ -13541,7 +13541,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWebWebHeaderOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
 
 oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderWebWebHeaderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderWebWebHeaderOutputReference
 ```
diff --git a/docs/organizationPolicy.go.md b/docs/organizationPolicy.go.md
index 87f8a4216..4b936a027 100644
--- a/docs/organizationPolicy.go.md
+++ b/docs/organizationPolicy.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 organizationpolicy.NewOrganizationPolicy(scope Construct, id *string, config OrganizationPolicyConfig) OrganizationPolicy
 ```
@@ -405,7 +405,7 @@ func ResetId()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicy.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 organizationpolicy.OrganizationPolicy_IsConstruct(x interface{}) *bool
 ```
@@ -437,7 +437,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicy.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 organizationpolicy.OrganizationPolicy_IsTerraformElement(x interface{}) *bool
 ```
@@ -451,7 +451,7 @@ organizationpolicy.OrganizationPolicy_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicy.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 organizationpolicy.OrganizationPolicy_IsTerraformResource(x interface{}) *bool
 ```
@@ -465,7 +465,7 @@ organizationpolicy.OrganizationPolicy_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicy.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 organizationpolicy.OrganizationPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -782,7 +782,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicyConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 &organizationpolicy.OrganizationPolicyConfig {
 	Connection: interface{},
@@ -945,7 +945,7 @@ If you experience problems setting this value it might not be settable. Please t
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicyPolicyContent.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 &organizationpolicy.OrganizationPolicyPolicyContent {
 	Statements: interface{},
@@ -979,7 +979,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicyPolicyContentStatements.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 &organizationpolicy.OrganizationPolicyPolicyContentStatements {
 	Actions: *[]*string,
@@ -1041,7 +1041,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicyPolicyContentList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 organizationpolicy.NewOrganizationPolicyPolicyContentList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationPolicyPolicyContentList
 ```
@@ -1201,7 +1201,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicyPolicyContentOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 organizationpolicy.NewOrganizationPolicyPolicyContentOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationPolicyPolicyContentOutputReference
 ```
@@ -1503,7 +1503,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicyPolicyContentStatementsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 organizationpolicy.NewOrganizationPolicyPolicyContentStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationPolicyPolicyContentStatementsList
 ```
@@ -1663,7 +1663,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationPolicy.OrganizationPolicyPolicyContentStatementsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
 
 organizationpolicy.NewOrganizationPolicyPolicyContentStatementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationPolicyPolicyContentStatementsOutputReference
 ```
diff --git a/docs/organizationProgrammaticUser.go.md b/docs/organizationProgrammaticUser.go.md
index 2e5af3c38..de1839cf8 100644
--- a/docs/organizationProgrammaticUser.go.md
+++ b/docs/organizationProgrammaticUser.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUser.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 organizationprogrammaticuser.NewOrganizationProgrammaticUser(scope Construct, id *string, config OrganizationProgrammaticUserConfig) OrganizationProgrammaticUser
 ```
@@ -439,7 +439,7 @@ func ResetUserGroupIds()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUser.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 organizationprogrammaticuser.OrganizationProgrammaticUser_IsConstruct(x interface{}) *bool
 ```
@@ -471,7 +471,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUser.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformElement(x interface{}) *bool
 ```
@@ -485,7 +485,7 @@ organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformElement(x i
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUser.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformResource(x interface{}) *bool
 ```
@@ -499,7 +499,7 @@ organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformResource(x
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUser.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 organizationprogrammaticuser.OrganizationProgrammaticUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -860,7 +860,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUserAccounts.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 &organizationprogrammaticuser.OrganizationProgrammaticUserAccounts {
 	AccountId: *string,
@@ -906,7 +906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUserConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 &organizationprogrammaticuser.OrganizationProgrammaticUserConfig {
 	Connection: interface{},
@@ -1099,7 +1099,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUserPolicies.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 &organizationprogrammaticuser.OrganizationProgrammaticUserPolicies {
 	PolicyId: *string,
@@ -1147,7 +1147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUserAccountsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 organizationprogrammaticuser.NewOrganizationProgrammaticUserAccountsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationProgrammaticUserAccountsList
 ```
@@ -1307,7 +1307,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUserAccountsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 organizationprogrammaticuser.NewOrganizationProgrammaticUserAccountsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationProgrammaticUserAccountsOutputReference
 ```
@@ -1618,7 +1618,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUserPoliciesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 organizationprogrammaticuser.NewOrganizationProgrammaticUserPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationProgrammaticUserPoliciesList
 ```
@@ -1778,7 +1778,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationProgrammaticUser.OrganizationProgrammaticUserPoliciesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
 
 organizationprogrammaticuser.NewOrganizationProgrammaticUserPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationProgrammaticUserPoliciesOutputReference
 ```
diff --git a/docs/organizationUser.go.md b/docs/organizationUser.go.md
index e56f1626a..ade45bdfb 100644
--- a/docs/organizationUser.go.md
+++ b/docs/organizationUser.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationUser.OrganizationUser.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser"
 
 organizationuser.NewOrganizationUser(scope Construct, id *string, config OrganizationUserConfig) OrganizationUser
 ```
@@ -426,7 +426,7 @@ func ResetUserGroupIds()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.organizationUser.OrganizationUser.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser"
 
 organizationuser.OrganizationUser_IsConstruct(x interface{}) *bool
 ```
@@ -458,7 +458,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.organizationUser.OrganizationUser.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser"
 
 organizationuser.OrganizationUser_IsTerraformElement(x interface{}) *bool
 ```
@@ -472,7 +472,7 @@ organizationuser.OrganizationUser_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.organizationUser.OrganizationUser.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser"
 
 organizationuser.OrganizationUser_IsTerraformResource(x interface{}) *bool
 ```
@@ -486,7 +486,7 @@ organizationuser.OrganizationUser_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.organizationUser.OrganizationUser.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser"
 
 organizationuser.OrganizationUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -891,7 +891,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.organizationUser.OrganizationUserConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser"
 
 &organizationuser.OrganizationUserConfig {
 	Connection: interface{},
@@ -1110,7 +1110,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.organizationUser.OrganizationUserPolicies.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser"
 
 &organizationuser.OrganizationUserPolicies {
 	PolicyAccountIds: *[]*string,
@@ -1158,7 +1158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationUser.OrganizationUserPoliciesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser"
 
 organizationuser.NewOrganizationUserPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationUserPoliciesList
 ```
@@ -1318,7 +1318,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationUser.OrganizationUserPoliciesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser"
 
 organizationuser.NewOrganizationUserPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationUserPoliciesOutputReference
 ```
diff --git a/docs/organizationUserGroup.go.md b/docs/organizationUserGroup.go.md
index 352412938..3c18aee24 100644
--- a/docs/organizationUserGroup.go.md
+++ b/docs/organizationUserGroup.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationUserGroup.OrganizationUserGroup.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup"
 
 organizationusergroup.NewOrganizationUserGroup(scope Construct, id *string, config OrganizationUserGroupConfig) OrganizationUserGroup
 ```
@@ -419,7 +419,7 @@ func ResetUserIds()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.organizationUserGroup.OrganizationUserGroup.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup"
 
 organizationusergroup.OrganizationUserGroup_IsConstruct(x interface{}) *bool
 ```
@@ -451,7 +451,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.organizationUserGroup.OrganizationUserGroup.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup"
 
 organizationusergroup.OrganizationUserGroup_IsTerraformElement(x interface{}) *bool
 ```
@@ -465,7 +465,7 @@ organizationusergroup.OrganizationUserGroup_IsTerraformElement(x interface{}) *b
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.organizationUserGroup.OrganizationUserGroup.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup"
 
 organizationusergroup.OrganizationUserGroup_IsTerraformResource(x interface{}) *bool
 ```
@@ -479,7 +479,7 @@ organizationusergroup.OrganizationUserGroup_IsTerraformResource(x interface{}) *
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.organizationUserGroup.OrganizationUserGroup.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup"
 
 organizationusergroup.OrganizationUserGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -818,7 +818,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.organizationUserGroup.OrganizationUserGroupConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup"
 
 &organizationusergroup.OrganizationUserGroupConfig {
 	Connection: interface{},
@@ -995,7 +995,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.organizationUserGroup.OrganizationUserGroupPolicies.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup"
 
 &organizationusergroup.OrganizationUserGroupPolicies {
 	AccountIds: *[]*string,
@@ -1043,7 +1043,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationUserGroup.OrganizationUserGroupPoliciesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup"
 
 organizationusergroup.NewOrganizationUserGroupPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationUserGroupPoliciesList
 ```
@@ -1203,7 +1203,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.organizationUserGroup.OrganizationUserGroupPoliciesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup"
 
 organizationusergroup.NewOrganizationUserGroupPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationUserGroupPoliciesOutputReference
 ```
diff --git a/docs/provider.go.md b/docs/provider.go.md
index 2fcea02f7..23ba1462e 100644
--- a/docs/provider.go.md
+++ b/docs/provider.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.provider.SpotinstProvider.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider"
 
 provider.NewSpotinstProvider(scope Construct, id *string, config SpotinstProviderConfig) SpotinstProvider
 ```
@@ -179,7 +179,7 @@ func ResetToken()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.provider.SpotinstProvider.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider"
 
 provider.SpotinstProvider_IsConstruct(x interface{}) *bool
 ```
@@ -211,7 +211,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.provider.SpotinstProvider.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider"
 
 provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool
 ```
@@ -225,7 +225,7 @@ provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformProvider` <a name="IsTerraformProvider" id="@cdktf/provider-spotinst.provider.SpotinstProvider.isTerraformProvider"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider"
 
 provider.SpotinstProvider_IsTerraformProvider(x interface{}) *bool
 ```
@@ -239,7 +239,7 @@ provider.SpotinstProvider_IsTerraformProvider(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.provider.SpotinstProvider.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider"
 
 provider.SpotinstProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -512,7 +512,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.provider.SpotinstProviderConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider"
 
 &provider.SpotinstProviderConfig {
 	Account: *string,
diff --git a/docs/statefulNodeAzure.go.md b/docs/statefulNodeAzure.go.md
index ec7e84853..3fe84c537 100644
--- a/docs/statefulNodeAzure.go.md
+++ b/docs/statefulNodeAzure.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzure.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzure(scope Construct, id *string, config StatefulNodeAzureConfig) StatefulNodeAzure
 ```
@@ -915,7 +915,7 @@ func ResetZones()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzure.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.StatefulNodeAzure_IsConstruct(x interface{}) *bool
 ```
@@ -947,7 +947,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzure.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool
 ```
@@ -961,7 +961,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzure.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool
 ```
@@ -975,7 +975,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzure.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.StatefulNodeAzure_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -2150,7 +2150,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureAttachDataDisk.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureAttachDataDisk {
 	DataDiskName: *string,
@@ -2252,7 +2252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureBootDiagnostics.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureBootDiagnostics {
 	IsEnabled: interface{},
@@ -2312,7 +2312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureConfig {
 	Connection: interface{},
@@ -2329,8 +2329,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
 	ShouldPersistDataDisks: interface{},
 	ShouldPersistNetwork: interface{},
 	ShouldPersistOsDisk: interface{},
-	Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategy,
-	VmSizes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureVmSizes,
+	Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureStrategy,
+	VmSizes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureVmSizes,
 	AttachDataDisk: interface{},
 	BootDiagnostics: interface{},
 	CustomData: *string,
@@ -2340,22 +2340,22 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
 	Description: *string,
 	DetachDataDisk: interface{},
 	Extension: interface{},
-	Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureHealth,
+	Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureHealth,
 	Id: *string,
-	Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureImage,
+	Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureImage,
 	ImportVm: interface{},
 	LicenseType: *string,
 	LoadBalancer: interface{},
-	Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureLogin,
+	Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureLogin,
 	ManagedServiceIdentities: interface{},
-	Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureNetwork,
-	OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureOsDisk,
+	Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureNetwork,
+	OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureOsDisk,
 	OsDiskPersistenceMode: *string,
 	PreferredZone: *string,
 	ProximityPlacementGroups: interface{},
 	SchedulingTask: interface{},
 	Secret: interface{},
-	Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureSecurity,
+	Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureSecurity,
 	ShouldPersistVm: interface{},
 	ShutdownScript: *string,
 	Signal: interface{},
@@ -3065,7 +3065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureDataDisk.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureDataDisk {
 	Lun: *f64,
@@ -3125,7 +3125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureDelete.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureDelete {
 	ShouldTerminateVm: interface{},
@@ -3297,7 +3297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureDetachDataDisk.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureDetachDataDisk {
 	DataDiskName: *string,
@@ -3371,7 +3371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureExtension.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureExtension {
 	ApiVersion: *string,
@@ -3487,7 +3487,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureHealth.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureHealth {
 	AutoHealing: interface{},
@@ -3561,7 +3561,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImage.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureImage {
 	CustomImage: interface{},
@@ -3627,7 +3627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImageCustomImage.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureImageCustomImage {
 	CustomImageResourceGroupName: *string,
@@ -3673,7 +3673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImageGallery.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureImageGallery {
 	GalleryName: *string,
@@ -3761,7 +3761,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImageMarketplaceImage.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureImageMarketplaceImage {
 	Offer: *string,
@@ -3835,7 +3835,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImportVm.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureImportVm {
 	OriginalVmName: *string,
@@ -3909,7 +3909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureLoadBalancer.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureLoadBalancer {
 	BackendPoolNames: *[]*string,
@@ -3997,7 +3997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureLogin.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureLogin {
 	UserName: *string,
@@ -4057,7 +4057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureManagedServiceIdentities.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureManagedServiceIdentities {
 	Name: *string,
@@ -4103,7 +4103,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetwork.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureNetwork {
 	NetworkInterface: interface{},
@@ -4165,7 +4165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterface.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterface {
 	IsPrimary: interface{},
@@ -4331,7 +4331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations {
 	Name: *string,
@@ -4377,7 +4377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups {
 	Name: *string,
@@ -4423,7 +4423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup {
 	Name: *string,
@@ -4469,7 +4469,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfacePublicIps.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfacePublicIps {
 	Name: *string,
@@ -4515,7 +4515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureOsDisk.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureOsDisk {
 	Type: *string,
@@ -4575,7 +4575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureProximityPlacementGroups.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureProximityPlacementGroups {
 	Name: *string,
@@ -4621,7 +4621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSchedulingTask.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureSchedulingTask {
 	CronExpression: *string,
@@ -4681,7 +4681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecret.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureSecret {
 	SourceVault: interface{},
@@ -4731,7 +4731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecretSourceVault.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureSecretSourceVault {
 	Name: *string,
@@ -4777,7 +4777,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecretVaultCertificates.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureSecretVaultCertificates {
 	CertificateStore: *string,
@@ -4823,7 +4823,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecurity.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureSecurity {
 	ConfidentialOsDiskEncryption: interface{},
@@ -4911,7 +4911,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSignal.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureSignal {
 	Timeout: *f64,
@@ -4957,7 +4957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureStrategy.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureStrategy {
 	FallbackToOnDemand: interface{},
@@ -4967,7 +4967,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
 	OdWindows: *[]*string,
 	OptimizationWindows: *[]*string,
 	PreferredLifeCycle: *string,
-	RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot,
+	RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot,
 	VmAdmins: *[]*string,
 }
 ```
@@ -5105,7 +5105,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureStrategyCapacityReservation.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservation {
 	ShouldUtilize: interface{},
@@ -5167,7 +5167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups {
 	CrgName: *string,
@@ -5227,7 +5227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureStrategyRevertToSpot {
 	PerformAt: *string,
@@ -5259,7 +5259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureTag.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureTag {
 	TagKey: *string,
@@ -5305,7 +5305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureUpdateState.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureUpdateState {
 	State: *string,
@@ -5337,13 +5337,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureVmSizes.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureVmSizes {
 	OdSizes: *[]*string,
 	ExcludedVmSizes: *[]*string,
 	PreferredSpotSizes: *[]*string,
-	SpotSizeAttributes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureVmSizesSpotSizeAttributes,
+	SpotSizeAttributes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureVmSizesSpotSizeAttributes,
 	SpotSizes: *[]*string,
 }
 ```
@@ -5427,7 +5427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureVmSizesSpotSizeAttributes.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 &statefulnodeazure.StatefulNodeAzureVmSizesSpotSizeAttributes {
 	MaxCpu: *f64,
@@ -5531,7 +5531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureAttachDataDiskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureAttachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureAttachDataDiskList
 ```
@@ -5691,7 +5691,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureAttachDataDiskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureAttachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureAttachDataDiskOutputReference
 ```
@@ -6104,7 +6104,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureBootDiagnosticsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureBootDiagnosticsList
 ```
@@ -6264,7 +6264,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureBootDiagnosticsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureBootDiagnosticsOutputReference
 ```
@@ -6618,7 +6618,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureDataDiskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDataDiskList
 ```
@@ -6778,7 +6778,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureDataDiskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDataDiskOutputReference
 ```
@@ -7111,7 +7111,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureDeleteList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDeleteList
 ```
@@ -7271,7 +7271,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureDeleteOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDeleteOutputReference
 ```
@@ -7850,7 +7850,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureDetachDataDiskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureDetachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDetachDataDiskList
 ```
@@ -8010,7 +8010,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureDetachDataDiskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureDetachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDetachDataDiskOutputReference
 ```
@@ -8372,7 +8372,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureExtensionList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureExtensionList
 ```
@@ -8532,7 +8532,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureExtensionOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureExtensionOutputReference
 ```
@@ -8967,7 +8967,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureHealthOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureHealthOutputReference
 ```
@@ -9318,7 +9318,7 @@ func InternalValue() StatefulNodeAzureHealth
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImageCustomImageList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureImageCustomImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageCustomImageList
 ```
@@ -9478,7 +9478,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImageCustomImageOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureImageCustomImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageCustomImageOutputReference
 ```
@@ -9789,7 +9789,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImageGalleryList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureImageGalleryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageGalleryList
 ```
@@ -9949,7 +9949,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImageGalleryOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureImageGalleryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageGalleryOutputReference
 ```
@@ -10333,7 +10333,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImageMarketplaceImageList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageMarketplaceImageList
 ```
@@ -10493,7 +10493,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImageMarketplaceImageOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageMarketplaceImageOutputReference
 ```
@@ -10848,7 +10848,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImageOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureImageOutputReference
 ```
@@ -11223,7 +11223,7 @@ func InternalValue() StatefulNodeAzureImage
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImportVmList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureImportVmList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImportVmList
 ```
@@ -11383,7 +11383,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureImportVmOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureImportVmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImportVmOutputReference
 ```
@@ -11752,7 +11752,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureLoadBalancerList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureLoadBalancerList
 ```
@@ -11912,7 +11912,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureLoadBalancerOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureLoadBalancerOutputReference
 ```
@@ -12296,7 +12296,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureLoginOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureLoginOutputReference
 ```
@@ -12625,7 +12625,7 @@ func InternalValue() StatefulNodeAzureLogin
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureManagedServiceIdentitiesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureManagedServiceIdentitiesList
 ```
@@ -12785,7 +12785,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureManagedServiceIdentitiesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureManagedServiceIdentitiesOutputReference
 ```
@@ -13096,7 +13096,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList
 ```
@@ -13256,7 +13256,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference
 ```
@@ -13567,7 +13567,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList
 ```
@@ -13727,7 +13727,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference
 ```
@@ -14038,7 +14038,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceList
 ```
@@ -14198,7 +14198,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList
 ```
@@ -14358,7 +14358,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference
 ```
@@ -14683,7 +14683,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfaceOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceOutputReference
 ```
@@ -15278,7 +15278,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfacePublicIpsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsList
 ```
@@ -15438,7 +15438,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference
 ```
@@ -15749,7 +15749,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureNetworkOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureNetworkOutputReference
 ```
@@ -16077,7 +16077,7 @@ func InternalValue() StatefulNodeAzureNetwork
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureOsDiskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureOsDiskOutputReference
 ```
@@ -16406,7 +16406,7 @@ func InternalValue() StatefulNodeAzureOsDisk
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureProximityPlacementGroupsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureProximityPlacementGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureProximityPlacementGroupsList
 ```
@@ -16566,7 +16566,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureProximityPlacementGroupsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureProximityPlacementGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureProximityPlacementGroupsOutputReference
 ```
@@ -16877,7 +16877,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSchedulingTaskList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSchedulingTaskList
 ```
@@ -17037,7 +17037,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSchedulingTaskOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSchedulingTaskOutputReference
 ```
@@ -17370,7 +17370,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecretList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSecretList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretList
 ```
@@ -17530,7 +17530,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecretOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSecretOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretOutputReference
 ```
@@ -17867,7 +17867,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecretSourceVaultList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretSourceVaultList
 ```
@@ -18027,7 +18027,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecretSourceVaultOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretSourceVaultOutputReference
 ```
@@ -18338,7 +18338,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecretVaultCertificatesList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretVaultCertificatesList
 ```
@@ -18498,7 +18498,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecretVaultCertificatesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretVaultCertificatesOutputReference
 ```
@@ -18823,7 +18823,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSecurityOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSecurityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureSecurityOutputReference
 ```
@@ -19217,7 +19217,7 @@ func InternalValue() StatefulNodeAzureSecurity
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSignalList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSignalList
 ```
@@ -19377,7 +19377,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureSignalOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSignalOutputReference
 ```
@@ -19688,7 +19688,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList
 ```
@@ -19848,7 +19848,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference
 ```
@@ -20188,7 +20188,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureStrategyCapacityReservationList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationList
 ```
@@ -20348,7 +20348,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureStrategyCapacityReservationOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationOutputReference
 ```
@@ -20701,7 +20701,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureStrategyOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyOutputReference
 ```
@@ -21230,7 +21230,7 @@ func InternalValue() StatefulNodeAzureStrategy
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpotOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureStrategyRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyRevertToSpotOutputReference
 ```
@@ -21501,7 +21501,7 @@ func InternalValue() StatefulNodeAzureStrategyRevertToSpot
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureTagList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureTagList
 ```
@@ -21661,7 +21661,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureTagOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureTagOutputReference
 ```
@@ -21979,7 +21979,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureUpdateStateList.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureUpdateStateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureUpdateStateList
 ```
@@ -22139,7 +22139,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureUpdateStateOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureUpdateStateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureUpdateStateOutputReference
 ```
@@ -22428,7 +22428,7 @@ func InternalValue() interface{}
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureVmSizesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureVmSizesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureVmSizesOutputReference
 ```
@@ -22828,7 +22828,7 @@ func InternalValue() StatefulNodeAzureVmSizes
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.statefulNodeAzure.StatefulNodeAzureVmSizesSpotSizeAttributesOutputReference.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
 
 statefulnodeazure.NewStatefulNodeAzureVmSizesSpotSizeAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureVmSizesSpotSizeAttributesOutputReference
 ```
diff --git a/docs/subscription.go.md b/docs/subscription.go.md
index a84a43f52..ee58bd808 100644
--- a/docs/subscription.go.md
+++ b/docs/subscription.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
 #### Initializers <a name="Initializers" id="@cdktf/provider-spotinst.subscription.Subscription.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription"
 
 subscription.NewSubscription(scope Construct, id *string, config SubscriptionConfig) Subscription
 ```
@@ -392,7 +392,7 @@ func ResetId()
 ##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-spotinst.subscription.Subscription.isConstruct"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription"
 
 subscription.Subscription_IsConstruct(x interface{}) *bool
 ```
@@ -424,7 +424,7 @@ Any object.
 ##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-spotinst.subscription.Subscription.isTerraformElement"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription"
 
 subscription.Subscription_IsTerraformElement(x interface{}) *bool
 ```
@@ -438,7 +438,7 @@ subscription.Subscription_IsTerraformElement(x interface{}) *bool
 ##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-spotinst.subscription.Subscription.isTerraformResource"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription"
 
 subscription.Subscription_IsTerraformResource(x interface{}) *bool
 ```
@@ -452,7 +452,7 @@ subscription.Subscription_IsTerraformResource(x interface{}) *bool
 ##### `GenerateConfigForImport` <a name="GenerateConfigForImport" id="@cdktf/provider-spotinst.subscription.Subscription.generateConfigForImport"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription"
 
 subscription.Subscription_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
 ```
@@ -813,7 +813,7 @@ func TfResourceType() *string
 #### Initializer <a name="Initializer" id="@cdktf/provider-spotinst.subscription.SubscriptionConfig.Initializer"></a>
 
 ```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription"
 
 &subscription.SubscriptionConfig {
 	Connection: interface{},
diff --git a/src/account-aws/index.ts b/src/account-aws/index.ts
index 9fad80f0e..a7333d09c 100644
--- a/src/account-aws/index.ts
+++ b/src/account-aws/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/account_aws
 // generated from terraform resource schema
 
diff --git a/src/account/index.ts b/src/account/index.ts
index baa64ec96..8eb3c4ea1 100644
--- a/src/account/index.ts
+++ b/src/account/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/account
 // generated from terraform resource schema
 
diff --git a/src/credentials-aws/index.ts b/src/credentials-aws/index.ts
index 5998fddcb..6d4cc9de7 100644
--- a/src/credentials-aws/index.ts
+++ b/src/credentials-aws/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/credentials_aws
 // generated from terraform resource schema
 
diff --git a/src/credentials-gcp/index.ts b/src/credentials-gcp/index.ts
index 7401701f3..2a11ed57b 100644
--- a/src/credentials-gcp/index.ts
+++ b/src/credentials-gcp/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/credentials_gcp
 // generated from terraform resource schema
 
diff --git a/src/data-integration/index.ts b/src/data-integration/index.ts
index bfadc329b..5bdaa654d 100644
--- a/src/data-integration/index.ts
+++ b/src/data-integration/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/data_integration
 // generated from terraform resource schema
 
diff --git a/src/elastigroup-aws-beanstalk/index.ts b/src/elastigroup-aws-beanstalk/index.ts
index a61b73c50..076edcbb8 100644
--- a/src/elastigroup-aws-beanstalk/index.ts
+++ b/src/elastigroup-aws-beanstalk/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_aws_beanstalk
 // generated from terraform resource schema
 
diff --git a/src/elastigroup-aws-suspension/index.ts b/src/elastigroup-aws-suspension/index.ts
index 7f7885e0e..e383ed6c5 100644
--- a/src/elastigroup-aws-suspension/index.ts
+++ b/src/elastigroup-aws-suspension/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_aws_suspension
 // generated from terraform resource schema
 
diff --git a/src/elastigroup-aws/index.ts b/src/elastigroup-aws/index.ts
index 9d39034e5..a8c82e77f 100644
--- a/src/elastigroup-aws/index.ts
+++ b/src/elastigroup-aws/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_aws
 // generated from terraform resource schema
 
diff --git a/src/elastigroup-azure-v3/index.ts b/src/elastigroup-azure-v3/index.ts
index 88d8f38ba..bafa1b3c4 100644
--- a/src/elastigroup-azure-v3/index.ts
+++ b/src/elastigroup-azure-v3/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_azure_v3
 // generated from terraform resource schema
 
diff --git a/src/elastigroup-gcp/index.ts b/src/elastigroup-gcp/index.ts
index 79a0102ed..c74a32305 100644
--- a/src/elastigroup-gcp/index.ts
+++ b/src/elastigroup-gcp/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_gcp
 // generated from terraform resource schema
 
diff --git a/src/elastigroup-gke/index.ts b/src/elastigroup-gke/index.ts
index 2736b9c0f..40b2426e4 100644
--- a/src/elastigroup-gke/index.ts
+++ b/src/elastigroup-gke/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_gke
 // generated from terraform resource schema
 
diff --git a/src/health-check/index.ts b/src/health-check/index.ts
index be721fa10..8c9bc312a 100644
--- a/src/health-check/index.ts
+++ b/src/health-check/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/health_check
 // generated from terraform resource schema
 
diff --git a/src/index.ts b/src/index.ts
index b0ef8bbcd..baeaebacf 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 account from './account';
 export * as accountAws from './account-aws';
diff --git a/src/lazy-index.ts b/src/lazy-index.ts
index f1927559e..04617a95d 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, 'account', { get: function () { return require('./account'); } });
 Object.defineProperty(exports, 'accountAws', { get: function () { return require('./account-aws'); } });
diff --git a/src/managed-instance-aws/index.ts b/src/managed-instance-aws/index.ts
index faa9e158f..868545c8c 100644
--- a/src/managed-instance-aws/index.ts
+++ b/src/managed-instance-aws/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/managed_instance_aws
 // generated from terraform resource schema
 
diff --git a/src/mrscaler-aws/index.ts b/src/mrscaler-aws/index.ts
index 1e81ce5df..8c01a1c00 100644
--- a/src/mrscaler-aws/index.ts
+++ b/src/mrscaler-aws/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/mrscaler_aws
 // generated from terraform resource schema
 
diff --git a/src/ocean-aks-np-virtual-node-group/index.ts b/src/ocean-aks-np-virtual-node-group/index.ts
index fb790d1ed..bc43c47c8 100644
--- a/src/ocean-aks-np-virtual-node-group/index.ts
+++ b/src/ocean-aks-np-virtual-node-group/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_aks_np_virtual_node_group
 // generated from terraform resource schema
 
diff --git a/src/ocean-aks-np/index.ts b/src/ocean-aks-np/index.ts
index e7b1f55f0..d07bcfaa4 100644
--- a/src/ocean-aks-np/index.ts
+++ b/src/ocean-aks-np/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_aks_np
 // generated from terraform resource schema
 
diff --git a/src/ocean-aws-extended-resource-definition/index.ts b/src/ocean-aws-extended-resource-definition/index.ts
index b711dbd85..6a1c02317 100644
--- a/src/ocean-aws-extended-resource-definition/index.ts
+++ b/src/ocean-aws-extended-resource-definition/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_aws_extended_resource_definition
 // generated from terraform resource schema
 
diff --git a/src/ocean-aws-launch-spec/index.ts b/src/ocean-aws-launch-spec/index.ts
index 7f629406d..f02914d67 100644
--- a/src/ocean-aws-launch-spec/index.ts
+++ b/src/ocean-aws-launch-spec/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_aws_launch_spec
 // generated from terraform resource schema
 
diff --git a/src/ocean-aws/index.ts b/src/ocean-aws/index.ts
index 967ee6bfb..4c62c38ac 100644
--- a/src/ocean-aws/index.ts
+++ b/src/ocean-aws/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_aws
 // generated from terraform resource schema
 
diff --git a/src/ocean-ecs-launch-spec/index.ts b/src/ocean-ecs-launch-spec/index.ts
index 157001fe5..42753d04a 100644
--- a/src/ocean-ecs-launch-spec/index.ts
+++ b/src/ocean-ecs-launch-spec/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_ecs_launch_spec
 // generated from terraform resource schema
 
diff --git a/src/ocean-ecs/index.ts b/src/ocean-ecs/index.ts
index 1c368a5e7..d18f166b0 100644
--- a/src/ocean-ecs/index.ts
+++ b/src/ocean-ecs/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_ecs
 // generated from terraform resource schema
 
diff --git a/src/ocean-gke-import/index.ts b/src/ocean-gke-import/index.ts
index 7d91f2b3e..38fd005a2 100644
--- a/src/ocean-gke-import/index.ts
+++ b/src/ocean-gke-import/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_gke_import
 // generated from terraform resource schema
 
diff --git a/src/ocean-gke-launch-spec-import/index.ts b/src/ocean-gke-launch-spec-import/index.ts
index af9809a5f..ebb4f05d8 100644
--- a/src/ocean-gke-launch-spec-import/index.ts
+++ b/src/ocean-gke-launch-spec-import/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_gke_launch_spec_import
 // generated from terraform resource schema
 
diff --git a/src/ocean-gke-launch-spec/index.ts b/src/ocean-gke-launch-spec/index.ts
index 61801a2e9..07ab7e7a6 100644
--- a/src/ocean-gke-launch-spec/index.ts
+++ b/src/ocean-gke-launch-spec/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_gke_launch_spec
 // generated from terraform resource schema
 
diff --git a/src/ocean-right-sizing-rule/index.ts b/src/ocean-right-sizing-rule/index.ts
index 4d3847870..b8bf3bc9b 100644
--- a/src/ocean-right-sizing-rule/index.ts
+++ b/src/ocean-right-sizing-rule/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_right_sizing_rule
 // generated from terraform resource schema
 
diff --git a/src/ocean-spark-virtual-node-group/index.ts b/src/ocean-spark-virtual-node-group/index.ts
index 95f5133fb..50a597cb3 100644
--- a/src/ocean-spark-virtual-node-group/index.ts
+++ b/src/ocean-spark-virtual-node-group/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_spark_virtual_node_group
 // generated from terraform resource schema
 
diff --git a/src/ocean-spark/index.ts b/src/ocean-spark/index.ts
index cf3913f5d..508d1682c 100644
--- a/src/ocean-spark/index.ts
+++ b/src/ocean-spark/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_spark
 // generated from terraform resource schema
 
diff --git a/src/oceancd-rollout-spec/index.ts b/src/oceancd-rollout-spec/index.ts
index 598160743..b3e76bb1d 100644
--- a/src/oceancd-rollout-spec/index.ts
+++ b/src/oceancd-rollout-spec/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/oceancd_rollout_spec
 // generated from terraform resource schema
 
diff --git a/src/oceancd-strategy/index.ts b/src/oceancd-strategy/index.ts
index d2c7950fe..747f1caf4 100644
--- a/src/oceancd-strategy/index.ts
+++ b/src/oceancd-strategy/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/oceancd_strategy
 // generated from terraform resource schema
 
diff --git a/src/oceancd-verification-provider/index.ts b/src/oceancd-verification-provider/index.ts
index fcd9c5b57..a0386e8c0 100644
--- a/src/oceancd-verification-provider/index.ts
+++ b/src/oceancd-verification-provider/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/oceancd_verification_provider
 // generated from terraform resource schema
 
diff --git a/src/oceancd-verification-template/index.ts b/src/oceancd-verification-template/index.ts
index 337d6bb0a..f5dd9c0e2 100644
--- a/src/oceancd-verification-template/index.ts
+++ b/src/oceancd-verification-template/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/oceancd_verification_template
 // generated from terraform resource schema
 
diff --git a/src/organization-policy/index.ts b/src/organization-policy/index.ts
index 0f9fdead6..f531dd5c5 100644
--- a/src/organization-policy/index.ts
+++ b/src/organization-policy/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/organization_policy
 // generated from terraform resource schema
 
diff --git a/src/organization-programmatic-user/index.ts b/src/organization-programmatic-user/index.ts
index 8c2018f81..e2af4183f 100644
--- a/src/organization-programmatic-user/index.ts
+++ b/src/organization-programmatic-user/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/organization_programmatic_user
 // generated from terraform resource schema
 
diff --git a/src/organization-user-group/index.ts b/src/organization-user-group/index.ts
index b650a11fe..a66e201d6 100644
--- a/src/organization-user-group/index.ts
+++ b/src/organization-user-group/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/organization_user_group
 // generated from terraform resource schema
 
diff --git a/src/organization-user/index.ts b/src/organization-user/index.ts
index 0ad1f3279..493019ec8 100644
--- a/src/organization-user/index.ts
+++ b/src/organization-user/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/organization_user
 // generated from terraform resource schema
 
diff --git a/src/provider/index.ts b/src/provider/index.ts
index 9461a0b45..ca56f16cd 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/spotinst/spotinst/1.202.0/docs
 // generated from terraform resource schema
 
diff --git a/src/stateful-node-azure/index.ts b/src/stateful-node-azure/index.ts
index a2e7279a0..ef0ba5dee 100644
--- a/src/stateful-node-azure/index.ts
+++ b/src/stateful-node-azure/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/stateful_node_azure
 // generated from terraform resource schema
 
diff --git a/src/subscription/index.ts b/src/subscription/index.ts
index c486e392e..8e9490988 100644
--- a/src/subscription/index.ts
+++ b/src/subscription/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
 // https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/subscription
 // generated from terraform resource schema