diff --git a/docs/accountAws.go.md b/docs/accountAws.go.md
index 9ad7f7b8a..c64588097 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
```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`
```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`
```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`
```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`
```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
```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 7f7946218..d87bd3379 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
```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`
```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`
```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`
```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`
```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
```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/dataIntegration.go.md b/docs/dataIntegration.go.md
index b9bdd7b46..cfb484448 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
```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`
```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`
```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`
```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`
```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
```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
```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
```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 deef5172e..444dc0aa7 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
```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
```
@@ -1353,7 +1353,7 @@ func ResetWaitForCapacityTimeout()
##### `IsConstruct`
```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
```
@@ -1385,7 +1385,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -1399,7 +1399,7 @@ elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -1413,7 +1413,7 @@ elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -3468,7 +3468,7 @@ func TfResourceType() *string
#### Initializer
```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{},
@@ -3488,7 +3488,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,
@@ -3510,25 +3510,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,
@@ -3541,7 +3541,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
Region: *string,
ResourceRequirements: interface{},
ResourceTagSpecification: 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{},
@@ -3550,12 +3550,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{},
@@ -4801,7 +4801,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4833,7 +4833,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4977,7 +4977,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5023,7 +5023,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -5057,7 +5057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5092,7 +5092,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```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,
@@ -5138,12 +5138,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -5202,13 +5202,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -5278,7 +5278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5324,10 +5324,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -5358,7 +5358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5418,7 +5418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -5480,7 +5480,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5526,14 +5526,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
}
```
@@ -5632,7 +5632,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5678,7 +5678,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5738,18 +5738,18 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -5890,7 +5890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5936,7 +5936,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5982,7 +5982,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6042,7 +6042,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6074,10 +6074,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -6108,7 +6108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -6140,13 +6140,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -6304,7 +6304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6350,7 +6350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6410,7 +6410,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6456,7 +6456,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6488,7 +6488,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6496,8 +6496,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{},
}
```
@@ -6624,7 +6624,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6670,7 +6670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6702,7 +6702,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6762,7 +6762,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6836,7 +6836,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -6870,7 +6870,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -6946,7 +6946,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -7006,14 +7006,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -7114,7 +7114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -7160,7 +7160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -7208,11 +7208,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -7256,7 +7256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -7302,7 +7302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -7506,7 +7506,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -7552,7 +7552,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -7598,10 +7598,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -7632,7 +7632,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -7666,7 +7666,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -7701,7 +7701,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```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,
@@ -7761,7 +7761,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -7811,7 +7811,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -7857,7 +7857,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -7975,7 +7975,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -8021,7 +8021,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -8151,7 +8151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -8295,7 +8295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -8369,7 +8369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -8415,7 +8415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -8731,7 +8731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -8777,10 +8777,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -8825,7 +8825,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -8941,7 +8941,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -8987,7 +8987,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -9189,7 +9189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -9235,7 +9235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -9551,7 +9551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -9597,10 +9597,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -9645,7 +9645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -9761,7 +9761,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -9989,7 +9989,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -10035,7 +10035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -10109,7 +10109,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -10155,7 +10155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -10201,13 +10201,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -10277,13 +10277,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
@@ -10381,12 +10381,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
}
```
@@ -10457,7 +10457,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -10547,7 +10547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -10818,7 +10818,7 @@ func InternalValue() ElastigroupAwsCpuOptions
#### Initializers
```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
```
@@ -10978,7 +10978,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11499,7 +11499,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11659,7 +11659,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11970,7 +11970,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12130,7 +12130,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12419,7 +12419,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12579,7 +12579,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12881,7 +12881,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13041,7 +13041,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13352,7 +13352,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13730,7 +13730,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferences
#### Initializers
```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
```
@@ -14037,7 +14037,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStra
#### Initializers
```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
```
@@ -14328,7 +14328,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActions
#### Initializers
```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
```
@@ -14664,7 +14664,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpd
#### Initializers
```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
```
@@ -15026,7 +15026,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalk
#### Initializers
```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
```
@@ -15186,7 +15186,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -15497,7 +15497,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -15825,7 +15825,7 @@ func InternalValue() ElastigroupAwsIntegrationCodedeploy
#### Initializers
```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
```
@@ -16132,7 +16132,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleDown
#### Initializers
```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
```
@@ -16468,7 +16468,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom
#### Initializers
```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
```
@@ -16903,7 +16903,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarm
#### Initializers
```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
```
@@ -17063,7 +17063,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -17374,7 +17374,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -17681,7 +17681,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleDown
#### Initializers
```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
```
@@ -18017,7 +18017,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleHeadroom
#### Initializers
```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
```
@@ -18288,7 +18288,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsBatch
#### Initializers
```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
```
@@ -18843,7 +18843,7 @@ func InternalValue() ElastigroupAwsIntegrationEcs
#### Initializers
```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
```
@@ -19134,7 +19134,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlab
#### Initializers
```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
```
@@ -19412,7 +19412,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlabRunner
#### Initializers
```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
```
@@ -19719,7 +19719,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleDown
#### Initializers
```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
```
@@ -20055,7 +20055,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom
#### Initializers
```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
```
@@ -20215,7 +20215,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -20526,7 +20526,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -21104,7 +21104,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetes
#### Initializers
```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
```
@@ -21375,7 +21375,7 @@ func InternalValue() ElastigroupAwsIntegrationMesosphere
#### Initializers
```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
```
@@ -21535,7 +21535,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -21846,7 +21846,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -22124,7 +22124,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleDown
#### Initializers
```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
```
@@ -22460,7 +22460,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleHeadroom
#### Initializers
```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
```
@@ -22966,7 +22966,7 @@ func InternalValue() ElastigroupAwsIntegrationNomad
#### Initializers
```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
```
@@ -23310,7 +23310,7 @@ func InternalValue() ElastigroupAwsIntegrationRancher
#### Initializers
```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
```
@@ -23470,7 +23470,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -23852,7 +23852,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -24012,7 +24012,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -24359,7 +24359,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -24643,7 +24643,7 @@ func InternalValue() ElastigroupAwsIntegrationRoute53
#### Initializers
```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
```
@@ -24936,7 +24936,7 @@ func InternalValue() ElastigroupAwsItfDefaultStaticTargetGroup
#### Initializers
```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
```
@@ -25096,7 +25096,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -25256,7 +25256,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -25416,7 +25416,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -25747,7 +25747,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -26040,7 +26040,7 @@ func InternalValue() ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup
#### Initializers
```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
```
@@ -26364,7 +26364,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -26816,7 +26816,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -26976,7 +26976,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -27136,7 +27136,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -27461,7 +27461,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -28103,7 +28103,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -28263,7 +28263,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -28581,7 +28581,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -28872,7 +28872,7 @@ func InternalValue() ElastigroupAwsLoggingExport
#### Initializers
```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
```
@@ -29032,7 +29032,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -29321,7 +29321,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -29612,7 +29612,7 @@ func InternalValue() ElastigroupAwsLogging
#### Initializers
```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
```
@@ -29941,7 +29941,7 @@ func InternalValue() ElastigroupAwsMetadataOptions
#### Initializers
```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
```
@@ -30101,7 +30101,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -30412,7 +30412,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -30572,7 +30572,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -30890,7 +30890,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -31050,7 +31050,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -31512,7 +31512,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -31845,7 +31845,7 @@ func InternalValue() ElastigroupAwsMultipleMetrics
#### Initializers
```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
```
@@ -32005,7 +32005,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -32497,7 +32497,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -32657,7 +32657,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -33157,7 +33157,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -33317,7 +33317,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -33700,7 +33700,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -34000,7 +34000,7 @@ func InternalValue() ElastigroupAwsRevertToSpot
#### Initializers
```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
```
@@ -34160,7 +34160,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -34478,7 +34478,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -34638,7 +34638,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -35519,7 +35519,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -35964,7 +35964,7 @@ func InternalValue() ElastigroupAwsScalingDownPolicyStepAdjustmentsAction
#### Initializers
```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
```
@@ -36124,7 +36124,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -36448,7 +36448,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -36608,7 +36608,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -36933,7 +36933,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -37093,7 +37093,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -37411,7 +37411,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -37571,7 +37571,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -38200,7 +38200,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -38360,7 +38360,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -38678,7 +38678,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -38838,7 +38838,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -39719,7 +39719,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -40164,7 +40164,7 @@ func InternalValue() ElastigroupAwsScalingUpPolicyStepAdjustmentsAction
#### Initializers
```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
```
@@ -40324,7 +40324,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -40648,7 +40648,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -40808,7 +40808,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -41503,7 +41503,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -41663,7 +41663,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -41981,7 +41981,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -42346,7 +42346,7 @@ func InternalValue() ElastigroupAwsStatefulDeallocation
#### Initializers
```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
```
@@ -42506,7 +42506,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -42817,7 +42817,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -42977,7 +42977,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -43302,7 +43302,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -43666,7 +43666,7 @@ func InternalValue() ElastigroupAwsUpdatePolicy
#### Initializers
```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
```
@@ -44095,7 +44095,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfig
#### Initializers
```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
```
@@ -44482,7 +44482,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure
#### Initializers
```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 6b297e31e..e347fbb0c 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
```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`
```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`
```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`
```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`
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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 9298fc679..22add1b2f 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
```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`
```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`
```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`
```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`
```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
```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
```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
```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
```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 8379ee4e3..973f64acb 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
```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
```
@@ -527,7 +527,7 @@ func ResetTags()
##### `IsConstruct`
```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
```
@@ -559,7 +559,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -573,7 +573,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -587,7 +587,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -1256,7 +1256,7 @@ func TfResourceType() *string
#### Initializer
```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{},
@@ -1268,7 +1268,7 @@ 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,
OdSizes: *[]*string,
Os: *string,
Region: *string,
@@ -1279,7 +1279,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
DrainingTimeout: *f64,
Id: *string,
Image: 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,
@@ -1651,7 +1651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -1701,7 +1701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1747,7 +1747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1821,7 +1821,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1881,7 +1881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1927,7 +1927,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -1989,7 +1989,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2081,7 +2081,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2127,7 +2127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2173,7 +2173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2221,7 +2221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -2381,7 +2381,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -2692,7 +2692,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -2852,7 +2852,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -3012,7 +3012,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -3367,7 +3367,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -3718,7 +3718,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4047,7 +4047,7 @@ func InternalValue() ElastigroupAzureV3Login
#### Initializers
```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
```
@@ -4207,7 +4207,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4518,7 +4518,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4678,7 +4678,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4996,7 +4996,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5156,7 +5156,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5467,7 +5467,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5627,7 +5627,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6044,7 +6044,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6372,7 +6372,7 @@ func InternalValue() ElastigroupAzureV3Network
#### Initializers
```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
```
@@ -6532,7 +6532,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
diff --git a/docs/elastigroupGcp.go.md b/docs/elastigroupGcp.go.md
index b974d4361..bf9b77e93 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
```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
```
@@ -792,7 +792,7 @@ func ResetUnhealthyDuration()
##### `IsConstruct`
```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
```
@@ -824,7 +824,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -838,7 +838,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -852,7 +852,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -1895,7 +1895,7 @@ func TfResourceType() *string
#### Initializer
```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,
@@ -1971,7 +1971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2017,7 +2017,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2044,8 +2044,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,
@@ -2666,7 +2666,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2798,7 +2798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2858,7 +2858,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2904,7 +2904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2950,7 +2950,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2996,12 +2996,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -3146,7 +3146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3178,7 +3178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3238,7 +3238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3284,7 +3284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3330,7 +3330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3376,7 +3376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3440,7 +3440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3486,7 +3486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3532,7 +3532,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3748,7 +3748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3794,7 +3794,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4010,7 +4010,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4056,7 +4056,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4158,7 +4158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4206,7 +4206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -4366,7 +4366,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4526,7 +4526,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4837,7 +4837,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5226,7 +5226,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5386,7 +5386,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5733,7 +5733,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5893,7 +5893,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6405,7 +6405,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6565,7 +6565,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6876,7 +6876,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7036,7 +7036,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7347,7 +7347,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7640,7 +7640,7 @@ func InternalValue() ElastigroupGcpIntegrationDockerSwarm
#### Initializers
```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
```
@@ -7918,7 +7918,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleDown
#### Initializers
```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
```
@@ -8254,7 +8254,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleHeadroom
#### Initializers
```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
```
@@ -8414,7 +8414,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8725,7 +8725,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9274,7 +9274,7 @@ func InternalValue() ElastigroupGcpIntegrationGke
#### Initializers
```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
```
@@ -9434,7 +9434,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9745,7 +9745,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9905,7 +9905,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10216,7 +10216,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10376,7 +10376,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10701,7 +10701,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10861,7 +10861,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11172,7 +11172,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11332,7 +11332,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11705,7 +11705,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11865,7 +11865,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12183,7 +12183,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12343,7 +12343,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12994,7 +12994,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13154,7 +13154,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13472,7 +13472,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13632,7 +13632,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -14283,7 +14283,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -14443,7 +14443,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -14877,7 +14877,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -15037,7 +15037,7 @@ func InternalValue() interface{}
#### Initializers
```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 884c26466..7ab7311f7 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
```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
```
@@ -724,7 +724,7 @@ func ResetTags()
##### `IsConstruct`
```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
```
@@ -756,7 +756,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -770,7 +770,7 @@ elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -784,7 +784,7 @@ elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -1717,7 +1717,7 @@ func TfResourceType() *string
#### Initializer
```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,
@@ -1793,7 +1793,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1839,7 +1839,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -1863,8 +1863,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,
@@ -2414,7 +2414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2546,7 +2546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2606,7 +2606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2652,7 +2652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2698,7 +2698,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2744,12 +2744,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2894,7 +2894,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2926,7 +2926,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2986,7 +2986,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3032,7 +3032,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3078,7 +3078,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3124,7 +3124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3188,7 +3188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3234,7 +3234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3280,7 +3280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3496,7 +3496,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3542,7 +3542,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3758,7 +3758,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3806,7 +3806,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -3966,7 +3966,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4126,7 +4126,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4437,7 +4437,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4826,7 +4826,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4986,7 +4986,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5333,7 +5333,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5493,7 +5493,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6005,7 +6005,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6165,7 +6165,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6476,7 +6476,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6636,7 +6636,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6947,7 +6947,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7240,7 +7240,7 @@ func InternalValue() ElastigroupGkeIntegrationDockerSwarm
#### Initializers
```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
```
@@ -7518,7 +7518,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleDown
#### Initializers
```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
```
@@ -7854,7 +7854,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleHeadroom
#### Initializers
```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
```
@@ -8014,7 +8014,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8325,7 +8325,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8874,7 +8874,7 @@ func InternalValue() ElastigroupGkeIntegrationGke
#### Initializers
```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
```
@@ -9034,7 +9034,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9345,7 +9345,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9505,7 +9505,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9816,7 +9816,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9976,7 +9976,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10301,7 +10301,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10461,7 +10461,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10772,7 +10772,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10932,7 +10932,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11305,7 +11305,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11465,7 +11465,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11783,7 +11783,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11943,7 +11943,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12594,7 +12594,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12754,7 +12754,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13072,7 +13072,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13232,7 +13232,7 @@ func InternalValue() interface{}
#### Initializers
```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 4e306b256..3fd267aad 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
```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`
```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`
```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`
```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`
```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
```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
```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
```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 3af77277f..ed6c5ee8a 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
```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
```
@@ -781,7 +781,7 @@ func ResetUtilizeReservedInstances()
##### `IsConstruct`
```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
```
@@ -813,7 +813,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -827,7 +827,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -841,7 +841,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -2082,11 +2082,11 @@ func TfResourceType() *string
#### Initializer
```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,
}
```
@@ -2130,7 +2130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2260,7 +2260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2292,11 +2292,11 @@ 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,
+ ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction,
MinimumInstanceLifetime: *f64,
NetworkInterface: interface{},
OptimizationWindows: *[]*string,
@@ -2308,7 +2308,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,
@@ -3029,7 +3029,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -3131,7 +3131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -3165,7 +3165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3241,7 +3241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3301,7 +3301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3361,7 +3361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3393,7 +3393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3453,7 +3453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -3527,7 +3527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3559,7 +3559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3647,7 +3647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3695,7 +3695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -4176,7 +4176,7 @@ func InternalValue() ManagedInstanceAwsBlockDeviceMappingsEbs
#### Initializers
```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
```
@@ -4336,7 +4336,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4667,7 +4667,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4827,7 +4827,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5268,7 +5268,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5428,7 +5428,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5810,7 +5810,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5970,7 +5970,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6317,7 +6317,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6601,7 +6601,7 @@ func InternalValue() ManagedInstanceAwsIntegrationRoute53
#### Initializers
```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
```
@@ -6761,7 +6761,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7108,7 +7108,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7379,7 +7379,7 @@ func InternalValue() ManagedInstanceAwsManagedInstanceAction
#### Initializers
```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
```
@@ -7539,7 +7539,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7886,7 +7886,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8046,7 +8046,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8429,7 +8429,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8700,7 +8700,7 @@ func InternalValue() ManagedInstanceAwsRevertToSpot
#### Initializers
```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
```
@@ -8860,7 +8860,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9265,7 +9265,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9425,7 +9425,7 @@ func InternalValue() interface{}
#### Initializers
```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 bbbb13823..86a8854e2 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
```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`
```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`
```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`
```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`
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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/oceanAks.go.md b/docs/oceanAks.go.md
index 4973ef1aa..25f5ad1d2 100644
--- a/docs/oceanAks.go.md
+++ b/docs/oceanAks.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAks(scope Construct, id *string, config OceanAksConfig) OceanAks
```
@@ -647,7 +647,7 @@ func ResetZones()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.OceanAks_IsConstruct(x interface{}) *bool
```
@@ -679,7 +679,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool
```
@@ -693,7 +693,7 @@ oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.OceanAks_IsTerraformResource(x interface{}) *bool
```
@@ -707,7 +707,7 @@ oceanaks.OceanAks_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.OceanAks_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1442,13 +1442,13 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksAutoscaler {
- AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleDown,
- AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroom,
+ AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksAutoscalerAutoscaleDown,
+ AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksAutoscalerAutoscaleHeadroom,
AutoscaleIsEnabled: interface{},
- ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerResourceLimits,
+ ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksAutoscalerResourceLimits,
}
```
@@ -1522,7 +1522,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksAutoscalerAutoscaleDown {
MaxScaleDownPercentage: *f64,
@@ -1554,10 +1554,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksAutoscalerAutoscaleHeadroom {
- Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic,
+ Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic,
}
```
@@ -1588,7 +1588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksAutoscalerAutoscaleHeadroomAutomatic {
IsEnabled: interface{},
@@ -1634,7 +1634,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksAutoscalerResourceLimits {
MaxMemoryGib: *f64,
@@ -1680,7 +1680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksConfig {
Connection: interface{},
@@ -1695,18 +1695,18 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
AksResourceGroupName: *string,
Name: *string,
SshPublicKey: *string,
- Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscaler,
+ Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksAutoscaler,
ControllerClusterId: *string,
CustomData: *string,
Extension: interface{},
- Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksHealth,
+ Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksHealth,
Id: *string,
Image: interface{},
LoadBalancer: interface{},
ManagedServiceIdentity: interface{},
MaxPods: *f64,
- Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksNetwork,
- OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksOsDisk,
+ Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksNetwork,
+ OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksOsDisk,
ResourceGroupName: *string,
Strategy: interface{},
Tag: interface{},
@@ -2129,7 +2129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksExtension {
ApiVersion: *string,
@@ -2217,7 +2217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksHealth {
GracePeriod: *f64,
@@ -2249,7 +2249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksImage {
Marketplace: interface{},
@@ -2283,7 +2283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksImageMarketplace {
Offer: *string,
@@ -2357,7 +2357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksLoadBalancer {
BackendPoolNames: *[]*string,
@@ -2445,7 +2445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksManagedServiceIdentity {
Name: *string,
@@ -2491,7 +2491,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksNetwork {
NetworkInterface: interface{},
@@ -2553,13 +2553,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksNetworkNetworkInterface {
AdditionalIpConfig: interface{},
AssignPublicIp: interface{},
IsPrimary: interface{},
- SecurityGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup,
+ SecurityGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup,
SubnetName: *string,
}
```
@@ -2645,7 +2645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksNetworkNetworkInterfaceAdditionalIpConfig {
Name: *string,
@@ -2691,7 +2691,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksNetworkNetworkInterfaceSecurityGroup {
Name: *string,
@@ -2737,7 +2737,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksOsDisk {
SizeGb: *f64,
@@ -2783,7 +2783,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksStrategy {
FallbackToOndemand: interface{},
@@ -2829,7 +2829,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksTag {
Key: *string,
@@ -2875,7 +2875,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
&oceanaks.OceanAksVmSizes {
Whitelist: *[]*string,
@@ -2909,7 +2909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleDownOutputReference
```
@@ -3187,7 +3187,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference
```
@@ -3494,7 +3494,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleHeadroomAutomatic
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomOutputReference
```
@@ -3785,7 +3785,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerOutputReference
```
@@ -4189,7 +4189,7 @@ func InternalValue() OceanAksAutoscaler
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerResourceLimitsOutputReference
```
@@ -4496,7 +4496,7 @@ func InternalValue() OceanAksAutoscalerResourceLimits
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksExtensionList
```
@@ -4656,7 +4656,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksExtensionOutputReference
```
@@ -5068,7 +5068,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksHealthOutputReference
```
@@ -5346,7 +5346,7 @@ func InternalValue() OceanAksHealth
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageList
```
@@ -5506,7 +5506,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageMarketplaceList
```
@@ -5666,7 +5666,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageMarketplaceOutputReference
```
@@ -6049,7 +6049,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageOutputReference
```
@@ -6358,7 +6358,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksLoadBalancerList
```
@@ -6518,7 +6518,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksLoadBalancerOutputReference
```
@@ -6930,7 +6930,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksManagedServiceIdentityList
```
@@ -7090,7 +7090,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksManagedServiceIdentityOutputReference
```
@@ -7401,7 +7401,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigList
```
@@ -7561,7 +7561,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference
```
@@ -7886,7 +7886,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceList
```
@@ -8046,7 +8046,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceOutputReference
```
@@ -8484,7 +8484,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksNetworkNetworkInterfaceSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkNetworkInterfaceSecurityGroupOutputReference
```
@@ -8791,7 +8791,7 @@ func InternalValue() OceanAksNetworkNetworkInterfaceSecurityGroup
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkOutputReference
```
@@ -9140,7 +9140,7 @@ func InternalValue() OceanAksNetwork
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksOsDiskOutputReference
```
@@ -9440,7 +9440,7 @@ func InternalValue() OceanAksOsDisk
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksStrategyList
```
@@ -9600,7 +9600,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksStrategyOutputReference
```
@@ -9925,7 +9925,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksTagList
```
@@ -10085,7 +10085,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksTagOutputReference
```
@@ -10410,7 +10410,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksVmSizesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVmSizesList
```
@@ -10570,7 +10570,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaks"
oceanaks.NewOceanAksVmSizesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVmSizesOutputReference
```
diff --git a/docs/oceanAksNp.go.md b/docs/oceanAksNp.go.md
index 570f3b2a3..98a74927a 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
```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
```
@@ -630,7 +630,7 @@ func ResetVnetSubnetIds()
##### `IsConstruct`
```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
```
@@ -662,7 +662,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -676,7 +676,7 @@ oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -690,7 +690,7 @@ oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -1579,13 +1579,13 @@ func TfResourceType() *string
#### Initializer
```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,
}
```
@@ -1659,7 +1659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1691,10 +1691,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -1725,7 +1725,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -1771,7 +1771,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1817,7 +1817,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -1834,12 +1834,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,
@@ -1851,11 +1851,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,
}
```
@@ -2356,7 +2356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2584,7 +2584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2658,7 +2658,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2690,10 +2690,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -2724,7 +2724,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
&oceanaksnp.OceanAksNpSchedulingShutdownHours {
TimeWindows: *[]*string,
@@ -2770,7 +2770,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2830,12 +2830,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -2892,7 +2892,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3024,7 +3024,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -3302,7 +3302,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleDown
#### Initializers
```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
```
@@ -3609,7 +3609,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroomAutomatic
#### Initializers
```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
```
@@ -3900,7 +3900,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroom
#### Initializers
```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
```
@@ -4304,7 +4304,7 @@ func InternalValue() OceanAksNpAutoscaler
#### Initializers
```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
```
@@ -4611,7 +4611,7 @@ func InternalValue() OceanAksNpAutoscalerResourceLimits
#### Initializers
```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
```
@@ -5295,7 +5295,7 @@ func InternalValue() OceanAksNpFilters
#### Initializers
```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
```
@@ -5455,7 +5455,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5838,7 +5838,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6116,7 +6116,7 @@ func InternalValue() OceanAksNpHealth
#### Initializers
```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
```
@@ -6407,7 +6407,7 @@ func InternalValue() OceanAksNpScheduling
#### Initializers
```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
```
@@ -6707,7 +6707,7 @@ func InternalValue() OceanAksNpSchedulingShutdownHours
#### Initializers
```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
```
@@ -6867,7 +6867,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7200,7 +7200,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7542,7 +7542,7 @@ func InternalValue() OceanAksNpUpdatePolicy
#### Initializers
```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 577cdff8d..5833296bc 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
```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
```
@@ -577,7 +577,7 @@ func ResetVnetSubnetIds()
##### `IsConstruct`
```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
```
@@ -609,7 +609,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -623,7 +623,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x inter
##### `IsTerraformResource`
```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
```
@@ -637,7 +637,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x inte
##### `GenerateConfigForImport`
```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
```
@@ -1372,7 +1372,7 @@ func TfResourceType() *string
#### Initializer
```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{},
@@ -1387,7 +1387,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,
@@ -1403,7 +1403,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualno
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,
}
```
@@ -1807,7 +1807,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2035,7 +2035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2109,7 +2109,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2169,12 +2169,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -2231,7 +2231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2363,7 +2363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -3047,7 +3047,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupFilters
#### Initializers
```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
```
@@ -3207,7 +3207,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -3590,7 +3590,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -3750,7 +3750,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4083,7 +4083,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4425,7 +4425,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupUpdatePolicy
#### Initializers
```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/oceanAksVirtualNodeGroup.go.md b/docs/oceanAksVirtualNodeGroup.go.md
index 047071466..aa449efcf 100644
--- a/docs/oceanAksVirtualNodeGroup.go.md
+++ b/docs/oceanAksVirtualNodeGroup.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroup(scope Construct, id *string, config OceanAksVirtualNodeGroupConfig) OceanAksVirtualNodeGroup
```
@@ -492,7 +492,7 @@ func ResetZones()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsConstruct(x interface{}) *bool
```
@@ -524,7 +524,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface{}) *bool
```
@@ -538,7 +538,7 @@ oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformResource(x interface{}) *bool
```
@@ -552,7 +552,7 @@ oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformResource(x interfac
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -979,7 +979,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
&oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscale {
AutoHeadroomPercentage: *f64,
@@ -1027,7 +1027,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
&oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom {
NumOfUnits: *f64,
@@ -1101,7 +1101,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
&oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupConfig {
Connection: interface{},
@@ -1342,7 +1342,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
&oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLabel {
Key: *string,
@@ -1388,11 +1388,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
&oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecification {
MaxPods: *f64,
- OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk,
+ OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk,
Tag: interface{},
}
```
@@ -1452,7 +1452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
&oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk {
SizeGb: *f64,
@@ -1512,7 +1512,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
&oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationTag {
Key: *string,
@@ -1558,7 +1558,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
&oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupResourceLimits {
MaxInstanceCount: *f64,
@@ -1590,7 +1590,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
&oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupTaint {
Effect: *string,
@@ -1652,7 +1652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList
```
@@ -1812,7 +1812,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference
```
@@ -2188,7 +2188,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleList
```
@@ -2348,7 +2348,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleOutputReference
```
@@ -2686,7 +2686,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLabelList
```
@@ -2846,7 +2846,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLabelOutputReference
```
@@ -3164,7 +3164,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationList
```
@@ -3324,7 +3324,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference
```
@@ -3653,7 +3653,7 @@ func InternalValue() OceanAksVirtualNodeGroupLaunchSpecificationOsDisk
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationOutputReference
```
@@ -4033,7 +4033,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagList
```
@@ -4193,7 +4193,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference
```
@@ -4518,7 +4518,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupResourceLimitsList
```
@@ -4678,7 +4678,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupResourceLimitsOutputReference
```
@@ -4974,7 +4974,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupTaintList
```
@@ -5134,7 +5134,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksvirtualnodegroup"
oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupTaintOutputReference
```
diff --git a/docs/oceanAws.go.md b/docs/oceanAws.go.md
index 29ea61063..a25542b92 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
```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
```
@@ -787,7 +787,7 @@ func ResetWhitelist()
##### `IsConstruct`
```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
```
@@ -819,7 +819,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -833,7 +833,7 @@ oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -847,7 +847,7 @@ oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -1956,18 +1956,18 @@ func TfResourceType() *string
#### Initializer
```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,
}
```
@@ -2106,7 +2106,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2166,7 +2166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2240,7 +2240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2286,11 +2286,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -2334,12 +2334,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2496,7 +2496,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2556,7 +2556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2616,7 +2616,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2648,7 +2648,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2662,7 +2662,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
SubnetIds: *[]*string,
AssociateIpv6Address: interface{},
AssociatePublicIpAddress: 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{},
@@ -2671,16 +2671,16 @@ 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,
ImageId: *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{},
@@ -2688,11 +2688,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
Region: *string,
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{},
@@ -3335,7 +3335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3619,7 +3619,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3665,7 +3665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3725,10 +3725,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -3759,7 +3759,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -3793,7 +3793,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3828,7 +3828,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```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{},
@@ -3860,10 +3860,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
}
```
@@ -3910,7 +3910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3956,13 +3956,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -4032,11 +4032,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -4082,10 +4082,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -4158,7 +4158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4232,7 +4232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4306,7 +4306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4352,14 +4352,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -4442,7 +4442,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4518,7 +4518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -4854,7 +4854,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleDown
#### Initializers
```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
```
@@ -5219,7 +5219,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleHeadroom
#### Initializers
```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
```
@@ -5768,7 +5768,7 @@ func InternalValue() OceanAwsAutoscaler
#### Initializers
```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
```
@@ -6075,7 +6075,7 @@ func InternalValue() OceanAwsAutoscalerResourceLimits
#### Initializers
```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
```
@@ -6390,7 +6390,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicIops
#### Initializers
```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
```
@@ -6705,7 +6705,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize
#### Initializers
```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
```
@@ -7270,7 +7270,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbs
#### Initializers
```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
```
@@ -7430,7 +7430,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7768,7 +7768,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7928,7 +7928,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8224,7 +8224,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9024,7 +9024,7 @@ func InternalValue() OceanAwsFilters
#### Initializers
```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
```
@@ -9324,7 +9324,7 @@ func InternalValue() OceanAwsInstanceMetadataOptions
#### Initializers
```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
```
@@ -9484,7 +9484,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9838,7 +9838,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10129,7 +10129,7 @@ func InternalValue() OceanAwsLoggingExport
#### Initializers
```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
```
@@ -10289,7 +10289,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10578,7 +10578,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10869,7 +10869,7 @@ func InternalValue() OceanAwsLogging
#### Initializers
```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
```
@@ -11029,7 +11029,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11325,7 +11325,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11658,7 +11658,7 @@ func InternalValue() OceanAwsScheduledTask
#### Initializers
```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
```
@@ -11958,7 +11958,7 @@ func InternalValue() OceanAwsScheduledTaskShutdownHours
#### Initializers
```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
```
@@ -12118,7 +12118,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12493,7 +12493,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12858,7 +12858,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpd
#### Initializers
```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
```
@@ -13236,7 +13236,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParametersAmiAutoUpdate
#### Initializers
```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
```
@@ -13569,7 +13569,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParameters
#### Initializers
```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
```
@@ -13934,7 +13934,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParametersParametersClusterRoll
#### Initializers
```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
```
@@ -14094,7 +14094,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -14405,7 +14405,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -14805,7 +14805,7 @@ func InternalValue() OceanAwsUpdatePolicy
#### Initializers
```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 0ec85a4ce..90e26f804 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
```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`
```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`
```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`
```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`
```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
```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 e788169f2..40b361036 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
```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
```
@@ -842,7 +842,7 @@ func ResetUserData()
##### `IsConstruct`
```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
```
@@ -874,7 +874,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -888,7 +888,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -902,7 +902,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -1835,7 +1835,7 @@ func TfResourceType() *string
#### Initializer
```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,
@@ -1867,7 +1867,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1941,7 +1941,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1973,11 +1973,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
@@ -2049,11 +2049,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2195,7 +2195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2255,7 +2255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2271,31 +2271,31 @@ 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,
PreferredSpotTypes: *[]*string,
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,
}
```
@@ -2846,7 +2846,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2878,7 +2878,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2924,10 +2924,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -2958,7 +2958,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3004,7 +3004,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3036,7 +3036,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3068,7 +3068,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3114,7 +3114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3384,7 +3384,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3430,7 +3430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3476,7 +3476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3522,7 +3522,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3598,7 +3598,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3672,7 +3672,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecStrategy {
SpotPercentage: *f64,
@@ -3704,7 +3704,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3750,7 +3750,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3810,11 +3810,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -3858,7 +3858,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3892,7 +3892,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -4052,7 +4052,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4348,7 +4348,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4508,7 +4508,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4804,7 +4804,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4964,7 +4964,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5340,7 +5340,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5655,7 +5655,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize
#### Initializers
```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
```
@@ -6178,7 +6178,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbs
#### Initializers
```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
```
@@ -6338,7 +6338,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6734,7 +6734,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7012,7 +7012,7 @@ func InternalValue() OceanAwsLaunchSpecCreateOptions
#### Initializers
```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
```
@@ -7312,7 +7312,7 @@ func InternalValue() OceanAwsLaunchSpecDeleteOptions
#### Initializers
```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
```
@@ -7472,7 +7472,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7781,7 +7781,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8081,7 +8081,7 @@ func InternalValue() OceanAwsLaunchSpecElasticIpPoolTagSelector
#### Initializers
```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
```
@@ -8241,7 +8241,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8537,7 +8537,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8697,7 +8697,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8993,7 +8993,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9293,7 +9293,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceMetadataOptions
#### Initializers
```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
```
@@ -10064,7 +10064,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceTypesFilters
#### Initializers
```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
```
@@ -10224,7 +10224,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10535,7 +10535,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10695,7 +10695,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11020,7 +11020,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11320,7 +11320,7 @@ func InternalValue() OceanAwsLaunchSpecSchedulingShutdownHours
#### Initializers
```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
```
@@ -11480,7 +11480,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11855,7 +11855,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12015,7 +12015,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12391,7 +12391,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12551,7 +12551,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12847,7 +12847,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13007,7 +13007,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13318,7 +13318,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13478,7 +13478,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13811,7 +13811,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -14124,7 +14124,7 @@ func InternalValue() OceanAwsLaunchSpecUpdatePolicy
#### Initializers
```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 37a8cf6f8..6b9684f88 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
```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
```
@@ -704,7 +704,7 @@ func ResetWhitelist()
##### `IsConstruct`
```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
```
@@ -736,7 +736,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -750,7 +750,7 @@ oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -764,7 +764,7 @@ oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -1719,17 +1719,17 @@ func TfResourceType() *string
#### Initializer
```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{},
}
```
@@ -1869,7 +1869,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1901,7 +1901,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1961,7 +1961,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2007,11 +2007,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
@@ -2083,11 +2083,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2229,7 +2229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2289,7 +2289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2321,7 +2321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2337,28 +2337,28 @@ 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,
ImageId: *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{},
@@ -2908,7 +2908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3192,7 +3192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3238,10 +3238,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -3272,7 +3272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -3306,7 +3306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3341,7 +3341,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializer
```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,
@@ -3401,10 +3401,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
}
```
@@ -3451,7 +3451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3497,7 +3497,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3557,7 +3557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3603,13 +3603,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -3679,7 +3679,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3727,7 +3727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -4005,7 +4005,7 @@ func InternalValue() OceanEcsAutoscalerDown
#### Initializers
```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
```
@@ -4341,7 +4341,7 @@ func InternalValue() OceanEcsAutoscalerHeadroom
#### Initializers
```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
```
@@ -4890,7 +4890,7 @@ func InternalValue() OceanEcsAutoscaler
#### Initializers
```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
```
@@ -5197,7 +5197,7 @@ func InternalValue() OceanEcsAutoscalerResourceLimits
#### Initializers
```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
```
@@ -5512,7 +5512,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize
#### Initializers
```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
```
@@ -6035,7 +6035,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbs
#### Initializers
```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
```
@@ -6195,7 +6195,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6584,7 +6584,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6744,7 +6744,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7040,7 +7040,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7840,7 +7840,7 @@ func InternalValue() OceanEcsFilters
#### Initializers
```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
```
@@ -8140,7 +8140,7 @@ func InternalValue() OceanEcsInstanceMetadataOptions
#### Initializers
```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
```
@@ -8431,7 +8431,7 @@ func InternalValue() OceanEcsLoggingExport
#### Initializers
```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
```
@@ -8591,7 +8591,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8880,7 +8880,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9171,7 +9171,7 @@ func InternalValue() OceanEcsLogging
#### Initializers
```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
```
@@ -9493,7 +9493,7 @@ func InternalValue() OceanEcsOptimizeImages
#### Initializers
```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
```
@@ -9653,7 +9653,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10004,7 +10004,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10304,7 +10304,7 @@ func InternalValue() OceanEcsScheduledTaskShutdownHours
#### Initializers
```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
```
@@ -10464,7 +10464,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10797,7 +10797,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10957,7 +10957,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11268,7 +11268,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11639,7 +11639,7 @@ func InternalValue() OceanEcsUpdatePolicy
#### Initializers
```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 b07987ff1..af74b8569 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
```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`
```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`
```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`
```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`
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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 a87440a6b..c2f68aec3 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
```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
```
@@ -561,7 +561,7 @@ func ResetWhitelist()
##### `IsConstruct`
```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
```
@@ -593,7 +593,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -607,7 +607,7 @@ oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -621,7 +621,7 @@ oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -1235,17 +1235,17 @@ func TfResourceType() *string
#### Initializer
```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,
}
```
@@ -1371,7 +1371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1417,7 +1417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1491,7 +1491,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1537,7 +1537,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1613,7 +1613,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1659,7 +1659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -1671,7 +1671,7 @@ 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,
@@ -1681,9 +1681,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
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,
}
@@ -2014,10 +2014,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
}
```
@@ -2064,7 +2064,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2110,13 +2110,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -2186,10 +2186,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -2220,7 +2220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2294,7 +2294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2340,7 +2340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2400,12 +2400,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -2462,7 +2462,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2538,7 +2538,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -2845,7 +2845,7 @@ func InternalValue() OceanGkeImportAutoscalerDown
#### Initializers
```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
```
@@ -3210,7 +3210,7 @@ func InternalValue() OceanGkeImportAutoscalerHeadroom
#### Initializers
```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
```
@@ -3730,7 +3730,7 @@ func InternalValue() OceanGkeImportAutoscaler
#### Initializers
```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
```
@@ -4037,7 +4037,7 @@ func InternalValue() OceanGkeImportAutoscalerResourceLimits
#### Initializers
```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
```
@@ -4197,7 +4197,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4357,7 +4357,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4668,7 +4668,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5057,7 +5057,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5217,7 +5217,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5568,7 +5568,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5868,7 +5868,7 @@ func InternalValue() OceanGkeImportScheduledTaskShutdownHours
#### Initializers
```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
```
@@ -6028,7 +6028,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6403,7 +6403,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6768,7 +6768,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll
#### Initializers
```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
```
@@ -7059,7 +7059,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParameters
#### Initializers
```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
```
@@ -7366,7 +7366,7 @@ func InternalValue() OceanGkeImportShieldedInstanceConfig
#### Initializers
```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
```
@@ -7526,7 +7526,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7880,7 +7880,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8222,7 +8222,7 @@ func InternalValue() OceanGkeImportUpdatePolicy
#### Initializers
```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 25c49fec0..077a0f9c9 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
```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
```
@@ -688,7 +688,7 @@ func ResetUpdatePolicy()
##### `IsConstruct`
```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
```
@@ -720,7 +720,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -734,7 +734,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -748,7 +748,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -1483,7 +1483,7 @@ func TfResourceType() *string
#### Initializer
```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,
@@ -1557,7 +1557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -1589,7 +1589,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -1609,19 +1609,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,
}
```
@@ -2040,7 +2040,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2086,7 +2086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2132,7 +2132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2210,7 +2210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2256,7 +2256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2302,7 +2302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2348,7 +2348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2424,7 +2424,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2498,7 +2498,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2544,7 +2544,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2576,7 +2576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2608,7 +2608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2668,11 +2668,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
}
```
@@ -2716,7 +2716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -2750,7 +2750,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -2910,7 +2910,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -3206,7 +3206,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -3366,7 +3366,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -3742,7 +3742,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -3902,7 +3902,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4227,7 +4227,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4387,7 +4387,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4712,7 +4712,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -4872,7 +4872,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5197,7 +5197,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5357,7 +5357,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5668,7 +5668,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5828,7 +5828,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6230,7 +6230,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6537,7 +6537,7 @@ func InternalValue() OceanGkeLaunchSpecResourceLimits
#### Initializers
```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
```
@@ -6697,7 +6697,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7072,7 +7072,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7232,7 +7232,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7608,7 +7608,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7915,7 +7915,7 @@ func InternalValue() OceanGkeLaunchSpecShieldedInstanceConfig
#### Initializers
```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
```
@@ -8193,7 +8193,7 @@ func InternalValue() OceanGkeLaunchSpecStorage
#### Initializers
```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
```
@@ -8353,7 +8353,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8649,7 +8649,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8809,7 +8809,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9163,7 +9163,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9476,7 +9476,7 @@ func InternalValue() OceanGkeLaunchSpecUpdatePolicy
#### Initializers
```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 71f8b7f9f..039bd23e1 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
```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`
```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`
```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`
```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`
```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
```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/oceanSpark.go.md b/docs/oceanSpark.go.md
index 6b4d93011..290a86c0d 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
```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`
```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`
```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`
```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`
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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
```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 e714c887f..935b6076e 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
```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`
```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`
```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`
```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`
```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
```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/organizationPolicy.go.md b/docs/organizationPolicy.go.md
index 9fd780d53..14069e38b 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
```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`
```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`
```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`
```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`
```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
```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
```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
```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
```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
```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
```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
```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 efcede5ae..093c146f6 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
```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`
```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`
```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`
```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`
```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
```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
```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
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
&organizationprogrammaticuser.OrganizationProgrammaticUserPolicies {
PolicyAccountIds: *[]*string,
@@ -1147,7 +1147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```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
```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
```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 184260993..b47fc8fed 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
```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`
```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`
```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`
```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`
```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
```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
```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
```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
```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 5013ca174..479f110ab 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
```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`
```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`
```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`
```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`
```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
```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
```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
```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
```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 7284d441e..a2f20bc6c 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
```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`
```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`
```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`
```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`
```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
```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 f02b1070b..c5f7242e2 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
```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
```
@@ -909,7 +909,7 @@ func ResetZones()
##### `IsConstruct`
```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
```
@@ -941,7 +941,7 @@ Any object.
##### `IsTerraformElement`
```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
```
@@ -955,7 +955,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```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
```
@@ -969,7 +969,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```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
```
@@ -2188,7 +2188,7 @@ func TfResourceType() *string
#### Initializer
```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,
@@ -2290,7 +2290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2350,7 +2350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -2369,7 +2369,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
ShouldPersistNetwork: interface{},
ShouldPersistOsDisk: interface{},
SpotSizes: *[]*string,
- Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategy,
+ Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureStrategy,
AttachDataDisk: interface{},
BootDiagnostics: interface{},
CustomData: *string,
@@ -2379,23 +2379,23 @@ 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,
PreferredSpotSizes: *[]*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{},
@@ -3129,7 +3129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3189,7 +3189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureDelete {
DiskShouldDeallocate: interface{},
@@ -3333,7 +3333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3407,7 +3407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3523,7 +3523,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -3597,7 +3597,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -3663,7 +3663,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3709,7 +3709,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3783,7 +3783,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3857,7 +3857,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -3931,7 +3931,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4019,7 +4019,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4079,7 +4079,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4125,7 +4125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -4187,7 +4187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -4353,7 +4353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4399,7 +4399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4445,7 +4445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4491,7 +4491,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4537,7 +4537,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4597,7 +4597,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4643,7 +4643,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4703,7 +4703,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -4753,7 +4753,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4799,7 +4799,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4845,7 +4845,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureSecurity {
SecureBootEnabled: interface{},
@@ -4905,7 +4905,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -4951,7 +4951,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -4961,7 +4961,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,
}
```
@@ -5085,7 +5085,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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{},
@@ -5147,7 +5147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5207,7 +5207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5239,7 +5239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5285,7 +5285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```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,
@@ -5319,7 +5319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```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
```
@@ -5479,7 +5479,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -5892,7 +5892,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6052,7 +6052,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6406,7 +6406,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6566,7 +6566,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -6899,7 +6899,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7059,7 +7059,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7552,7 +7552,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -7712,7 +7712,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8074,7 +8074,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8234,7 +8234,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -8669,7 +8669,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9020,7 +9020,7 @@ func InternalValue() StatefulNodeAzureHealth
#### Initializers
```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
```
@@ -9180,7 +9180,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9491,7 +9491,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -9651,7 +9651,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10006,7 +10006,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10166,7 +10166,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10521,7 +10521,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -10896,7 +10896,7 @@ func InternalValue() StatefulNodeAzureImage
#### Initializers
```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
```
@@ -11056,7 +11056,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11425,7 +11425,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11585,7 +11585,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -11969,7 +11969,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12298,7 +12298,7 @@ func InternalValue() StatefulNodeAzureLogin
#### Initializers
```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
```
@@ -12458,7 +12458,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12769,7 +12769,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -12929,7 +12929,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13240,7 +13240,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13400,7 +13400,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13711,7 +13711,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -13871,7 +13871,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -14031,7 +14031,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -14356,7 +14356,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -14951,7 +14951,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -15111,7 +15111,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -15422,7 +15422,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -15750,7 +15750,7 @@ func InternalValue() StatefulNodeAzureNetwork
#### Initializers
```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
```
@@ -16079,7 +16079,7 @@ func InternalValue() StatefulNodeAzureOsDisk
#### Initializers
```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
```
@@ -16239,7 +16239,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -16550,7 +16550,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -16710,7 +16710,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -17043,7 +17043,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -17203,7 +17203,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -17540,7 +17540,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -17700,7 +17700,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -18011,7 +18011,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -18171,7 +18171,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -18496,7 +18496,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -18832,7 +18832,7 @@ func InternalValue() StatefulNodeAzureSecurity
#### Initializers
```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
```
@@ -18992,7 +18992,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -19303,7 +19303,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -19463,7 +19463,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -19803,7 +19803,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -19963,7 +19963,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -20316,7 +20316,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -20816,7 +20816,7 @@ func InternalValue() StatefulNodeAzureStrategy
#### Initializers
```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
```
@@ -21087,7 +21087,7 @@ func InternalValue() StatefulNodeAzureStrategyRevertToSpot
#### Initializers
```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
```
@@ -21247,7 +21247,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -21565,7 +21565,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
@@ -21725,7 +21725,7 @@ func InternalValue() interface{}
#### Initializers
```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
```
diff --git a/docs/subscription.go.md b/docs/subscription.go.md
index 31aeb66e5..dd147a9b8 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
```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`
```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`
```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`
```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`
```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
```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 4f9b707a7..d7d4b9dd8 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.171.0/docs/resources/account_aws
// generated from terraform resource schema
diff --git a/src/credentials-aws/index.ts b/src/credentials-aws/index.ts
index 343888309..b876f1984 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.171.0/docs/resources/credentials_aws
// generated from terraform resource schema
diff --git a/src/data-integration/index.ts b/src/data-integration/index.ts
index aeae56032..b37d523bd 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.171.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 35a6cdcd0..4f418f984 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.171.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 c18d3aeb8..d69d277c7 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.171.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 efd7b94ab..abf59fb3a 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.171.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 ca2320960..2b0ae12d7 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.171.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 000c6cc58..b3472bc6a 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.171.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 9e89ca70b..3bd940d52 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.171.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 57c8ca25f..8270c8a87 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.171.0/docs/resources/health_check
// generated from terraform resource schema
diff --git a/src/index.ts b/src/index.ts
index cb305b1bc..76d06ec8a 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 accountAws from './account-aws';
export * as credentialsAws from './credentials-aws';
diff --git a/src/lazy-index.ts b/src/lazy-index.ts
index 45e300176..dd636fbe9 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, 'accountAws', { get: function () { return require('./account-aws'); } });
Object.defineProperty(exports, 'credentialsAws', { get: function () { return require('./credentials-aws'); } });
diff --git a/src/managed-instance-aws/index.ts b/src/managed-instance-aws/index.ts
index 5cb9bf639..c939087e1 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.171.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 58987073e..4c46cab98 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.171.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 bb13034a5..9087763c7 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.171.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 64d0e181c..02350d30e 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.171.0/docs/resources/ocean_aks_np
// generated from terraform resource schema
diff --git a/src/ocean-aks-virtual-node-group/index.ts b/src/ocean-aks-virtual-node-group/index.ts
index 30e2aa7da..43a6f6dfc 100644
--- a/src/ocean-aks-virtual-node-group/index.ts
+++ b/src/ocean-aks-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.171.0/docs/resources/ocean_aks_virtual_node_group
// generated from terraform resource schema
diff --git a/src/ocean-aks/index.ts b/src/ocean-aks/index.ts
index b1fc6ea2a..dd45e53aa 100644
--- a/src/ocean-aks/index.ts
+++ b/src/ocean-aks/index.ts
@@ -1,3 +1,8 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
// https://registry.terraform.io/providers/spotinst/spotinst/1.171.0/docs/resources/ocean_aks
// 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 0fb2e64bc..d27491e32 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.171.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 e0df81993..e51dca0c8 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.171.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 261dae41a..460283598 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.171.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 b404543d7..aa13e7781 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.171.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 89766fe86..97c09ee82 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.171.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 86c25b580..bda73a6fe 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.171.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 760d8f913..4c01c1719 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.171.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 655b30eac..2e76aff70 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.171.0/docs/resources/ocean_gke_launch_spec
// 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 30e1ba243..38adaa7bb 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.171.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 5269a974c..85b2ca5f3 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.171.0/docs/resources/ocean_spark
// generated from terraform resource schema
diff --git a/src/organization-policy/index.ts b/src/organization-policy/index.ts
index e7d747f09..c24cedd86 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.171.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 68303f1f0..f9913e2ab 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.171.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 245b1d3e9..98afedae9 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.171.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 eafd3f894..4058500a9 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.171.0/docs/resources/organization_user
// generated from terraform resource schema
diff --git a/src/provider/index.ts b/src/provider/index.ts
index 328316862..22ddbc35f 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.171.0/docs
// generated from terraform resource schema
diff --git a/src/stateful-node-azure/index.ts b/src/stateful-node-azure/index.ts
index 943f0f536..ccc6ed424 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.171.0/docs/resources/stateful_node_azure
// generated from terraform resource schema
diff --git a/src/subscription/index.ts b/src/subscription/index.ts
index ece0f8413..ad29a991b 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.171.0/docs/resources/subscription
// generated from terraform resource schema