diff --git a/docs/account.go.md b/docs/account.go.md
index 479bab3f..f9b0ba5a 100644
--- a/docs/account.go.md
+++ b/docs/account.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
account.NewAccount(scope Construct, id *string, config AccountConfig) Account
```
@@ -385,7 +385,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
account.Account_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
account.Account_IsTerraformElement(x interface{}) *bool
```
@@ -431,7 +431,7 @@ account.Account_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
account.Account_IsTerraformResource(x interface{}) *bool
```
@@ -445,7 +445,7 @@ account.Account_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
account.Account_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/v13/account"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/account"
&account.AccountConfig {
Connection: interface{},
diff --git a/docs/accountAws.go.md b/docs/accountAws.go.md
index b990bdad..c83c4604 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/v13/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws"
accountaws.AccountAws_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/accountaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws"
&accountaws.AccountAwsConfig {
Connection: interface{},
diff --git a/docs/credentialsAws.go.md b/docs/credentialsAws.go.md
index 64da83db..f447c069 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/v13/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws"
credentialsaws.CredentialsAws_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/credentialsaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws"
&credentialsaws.CredentialsAwsConfig {
Connection: interface{},
diff --git a/docs/credentialsGcp.go.md b/docs/credentialsGcp.go.md
index 3ff4921c..3f648e00 100644
--- a/docs/credentialsGcp.go.md
+++ b/docs/credentialsGcp.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
credentialsgcp.NewCredentialsGcp(scope Construct, id *string, config CredentialsGcpConfig) CredentialsGcp
```
@@ -385,7 +385,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
credentialsgcp.CredentialsGcp_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
credentialsgcp.CredentialsGcp_IsTerraformElement(x interface{}) *bool
```
@@ -431,7 +431,7 @@ credentialsgcp.CredentialsGcp_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
credentialsgcp.CredentialsGcp_IsTerraformResource(x interface{}) *bool
```
@@ -445,7 +445,7 @@ credentialsgcp.CredentialsGcp_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
credentialsgcp.CredentialsGcp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -938,7 +938,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/credentialsgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsgcp"
&credentialsgcp.CredentialsGcpConfig {
Connection: interface{},
diff --git a/docs/dataIntegration.go.md b/docs/dataIntegration.go.md
index 7bb618d0..498c8914 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/v13/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
dataintegration.DataIntegration_IsConstruct(x interface{}) *bool
```
@@ -444,7 +444,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
&dataintegration.DataIntegrationConfig {
Connection: interface{},
@@ -801,7 +801,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/dataintegration
Provisioners: *[]interface{},
Name: *string,
Id: *string,
- S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.dataIntegration.DataIntegrationS3,
+ S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.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/v13/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/dataintegration"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration"
dataintegration.NewDataIntegrationS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataIntegrationS3OutputReference
```
diff --git a/docs/elastigroupAws.go.md b/docs/elastigroupAws.go.md
index 46837bf4..c5bf1ea5 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/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAws(scope Construct, id *string, config ElastigroupAwsConfig) ElastigroupAws
```
@@ -1367,7 +1367,7 @@ func ResetWaitForCapacityTimeout()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.ElastigroupAws_IsConstruct(x interface{}) *bool
```
@@ -1399,7 +1399,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool
```
@@ -1413,7 +1413,7 @@ elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool
```
@@ -1427,7 +1427,7 @@ elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.ElastigroupAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -3526,7 +3526,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsConfig {
Connection: interface{},
@@ -3547,7 +3547,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
CapacityUnit: *string,
ConsiderOdPricing: interface{},
CpuCredits: *string,
- CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsCpuOptions,
+ CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsCpuOptions,
Description: *string,
DesiredCapacity: *f64,
DrainingTimeout: *f64,
@@ -3569,25 +3569,25 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
InstanceTypesPreferredSpot: *[]*string,
InstanceTypesSpot: *[]*string,
InstanceTypesWeights: interface{},
- 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,
+ 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,
Itf: interface{},
KeyName: *string,
LifetimePeriod: *string,
- Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsLogging,
+ Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsLogging,
MaxSize: *f64,
- MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsMetadataOptions,
+ MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMetadataOptions,
MinimumInstanceLifetime: *f64,
MinSize: *f64,
- MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsMultipleMetrics,
+ MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMultipleMetrics,
NetworkInterface: interface{},
OndemandCount: *f64,
OnDemandTypes: *[]*string,
@@ -3601,7 +3601,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
ResourceRequirements: interface{},
ResourceTagSpecification: interface{},
RestrictSingleAz: interface{},
- RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsRevertToSpot,
+ RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsRevertToSpot,
ScalingDownPolicy: interface{},
ScalingStrategy: interface{},
ScalingTargetPolicy: interface{},
@@ -3610,12 +3610,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
ShutdownScript: *string,
Signal: interface{},
SpotPercentage: *f64,
- StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsStatefulDeallocation,
+ StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsStatefulDeallocation,
StatefulInstanceAction: interface{},
SubnetIds: *[]*string,
Tags: interface{},
TargetGroupArns: *[]*string,
- UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicy,
+ UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicy,
UserData: *string,
UtilizeCommitments: interface{},
UtilizeReservedInstances: interface{},
@@ -4887,7 +4887,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsCpuOptions {
ThreadsPerCore: *f64,
@@ -4919,13 +4919,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsEbsBlockDevice {
DeviceName: *string,
DeleteOnTermination: interface{},
- DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicIops,
- DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicVolumeSize,
+ DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicIops,
+ DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsEbsBlockDeviceDynamicVolumeSize,
Encrypted: interface{},
Iops: *f64,
KmsKeyId: *string,
@@ -5095,7 +5095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsEbsBlockDeviceDynamicIops {
BaseSize: *f64,
@@ -5155,7 +5155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsEbsBlockDeviceDynamicVolumeSize {
BaseSize: *f64,
@@ -5215,7 +5215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsEphemeralBlockDevice {
DeviceName: *string,
@@ -5261,7 +5261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsImages {
Image: interface{},
@@ -5295,7 +5295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsImagesImage {
Id: *string,
@@ -5330,7 +5330,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/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsInstanceTypesWeights {
InstanceType: *string,
@@ -5376,12 +5376,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationBeanstalk {
- DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences,
+ DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences,
EnvironmentId: *string,
- ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions,
+ ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions,
}
```
@@ -5440,13 +5440,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences {
AutomaticRoll: interface{},
BatchSizePercentage: *f64,
GracePeriod: *f64,
- Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy,
+ Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy,
}
```
@@ -5516,7 +5516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy {
Action: *string,
@@ -5562,10 +5562,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActions {
- PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate,
+ PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate,
}
```
@@ -5596,7 +5596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate {
PerformAt: *string,
@@ -5656,7 +5656,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationCodedeploy {
CleanupOnFailure: interface{},
@@ -5718,7 +5718,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationCodedeployDeploymentGroups {
ApplicationName: *string,
@@ -5764,14 +5764,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationDockerSwarm {
MasterHost: *string,
MasterPort: *f64,
AutoscaleCooldown: *f64,
- AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown,
- AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom,
+ AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown,
+ AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom,
AutoscaleIsEnabled: interface{},
}
```
@@ -5870,7 +5870,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown {
EvaluationPeriods: *f64,
@@ -5916,7 +5916,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom {
CpuPerUnit: *f64,
@@ -5976,18 +5976,18 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationEcs {
ClusterName: *string,
AutoscaleAttributes: interface{},
AutoscaleCooldown: *f64,
- AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown,
- AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom,
+ AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown,
+ AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom,
AutoscaleIsAutoConfig: interface{},
AutoscaleIsEnabled: interface{},
AutoscaleScaleDownNonServiceTasks: interface{},
- Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationEcsBatch,
+ Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsBatch,
}
```
@@ -6128,7 +6128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleAttributes {
Key: *string,
@@ -6174,7 +6174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleDown {
EvaluationPeriods: *f64,
@@ -6220,7 +6220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom {
CpuPerUnit: *f64,
@@ -6280,7 +6280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationEcsBatch {
JobQueueNames: *[]*string,
@@ -6312,10 +6312,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationGitlab {
- Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner,
+ Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner,
}
```
@@ -6346,7 +6346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationGitlabRunner {
IsEnabled: interface{},
@@ -6378,13 +6378,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationKubernetes {
ApiServer: *string,
AutoscaleCooldown: *f64,
- AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown,
- AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom,
+ AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown,
+ AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom,
AutoscaleIsAutoConfig: interface{},
AutoscaleIsEnabled: interface{},
AutoscaleLabels: interface{},
@@ -6542,7 +6542,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleDown {
EvaluationPeriods: *f64,
@@ -6588,7 +6588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom {
CpuPerUnit: *f64,
@@ -6648,7 +6648,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels {
Key: *string,
@@ -6694,7 +6694,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationMesosphere {
ApiServer: *string,
@@ -6726,7 +6726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationNomad {
MasterHost: *string,
@@ -6734,8 +6734,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
AclToken: *string,
AutoscaleConstraints: interface{},
AutoscaleCooldown: *f64,
- AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown,
- AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom,
+ AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown,
+ AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom,
AutoscaleIsEnabled: interface{},
}
```
@@ -6862,7 +6862,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleConstraints {
Key: *string,
@@ -6908,7 +6908,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleDown {
EvaluationPeriods: *f64,
@@ -6940,7 +6940,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom {
CpuPerUnit: *f64,
@@ -7000,7 +7000,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationRancher {
AccessKey: *string,
@@ -7074,7 +7074,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationRoute53 {
Domains: interface{},
@@ -7108,7 +7108,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationRoute53Domains {
HostedZoneId: *string,
@@ -7184,7 +7184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsIntegrationRoute53DomainsRecordSets {
Name: *string,
@@ -7244,14 +7244,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsItf {
FixedTargetGroups: interface{},
LoadBalancer: interface{},
TargetGroupConfig: interface{},
WeightStrategy: *string,
- DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup,
+ DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup,
MigrationHealthinessThreshold: *f64,
}
```
@@ -7352,7 +7352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsItfDefaultStaticTargetGroup {
Arn: *string,
@@ -7398,7 +7398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsItfLoadBalancer {
ListenerRule: interface{},
@@ -7446,11 +7446,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRule {
RuleArn: *string,
- StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup,
+ StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup,
}
```
@@ -7494,7 +7494,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup {
Arn: *string,
@@ -7540,7 +7540,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsItfTargetGroupConfig {
HealthCheckPath: *string,
@@ -7744,7 +7744,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsItfTargetGroupConfigMatcher {
GrpcCode: *string,
@@ -7790,7 +7790,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsItfTargetGroupConfigTags {
TagKey: *string,
@@ -7836,10 +7836,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsLogging {
- Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsLoggingExport,
+ Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsLoggingExport,
}
```
@@ -7870,7 +7870,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsLoggingExport {
S3: interface{},
@@ -7904,7 +7904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsLoggingExportS3 {
Id: *string,
@@ -7939,7 +7939,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/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsMetadataOptions {
HttpTokens: *string,
@@ -7999,7 +7999,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsMultipleMetrics {
Expressions: interface{},
@@ -8049,7 +8049,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsMultipleMetricsExpressions {
Expression: *string,
@@ -8095,7 +8095,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsMultipleMetricsMetrics {
MetricName: *string,
@@ -8213,7 +8213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsMultipleMetricsMetricsDimensions {
Name: *string,
@@ -8259,7 +8259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsNetworkInterface {
DeviceIndex: *string,
@@ -8389,7 +8389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsResourceRequirements {
RequiredMemoryMaximum: *f64,
@@ -8533,7 +8533,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsResourceTagSpecification {
ShouldTagAmis: interface{},
@@ -8607,7 +8607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsRevertToSpot {
PerformAt: *string,
@@ -8653,7 +8653,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingDownPolicy {
MetricName: *string,
@@ -8969,7 +8969,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingDownPolicyDimensions {
Name: *string,
@@ -9015,10 +9015,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustments {
- Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction,
+ Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction,
Threshold: *f64,
}
```
@@ -9063,7 +9063,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction {
Type: *string,
@@ -9179,7 +9179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingStrategy {
TerminateAtEndOfBillingHour: interface{},
@@ -9225,7 +9225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingTargetPolicy {
MetricName: *string,
@@ -9427,7 +9427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingTargetPolicyDimensions {
Name: *string,
@@ -9473,7 +9473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingUpPolicy {
MetricName: *string,
@@ -9789,7 +9789,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingUpPolicyDimensions {
Name: *string,
@@ -9835,10 +9835,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustments {
- Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction,
+ Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction,
Threshold: *f64,
}
```
@@ -9883,7 +9883,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction {
Type: *string,
@@ -9999,7 +9999,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsScheduledTask {
TaskType: *string,
@@ -10227,7 +10227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsSignal {
Name: *string,
@@ -10273,7 +10273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsStatefulDeallocation {
ShouldDeleteImages: interface{},
@@ -10347,7 +10347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsStatefulInstanceAction {
StatefulInstanceId: *string,
@@ -10393,7 +10393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsTags {
Key: *string,
@@ -10439,13 +10439,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsUpdatePolicy {
ShouldResumeStateful: interface{},
ShouldRoll: interface{},
AutoApplyTags: interface{},
- RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig,
+ RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig,
}
```
@@ -10515,13 +10515,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsUpdatePolicyRollConfig {
BatchSizePercentage: *f64,
GracePeriod: *f64,
HealthCheckType: *string,
- Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy,
+ Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy,
WaitForRollPercentage: *f64,
WaitForRollTimeout: *f64,
}
@@ -10619,12 +10619,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategy {
Action: *string,
BatchMinHealthyPercentage: *f64,
- OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure,
+ OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure,
ShouldDrainInstances: interface{},
}
```
@@ -10695,7 +10695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
&elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure {
ActionType: *string,
@@ -10785,7 +10785,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsCpuOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsCpuOptionsOutputReference
```
@@ -11056,7 +11056,7 @@ func InternalValue() ElastigroupAwsCpuOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsEbsBlockDeviceDynamicIopsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsEbsBlockDeviceDynamicIopsOutputReference
```
@@ -11392,7 +11392,7 @@ func InternalValue() ElastigroupAwsEbsBlockDeviceDynamicIops
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsEbsBlockDeviceDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsEbsBlockDeviceDynamicVolumeSizeOutputReference
```
@@ -11728,7 +11728,7 @@ func InternalValue() ElastigroupAwsEbsBlockDeviceDynamicVolumeSize
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEbsBlockDeviceList
```
@@ -11888,7 +11888,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEbsBlockDeviceOutputReference
```
@@ -12493,7 +12493,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEphemeralBlockDeviceList
```
@@ -12653,7 +12653,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEphemeralBlockDeviceOutputReference
```
@@ -12964,7 +12964,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsImagesImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesImageList
```
@@ -13124,7 +13124,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsImagesImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesImageOutputReference
```
@@ -13413,7 +13413,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesList
```
@@ -13573,7 +13573,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesOutputReference
```
@@ -13875,7 +13875,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsInstanceTypesWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsInstanceTypesWeightsList
```
@@ -14035,7 +14035,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsInstanceTypesWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsInstanceTypesWeightsOutputReference
```
@@ -14346,7 +14346,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference
```
@@ -14724,7 +14724,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferences
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference
```
@@ -15031,7 +15031,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStra
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference
```
@@ -15322,7 +15322,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference
```
@@ -15658,7 +15658,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpd
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationBeanstalkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkOutputReference
```
@@ -16020,7 +16020,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalk
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsList
```
@@ -16180,7 +16180,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference
```
@@ -16491,7 +16491,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationCodedeployOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationCodedeployOutputReference
```
@@ -16819,7 +16819,7 @@ func InternalValue() ElastigroupAwsIntegrationCodedeploy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference
```
@@ -17126,7 +17126,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference
```
@@ -17462,7 +17462,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmOutputReference
```
@@ -17897,7 +17897,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarm
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesList
```
@@ -18057,7 +18057,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference
```
@@ -18368,7 +18368,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference
```
@@ -18675,7 +18675,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference
```
@@ -19011,7 +19011,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationEcsBatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsBatchOutputReference
```
@@ -19282,7 +19282,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsBatch
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationEcsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsOutputReference
```
@@ -19837,7 +19837,7 @@ func InternalValue() ElastigroupAwsIntegrationEcs
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationGitlabOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabOutputReference
```
@@ -20128,7 +20128,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlab
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationGitlabRunnerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabRunnerOutputReference
```
@@ -20406,7 +20406,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlabRunner
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference
```
@@ -20713,7 +20713,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference
```
@@ -21049,7 +21049,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList
```
@@ -21209,7 +21209,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference
```
@@ -21520,7 +21520,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesOutputReference
```
@@ -22098,7 +22098,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetes
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationMesosphereOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMesosphereOutputReference
```
@@ -22369,7 +22369,7 @@ func InternalValue() ElastigroupAwsIntegrationMesosphere
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsList
```
@@ -22529,7 +22529,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference
```
@@ -22840,7 +22840,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference
```
@@ -23118,7 +23118,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference
```
@@ -23454,7 +23454,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationNomadOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadOutputReference
```
@@ -23960,7 +23960,7 @@ func InternalValue() ElastigroupAwsIntegrationNomad
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationRancherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRancherOutputReference
```
@@ -24304,7 +24304,7 @@ func InternalValue() ElastigroupAwsIntegrationRancher
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsList
```
@@ -24464,7 +24464,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsOutputReference
```
@@ -24846,7 +24846,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsList
```
@@ -25006,7 +25006,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference
```
@@ -25353,7 +25353,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRoute53OutputReference
```
@@ -25637,7 +25637,7 @@ func InternalValue() ElastigroupAwsIntegrationRoute53
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfDefaultStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfDefaultStaticTargetGroupOutputReference
```
@@ -25930,7 +25930,7 @@ func InternalValue() ElastigroupAwsItfDefaultStaticTargetGroup
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfList
```
@@ -26090,7 +26090,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerList
```
@@ -26250,7 +26250,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleList
```
@@ -26410,7 +26410,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleOutputReference
```
@@ -26741,7 +26741,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference
```
@@ -27034,7 +27034,7 @@ func InternalValue() ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerOutputReference
```
@@ -27358,7 +27358,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfOutputReference
```
@@ -27810,7 +27810,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfTargetGroupConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigList
```
@@ -27970,7 +27970,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherList
```
@@ -28130,7 +28130,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherOutputReference
```
@@ -28455,7 +28455,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfTargetGroupConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigOutputReference
```
@@ -29097,7 +29097,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigTagsList
```
@@ -29257,7 +29257,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigTagsOutputReference
```
@@ -29575,7 +29575,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsLoggingExportOutputReference
```
@@ -29866,7 +29866,7 @@ func InternalValue() ElastigroupAwsLoggingExport
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsLoggingExportS3List
```
@@ -30026,7 +30026,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsLoggingExportS3OutputReference
```
@@ -30315,7 +30315,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsLoggingOutputReference
```
@@ -30606,7 +30606,7 @@ func InternalValue() ElastigroupAwsLogging
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMetadataOptionsOutputReference
```
@@ -30935,7 +30935,7 @@ func InternalValue() ElastigroupAwsMetadataOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsExpressionsList
```
@@ -31095,7 +31095,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsExpressionsOutputReference
```
@@ -31406,7 +31406,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsList
```
@@ -31566,7 +31566,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference
```
@@ -31884,7 +31884,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsList
```
@@ -32044,7 +32044,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsOutputReference
```
@@ -32506,7 +32506,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsMultipleMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMultipleMetricsOutputReference
```
@@ -32839,7 +32839,7 @@ func InternalValue() ElastigroupAwsMultipleMetrics
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsNetworkInterfaceList
```
@@ -32999,7 +32999,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsNetworkInterfaceOutputReference
```
@@ -33491,7 +33491,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsResourceRequirementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceRequirementsList
```
@@ -33651,7 +33651,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsResourceRequirementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceRequirementsOutputReference
```
@@ -34151,7 +34151,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceTagSpecificationList
```
@@ -34311,7 +34311,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceTagSpecificationOutputReference
```
@@ -34694,7 +34694,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsRevertToSpotOutputReference
```
@@ -34994,7 +34994,7 @@ func InternalValue() ElastigroupAwsRevertToSpot
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyDimensionsList
```
@@ -35154,7 +35154,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyDimensionsOutputReference
```
@@ -35472,7 +35472,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyList
```
@@ -35632,7 +35632,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyOutputReference
```
@@ -36513,7 +36513,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference
```
@@ -36958,7 +36958,7 @@ func InternalValue() ElastigroupAwsScalingDownPolicyStepAdjustmentsAction
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsList
```
@@ -37118,7 +37118,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference
```
@@ -37442,7 +37442,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingStrategyList
```
@@ -37602,7 +37602,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingStrategyOutputReference
```
@@ -37927,7 +37927,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsList
```
@@ -38087,7 +38087,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsOutputReference
```
@@ -38405,7 +38405,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingTargetPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyList
```
@@ -38565,7 +38565,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingTargetPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyOutputReference
```
@@ -39194,7 +39194,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyDimensionsList
```
@@ -39354,7 +39354,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyDimensionsOutputReference
```
@@ -39672,7 +39672,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyList
```
@@ -39832,7 +39832,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyOutputReference
```
@@ -40713,7 +40713,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference
```
@@ -41158,7 +41158,7 @@ func InternalValue() ElastigroupAwsScalingUpPolicyStepAdjustmentsAction
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsList
```
@@ -41318,7 +41318,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference
```
@@ -41642,7 +41642,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScheduledTaskList
```
@@ -41802,7 +41802,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScheduledTaskOutputReference
```
@@ -42497,7 +42497,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSignalList
```
@@ -42657,7 +42657,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSignalOutputReference
```
@@ -42975,7 +42975,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsStatefulDeallocationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsStatefulDeallocationOutputReference
```
@@ -43340,7 +43340,7 @@ func InternalValue() ElastigroupAwsStatefulDeallocation
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsStatefulInstanceActionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsStatefulInstanceActionList
```
@@ -43500,7 +43500,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsStatefulInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsStatefulInstanceActionOutputReference
```
@@ -43811,7 +43811,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsTagsList
```
@@ -43971,7 +43971,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsTagsOutputReference
```
@@ -44296,7 +44296,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyOutputReference
```
@@ -44660,7 +44660,7 @@ func InternalValue() ElastigroupAwsUpdatePolicy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigOutputReference
```
@@ -45089,7 +45089,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfig
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference
```
@@ -45476,7 +45476,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws"
elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference
```
diff --git a/docs/elastigroupAwsBeanstalk.go.md b/docs/elastigroupAwsBeanstalk.go.md
index 18bc2233..07fd4f19 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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsConstruct(x interface{}) *bool
```
@@ -498,7 +498,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
&elastigroupawsbeanstalk.ElastigroupAwsBeanstalkConfig {
Connection: interface{},
@@ -1082,10 +1082,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawsb
Region: *string,
BeanstalkEnvironmentId: *string,
BeanstalkEnvironmentName: *string,
- DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences,
+ DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences,
Id: *string,
Maintenance: *string,
- ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions,
+ ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk"
&elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActions {
- PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate,
+ PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawsbeanstalk"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 4dda5553..907f9625 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/v13/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension"
elastigroupawssuspension.ElastigroupAwsSuspension_IsConstruct(x interface{}) *bool
```
@@ -430,7 +430,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/elastigroupawssuspension"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 eb3243c3..e954b002 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/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3(scope Construct, id *string, config ElastigroupAzureV3Config) ElastigroupAzureV3
```
@@ -896,7 +896,7 @@ func ResetZones()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.ElastigroupAzureV3_IsConstruct(x interface{}) *bool
```
@@ -928,7 +928,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool
```
@@ -942,7 +942,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool
```
@@ -956,7 +956,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.ElastigroupAzureV3_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -2109,7 +2109,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3BootDiagnostics {
IsEnabled: interface{},
@@ -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/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3CapacityReservation {
ShouldUtilize: interface{},
UtilizationStrategy: *string,
- CapacityReservationGroups: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3CapacityReservationCapacityReservationGroups,
+ CapacityReservationGroups: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3CapacityReservationCapacityReservationGroups,
}
```
@@ -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/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3CapacityReservationCapacityReservationGroups {
CrgName: *string,
@@ -2291,7 +2291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3Config {
Connection: interface{},
@@ -2303,39 +2303,39 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur
Provisioners: *[]interface{},
FallbackToOnDemand: interface{},
Name: *string,
- Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3Network,
+ Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Network,
Os: *string,
Region: *string,
ResourceGroupName: *string,
- VmSizes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3VmSizes,
+ VmSizes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3VmSizes,
AvailabilityVsCost: *f64,
BootDiagnostics: interface{},
- CapacityReservation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3CapacityReservation,
+ CapacityReservation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3CapacityReservation,
CustomData: *string,
DataDisk: interface{},
Description: *string,
DesiredCapacity: *f64,
DrainingTimeout: *f64,
Extensions: interface{},
- Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3Health,
+ Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Health,
Id: *string,
Image: interface{},
LoadBalancer: interface{},
- Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3Login,
+ Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Login,
ManagedServiceIdentity: interface{},
MaxSize: *f64,
MinSize: *f64,
OnDemandCount: *f64,
OptimizationWindows: *[]*string,
- OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3OsDisk,
+ OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3OsDisk,
PreferredZones: *[]*string,
ProximityPlacementGroups: interface{},
- RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3RevertToSpot,
+ RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3RevertToSpot,
ScalingDownPolicy: interface{},
ScalingUpPolicy: interface{},
SchedulingTask: interface{},
Secret: interface{},
- Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3Security,
+ Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Security,
ShutdownScript: *string,
Signal: interface{},
SpotPercentage: *f64,
@@ -3026,7 +3026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3DataDisk {
Lun: *f64,
@@ -3086,7 +3086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3Extensions {
ApiVersion: *string,
@@ -3096,7 +3096,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazur
Type: *string,
EnableAutomaticUpgrade: interface{},
ProtectedSettings: *map[string]*string,
- ProtectedSettingsFromKeyVault: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault,
+ ProtectedSettingsFromKeyVault: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault,
PublicSettings: *map[string]*string,
}
```
@@ -3232,7 +3232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault {
SecretUrl: *string,
@@ -3278,7 +3278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3Health {
AutoHealing: interface{},
@@ -3352,7 +3352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3Image {
Custom: interface{},
@@ -3418,7 +3418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ImageCustom {
ImageName: *string,
@@ -3464,7 +3464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ImageGalleryImage {
GalleryName: *string,
@@ -3552,7 +3552,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ImageMarketplace {
Offer: *string,
@@ -3626,7 +3626,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3LoadBalancer {
Name: *string,
@@ -3714,7 +3714,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3Login {
UserName: *string,
@@ -3774,7 +3774,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ManagedServiceIdentity {
Name: *string,
@@ -3820,7 +3820,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3Network {
NetworkInterfaces: interface{},
@@ -3882,7 +3882,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfaces {
AssignPublicIp: interface{},
@@ -4032,7 +4032,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs {
Name: *string,
@@ -4078,7 +4078,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup {
Name: *string,
@@ -4124,7 +4124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroup {
Name: *string,
@@ -4170,7 +4170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3OsDisk {
Type: *string,
@@ -4216,7 +4216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ProximityPlacementGroups {
Name: *string,
@@ -4262,7 +4262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3RevertToSpot {
PerformAt: *string,
@@ -4294,10 +4294,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ScalingDownPolicy {
- Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyAction,
+ Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingDownPolicyAction,
Cooldown: *f64,
EvaluationPeriods: *f64,
MetricName: *string,
@@ -4512,7 +4512,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ScalingDownPolicyAction {
Adjustment: *string,
@@ -4600,7 +4600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ScalingDownPolicyDimensions {
Name: *string,
@@ -4646,10 +4646,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ScalingUpPolicy {
- Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyAction,
+ Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3ScalingUpPolicyAction,
Cooldown: *f64,
EvaluationPeriods: *f64,
MetricName: *string,
@@ -4864,7 +4864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ScalingUpPolicyAction {
Adjustment: *string,
@@ -4952,7 +4952,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3ScalingUpPolicyDimensions {
Name: *string,
@@ -4998,7 +4998,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3SchedulingTask {
CronExpression: *string,
@@ -5156,7 +5156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3Secret {
SourceVault: interface{},
@@ -5206,7 +5206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3SecretSourceVault {
Name: *string,
@@ -5252,7 +5252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3SecretVaultCertificates {
CertificateStore: *string,
@@ -5298,7 +5298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3Security {
ConfidentialOsDiskEncryption: interface{},
@@ -5372,7 +5372,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3Signal {
Timeout: *f64,
@@ -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/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3Tags {
Key: *string,
@@ -5464,7 +5464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
&elastigroupazurev3.ElastigroupAzureV3VmSizes {
OdSizes: *[]*string,
@@ -5526,7 +5526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3BootDiagnosticsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3BootDiagnosticsList
```
@@ -5686,7 +5686,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3BootDiagnosticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3BootDiagnosticsOutputReference
```
@@ -6026,7 +6026,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3CapacityReservationCapacityReservationGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3CapacityReservationCapacityReservationGroupsOutputReference
```
@@ -6348,7 +6348,7 @@ func InternalValue() ElastigroupAzureV3CapacityReservationCapacityReservationGro
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3CapacityReservationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3CapacityReservationOutputReference
```
@@ -6683,7 +6683,7 @@ func InternalValue() ElastigroupAzureV3CapacityReservation
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3DataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3DataDiskList
```
@@ -6843,7 +6843,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3DataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3DataDiskOutputReference
```
@@ -7176,7 +7176,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ExtensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ExtensionsList
```
@@ -7336,7 +7336,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ExtensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ExtensionsOutputReference
```
@@ -7842,7 +7842,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVaultOutputReference
```
@@ -8135,7 +8135,7 @@ func InternalValue() ElastigroupAzureV3ExtensionsProtectedSettingsFromKeyVault
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3HealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3HealthOutputReference
```
@@ -8500,7 +8500,7 @@ func InternalValue() ElastigroupAzureV3Health
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageCustomList
```
@@ -8660,7 +8660,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageCustomOutputReference
```
@@ -8971,7 +8971,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ImageGalleryImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageGalleryImageList
```
@@ -9131,7 +9131,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ImageGalleryImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageGalleryImageOutputReference
```
@@ -9515,7 +9515,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageList
```
@@ -9675,7 +9675,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageMarketplaceList
```
@@ -9835,7 +9835,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageMarketplaceOutputReference
```
@@ -10190,7 +10190,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageOutputReference
```
@@ -10583,7 +10583,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3LoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3LoadBalancerList
```
@@ -10743,7 +10743,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3LoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3LoadBalancerOutputReference
```
@@ -11134,7 +11134,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3LoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3LoginOutputReference
```
@@ -11463,7 +11463,7 @@ func InternalValue() ElastigroupAzureV3Login
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ManagedServiceIdentityList
```
@@ -11623,7 +11623,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ManagedServiceIdentityOutputReference
```
@@ -11934,7 +11934,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList
```
@@ -12094,7 +12094,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference
```
@@ -12412,7 +12412,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList
```
@@ -12572,7 +12572,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference
```
@@ -12883,7 +12883,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesList
```
@@ -13043,7 +13043,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesOutputReference
```
@@ -13589,7 +13589,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupList
```
@@ -13749,7 +13749,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesSecurityGroupOutputReference
```
@@ -14074,7 +14074,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3NetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3NetworkOutputReference
```
@@ -14402,7 +14402,7 @@ func InternalValue() ElastigroupAzureV3Network
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3OsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3OsDiskOutputReference
```
@@ -14702,7 +14702,7 @@ func InternalValue() ElastigroupAzureV3OsDisk
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ProximityPlacementGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ProximityPlacementGroupsList
```
@@ -14862,7 +14862,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ProximityPlacementGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ProximityPlacementGroupsOutputReference
```
@@ -15173,7 +15173,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3RevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3RevertToSpotOutputReference
```
@@ -15444,7 +15444,7 @@ func InternalValue() ElastigroupAzureV3RevertToSpot
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ScalingDownPolicyActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3ScalingDownPolicyActionOutputReference
```
@@ -15838,7 +15838,7 @@ func InternalValue() ElastigroupAzureV3ScalingDownPolicyAction
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ScalingDownPolicyDimensionsList
```
@@ -15998,7 +15998,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ScalingDownPolicyDimensionsOutputReference
```
@@ -16323,7 +16323,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ScalingDownPolicyList
```
@@ -16483,7 +16483,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ScalingDownPolicyOutputReference
```
@@ -17112,7 +17112,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ScalingUpPolicyActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3ScalingUpPolicyActionOutputReference
```
@@ -17506,7 +17506,7 @@ func InternalValue() ElastigroupAzureV3ScalingUpPolicyAction
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ScalingUpPolicyDimensionsList
```
@@ -17666,7 +17666,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ScalingUpPolicyDimensionsOutputReference
```
@@ -17991,7 +17991,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ScalingUpPolicyList
```
@@ -18151,7 +18151,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3ScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ScalingUpPolicyOutputReference
```
@@ -18780,7 +18780,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3SchedulingTaskList
```
@@ -18940,7 +18940,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3SchedulingTaskOutputReference
```
@@ -19476,7 +19476,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SecretList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3SecretList
```
@@ -19636,7 +19636,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SecretOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3SecretOutputReference
```
@@ -19973,7 +19973,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SecretSourceVaultList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3SecretSourceVaultList
```
@@ -20133,7 +20133,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SecretSourceVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3SecretSourceVaultOutputReference
```
@@ -20444,7 +20444,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SecretVaultCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3SecretVaultCertificatesList
```
@@ -20604,7 +20604,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SecretVaultCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3SecretVaultCertificatesOutputReference
```
@@ -20915,7 +20915,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SecurityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3SecurityOutputReference
```
@@ -21280,7 +21280,7 @@ func InternalValue() ElastigroupAzureV3Security
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3SignalList
```
@@ -21440,7 +21440,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3SignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3SignalOutputReference
```
@@ -21751,7 +21751,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3TagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3TagsList
```
@@ -21911,7 +21911,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3TagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3TagsOutputReference
```
@@ -22222,7 +22222,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupazurev3"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3"
elastigroupazurev3.NewElastigroupAzureV3VmSizesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3VmSizesOutputReference
```
diff --git a/docs/elastigroupGcp.go.md b/docs/elastigroupGcp.go.md
index 31a640d1..1afbee48 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/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcp(scope Construct, id *string, config ElastigroupGcpConfig) ElastigroupGcp
```
@@ -819,7 +819,7 @@ func ResetUnhealthyDuration()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.ElastigroupGcp_IsConstruct(x interface{}) *bool
```
@@ -851,7 +851,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool
```
@@ -865,7 +865,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool
```
@@ -879,7 +879,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.ElastigroupGcp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1966,7 +1966,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpBackendServices {
ServiceName: *string,
@@ -2042,7 +2042,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpBackendServicesNamedPorts {
Name: *string,
@@ -2088,7 +2088,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpConfig {
Connection: interface{},
@@ -2115,8 +2115,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
InstanceTypesCustom: interface{},
InstanceTypesOndemand: *string,
InstanceTypesPreemptible: *[]*string,
- IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm,
- IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationGke,
+ IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm,
+ IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGke,
IpForwarding: interface{},
Labels: interface{},
MaxSize: *f64,
@@ -2767,7 +2767,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpDisk {
AutoDelete: interface{},
@@ -2899,7 +2899,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpDiskInitializeParams {
SourceImage: *string,
@@ -2959,7 +2959,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpGpu {
Count: *f64,
@@ -3005,7 +3005,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpInstanceTypesCustom {
MemoryGib: *f64,
@@ -3051,7 +3051,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpIntegrationDockerSwarm {
MasterHost: *string,
@@ -3097,12 +3097,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpIntegrationGke {
AutoscaleCooldown: *f64,
- AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown,
- AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom,
+ AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown,
+ AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom,
AutoscaleIsAutoConfig: interface{},
AutoscaleIsEnabled: interface{},
AutoscaleLabels: interface{},
@@ -3247,7 +3247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleDown {
EvaluationPeriods: *f64,
@@ -3279,7 +3279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom {
CpuPerUnit: *f64,
@@ -3339,7 +3339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleLabels {
Key: *string,
@@ -3385,7 +3385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpLabels {
Key: *string,
@@ -3431,7 +3431,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpMetadata {
Key: *string,
@@ -3477,7 +3477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpNetworkInterface {
Network: *string,
@@ -3541,7 +3541,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpNetworkInterfaceAccessConfigs {
Name: *string,
@@ -3587,7 +3587,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpNetworkInterfaceAliasIpRanges {
IpCidrRange: *string,
@@ -3633,7 +3633,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpRevertToPreemptible {
PerformAt: *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/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpScalingDownPolicy {
MetricName: *string,
@@ -3881,7 +3881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpScalingDownPolicyDimensions {
Name: *string,
@@ -3927,7 +3927,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpScalingUpPolicy {
MetricName: *string,
@@ -4143,7 +4143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpScalingUpPolicyDimensions {
Name: *string,
@@ -4189,7 +4189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpScheduledTask {
TaskType: *string,
@@ -4291,7 +4291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
&elastigroupgcp.ElastigroupGcpSubnets {
Region: *string,
@@ -4339,7 +4339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesList
```
@@ -4499,7 +4499,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesNamedPortsList
```
@@ -4659,7 +4659,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesNamedPortsOutputReference
```
@@ -4970,7 +4970,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesOutputReference
```
@@ -5359,7 +5359,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskInitializeParamsList
```
@@ -5519,7 +5519,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskInitializeParamsOutputReference
```
@@ -5866,7 +5866,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskList
```
@@ -6026,7 +6026,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskOutputReference
```
@@ -6538,7 +6538,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpGpuList
```
@@ -6698,7 +6698,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpGpuOutputReference
```
@@ -7009,7 +7009,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpInstanceTypesCustomList
```
@@ -7169,7 +7169,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpInstanceTypesCustomOutputReference
```
@@ -7480,7 +7480,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationDockerSwarmOutputReference
```
@@ -7773,7 +7773,7 @@ func InternalValue() ElastigroupGcpIntegrationDockerSwarm
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference
```
@@ -8051,7 +8051,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference
```
@@ -8387,7 +8387,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsList
```
@@ -8547,7 +8547,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference
```
@@ -8858,7 +8858,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeOutputReference
```
@@ -9407,7 +9407,7 @@ func InternalValue() ElastigroupGcpIntegrationGke
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpLabelsList
```
@@ -9567,7 +9567,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpLabelsOutputReference
```
@@ -9878,7 +9878,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpMetadataList
```
@@ -10038,7 +10038,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpMetadataOutputReference
```
@@ -10349,7 +10349,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsList
```
@@ -10509,7 +10509,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsOutputReference
```
@@ -10834,7 +10834,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesList
```
@@ -10994,7 +10994,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference
```
@@ -11305,7 +11305,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceList
```
@@ -11465,7 +11465,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceOutputReference
```
@@ -11838,7 +11838,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpRevertToPreemptibleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpRevertToPreemptibleList
```
@@ -11998,7 +11998,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpRevertToPreemptibleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpRevertToPreemptibleOutputReference
```
@@ -12287,7 +12287,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyDimensionsList
```
@@ -12447,7 +12447,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyDimensionsOutputReference
```
@@ -12765,7 +12765,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyList
```
@@ -12925,7 +12925,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyOutputReference
```
@@ -13576,7 +13576,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyDimensionsList
```
@@ -13736,7 +13736,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyDimensionsOutputReference
```
@@ -14054,7 +14054,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyList
```
@@ -14214,7 +14214,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyOutputReference
```
@@ -14865,7 +14865,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScheduledTaskList
```
@@ -15025,7 +15025,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScheduledTaskOutputReference
```
@@ -15459,7 +15459,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp"
elastigroupgcp.NewElastigroupGcpSubnetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpSubnetsList
```
@@ -15619,7 +15619,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgcp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 0ace6cf1..d2bb8457 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/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGke(scope Construct, id *string, config ElastigroupGkeConfig) ElastigroupGke
```
@@ -751,7 +751,7 @@ func ResetTags()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.ElastigroupGke_IsConstruct(x interface{}) *bool
```
@@ -783,7 +783,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool
```
@@ -797,7 +797,7 @@ elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool
```
@@ -811,7 +811,7 @@ elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.ElastigroupGke_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1788,7 +1788,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeBackendServices {
ServiceName: *string,
@@ -1864,7 +1864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeBackendServicesNamedPorts {
Name: *string,
@@ -1910,7 +1910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeConfig {
Connection: interface{},
@@ -1934,8 +1934,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
InstanceTypesCustom: interface{},
InstanceTypesOndemand: *string,
InstanceTypesPreemptible: *[]*string,
- IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm,
- IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationGke,
+ IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm,
+ IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGke,
IpForwarding: interface{},
Labels: interface{},
MaxSize: *f64,
@@ -2515,7 +2515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeDisk {
AutoDelete: interface{},
@@ -2647,7 +2647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeDiskInitializeParams {
SourceImage: *string,
@@ -2707,7 +2707,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeGpu {
Count: *f64,
@@ -2753,7 +2753,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeInstanceTypesCustom {
MemoryGib: *f64,
@@ -2799,7 +2799,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeIntegrationDockerSwarm {
MasterHost: *string,
@@ -2845,12 +2845,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeIntegrationGke {
AutoscaleCooldown: *f64,
- AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown,
- AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom,
+ AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown,
+ AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom,
AutoscaleIsAutoConfig: interface{},
AutoscaleIsEnabled: interface{},
AutoscaleLabels: interface{},
@@ -2995,7 +2995,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleDown {
EvaluationPeriods: *f64,
@@ -3027,7 +3027,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom {
CpuPerUnit: *f64,
@@ -3087,7 +3087,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleLabels {
Key: *string,
@@ -3133,7 +3133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeLabels {
Key: *string,
@@ -3179,7 +3179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeMetadata {
Key: *string,
@@ -3225,7 +3225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeNetworkInterface {
Network: *string,
@@ -3289,7 +3289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeNetworkInterfaceAccessConfigs {
Name: *string,
@@ -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/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeNetworkInterfaceAliasIpRanges {
IpCidrRange: *string,
@@ -3381,7 +3381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeRevertToPreemptible {
PerformAt: *string,
@@ -3413,7 +3413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeScalingDownPolicy {
MetricName: *string,
@@ -3629,7 +3629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeScalingDownPolicyDimensions {
Name: *string,
@@ -3675,7 +3675,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeScalingUpPolicy {
MetricName: *string,
@@ -3891,7 +3891,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
&elastigroupgke.ElastigroupGkeScalingUpPolicyDimensions {
Name: *string,
@@ -3939,7 +3939,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesList
```
@@ -4099,7 +4099,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesNamedPortsList
```
@@ -4259,7 +4259,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesNamedPortsOutputReference
```
@@ -4570,7 +4570,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesOutputReference
```
@@ -4959,7 +4959,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskInitializeParamsList
```
@@ -5119,7 +5119,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskInitializeParamsOutputReference
```
@@ -5466,7 +5466,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskList
```
@@ -5626,7 +5626,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskOutputReference
```
@@ -6138,7 +6138,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeGpuList
```
@@ -6298,7 +6298,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeGpuOutputReference
```
@@ -6609,7 +6609,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeInstanceTypesCustomList
```
@@ -6769,7 +6769,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeInstanceTypesCustomOutputReference
```
@@ -7080,7 +7080,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationDockerSwarmOutputReference
```
@@ -7373,7 +7373,7 @@ func InternalValue() ElastigroupGkeIntegrationDockerSwarm
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference
```
@@ -7651,7 +7651,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference
```
@@ -7987,7 +7987,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsList
```
@@ -8147,7 +8147,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference
```
@@ -8458,7 +8458,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeOutputReference
```
@@ -9007,7 +9007,7 @@ func InternalValue() ElastigroupGkeIntegrationGke
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeLabelsList
```
@@ -9167,7 +9167,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeLabelsOutputReference
```
@@ -9478,7 +9478,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeMetadataList
```
@@ -9638,7 +9638,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeMetadataOutputReference
```
@@ -9949,7 +9949,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsList
```
@@ -10109,7 +10109,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsOutputReference
```
@@ -10434,7 +10434,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesList
```
@@ -10594,7 +10594,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference
```
@@ -10905,7 +10905,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceList
```
@@ -11065,7 +11065,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceOutputReference
```
@@ -11438,7 +11438,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeRevertToPreemptibleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeRevertToPreemptibleList
```
@@ -11598,7 +11598,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeRevertToPreemptibleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeRevertToPreemptibleOutputReference
```
@@ -11887,7 +11887,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyDimensionsList
```
@@ -12047,7 +12047,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyDimensionsOutputReference
```
@@ -12365,7 +12365,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyList
```
@@ -12525,7 +12525,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyOutputReference
```
@@ -13176,7 +13176,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyDimensionsList
```
@@ -13336,7 +13336,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyDimensionsOutputReference
```
@@ -13654,7 +13654,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke"
elastigroupgke.NewElastigroupGkeScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyList
```
@@ -13814,7 +13814,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/elastigroupgke"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 ce1bacab..0e07cb85 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/v13/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
healthcheck.HealthCheck_IsConstruct(x interface{}) *bool
```
@@ -451,7 +451,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
&healthcheck.HealthCheckConfig {
Connection: interface{},
@@ -996,7 +996,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/healthcheck"
Provisioners: *[]interface{},
ProxyAddress: *string,
ResourceId: *string,
- Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.healthCheck.HealthCheckCheck,
+ Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.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/v13/healthcheck"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck"
healthcheck.NewHealthCheckCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HealthCheckCheckOutputReference
```
diff --git a/docs/managedInstanceAws.go.md b/docs/managedInstanceAws.go.md
index 06f4c0c6..ef273861 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/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAws(scope Construct, id *string, config ManagedInstanceAwsConfig) ManagedInstanceAws
```
@@ -801,7 +801,7 @@ func ResetUtilizeReservedInstances()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.ManagedInstanceAws_IsConstruct(x interface{}) *bool
```
@@ -833,7 +833,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool
```
@@ -847,7 +847,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool
```
@@ -861,7 +861,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.ManagedInstanceAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -2124,11 +2124,11 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsBlockDeviceMappings {
DeviceName: *string,
- Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs,
+ Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs,
}
```
@@ -2172,7 +2172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsBlockDeviceMappingsEbs {
DeleteOnTermination: interface{},
@@ -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/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsConfig {
Connection: interface{},
@@ -2334,12 +2334,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance
HealthCheckType: *string,
IamInstanceProfile: *string,
Id: *string,
- IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53,
+ IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53,
KeyPair: *string,
LifeCycle: *string,
LoadBalancers: interface{},
- ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction,
- MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsMetadataOptions,
+ ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction,
+ MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsMetadataOptions,
MinimumInstanceLifetime: *f64,
NetworkInterface: interface{},
OptimizationWindows: *[]*string,
@@ -2351,7 +2351,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstance
PrivateIp: *string,
Region: *string,
ResourceTagSpecification: interface{},
- RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.managedInstanceAws.ManagedInstanceAwsRevertToSpot,
+ RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsRevertToSpot,
ScheduledTask: interface{},
SecurityGroupIds: *[]*string,
ShutdownScript: *string,
@@ -3087,7 +3087,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsDelete {
AmiBackupShouldDeleteImages: interface{},
@@ -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/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsIntegrationRoute53 {
Domains: interface{},
@@ -3223,7 +3223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsIntegrationRoute53Domains {
HostedZoneId: *string,
@@ -3299,7 +3299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets {
Name: *string,
@@ -3359,7 +3359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsLoadBalancers {
Type: *string,
@@ -3419,7 +3419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsManagedInstanceAction {
Type: *string,
@@ -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/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsMetadataOptions {
HttpTokens: *string,
@@ -3511,7 +3511,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsNetworkInterface {
DeviceIndex: *string,
@@ -3571,7 +3571,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsResourceTagSpecification {
ShouldTagAmis: interface{},
@@ -3645,7 +3645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsRevertToSpot {
PerformAt: *string,
@@ -3677,7 +3677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsScheduledTask {
TaskType: *string,
@@ -3765,7 +3765,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
&managedinstanceaws.ManagedInstanceAwsTags {
Key: *string,
@@ -3813,7 +3813,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference
```
@@ -4294,7 +4294,7 @@ func InternalValue() ManagedInstanceAwsBlockDeviceMappingsEbs
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsBlockDeviceMappingsList
```
@@ -4454,7 +4454,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsBlockDeviceMappingsOutputReference
```
@@ -4785,7 +4785,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsDeleteList
```
@@ -4945,7 +4945,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsDeleteOutputReference
```
@@ -5386,7 +5386,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsList
```
@@ -5546,7 +5546,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsOutputReference
```
@@ -5928,7 +5928,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList
```
@@ -6088,7 +6088,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference
```
@@ -6435,7 +6435,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsIntegrationRoute53OutputReference
```
@@ -6719,7 +6719,7 @@ func InternalValue() ManagedInstanceAwsIntegrationRoute53
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsLoadBalancersList
```
@@ -6879,7 +6879,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsLoadBalancersOutputReference
```
@@ -7226,7 +7226,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsManagedInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsManagedInstanceActionOutputReference
```
@@ -7497,7 +7497,7 @@ func InternalValue() ManagedInstanceAwsManagedInstanceAction
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsMetadataOptionsOutputReference
```
@@ -7826,7 +7826,7 @@ func InternalValue() ManagedInstanceAwsMetadataOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsNetworkInterfaceList
```
@@ -7986,7 +7986,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsNetworkInterfaceOutputReference
```
@@ -8333,7 +8333,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsResourceTagSpecificationList
```
@@ -8493,7 +8493,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsResourceTagSpecificationOutputReference
```
@@ -8876,7 +8876,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsRevertToSpotOutputReference
```
@@ -9147,7 +9147,7 @@ func InternalValue() ManagedInstanceAwsRevertToSpot
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsScheduledTaskList
```
@@ -9307,7 +9307,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsScheduledTaskOutputReference
```
@@ -9712,7 +9712,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws"
managedinstanceaws.NewManagedInstanceAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsTagsList
```
@@ -9872,7 +9872,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/managedinstanceaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 caa7e807..86894a57 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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
mrscaleraws.MrscalerAws_IsConstruct(x interface{}) *bool
```
@@ -1031,7 +1031,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
&mrscaleraws.MrscalerAwsConfig {
Connection: interface{},
@@ -2794,7 +2794,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/mrscaleraws"
MasterInstanceTypes: *[]*string,
MasterLifecycle: *string,
MasterTarget: *f64,
- ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.mrscalerAws.MrscalerAwsProvisioningTimeout,
+ ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/mrscaleraws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws"
mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesStatementsOutputReference
```
diff --git a/docs/oceanAksNp.go.md b/docs/oceanAksNp.go.md
index 21fdf407..15abbe66 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/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNp(scope Construct, id *string, config OceanAksNpConfig) OceanAksNp
```
@@ -650,7 +650,7 @@ func ResetVnetSubnetIds()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.OceanAksNp_IsConstruct(x interface{}) *bool
```
@@ -682,7 +682,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool
```
@@ -696,7 +696,7 @@ oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool
```
@@ -710,7 +710,7 @@ oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.OceanAksNp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1621,13 +1621,13 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpAutoscaler {
- AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown,
- AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom,
+ AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown,
+ AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom,
AutoscaleIsEnabled: interface{},
- ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerResourceLimits,
+ ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerResourceLimits,
}
```
@@ -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/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpAutoscalerAutoscaleDown {
MaxScaleDownPercentage: *f64,
@@ -1733,10 +1733,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroom {
- Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic,
+ Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic,
}
```
@@ -1767,7 +1767,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic {
IsEnabled: interface{},
@@ -1813,7 +1813,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpAutoscalerResourceLimits {
MaxMemoryGib: *f64,
@@ -1859,7 +1859,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpConfig {
Connection: interface{},
@@ -1876,12 +1876,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
AvailabilityZones: *[]*string,
ControllerClusterId: *string,
Name: *string,
- Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpAutoscaler,
+ Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscaler,
EnableNodePublicIp: interface{},
FallbackToOndemand: interface{},
- Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpFilters,
+ Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpFilters,
Headrooms: interface{},
- Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpHealth,
+ Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpHealth,
Id: *string,
KubernetesVersion: *string,
Labels: *map[string]*string,
@@ -1894,11 +1894,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
OsSku: *string,
OsType: *string,
PodSubnetIds: *[]*string,
- Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpScheduling,
+ Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpScheduling,
SpotPercentage: *f64,
Tags: *map[string]*string,
Taints: interface{},
- UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpUpdatePolicy,
+ UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpUpdatePolicy,
VnetSubnetIds: *[]*string,
}
```
@@ -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/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpFilters {
AcceleratedNetworking: *string,
@@ -2642,7 +2642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpHeadrooms {
CpuPerUnit: *f64,
@@ -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/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpHealth {
GracePeriod: *f64,
@@ -2748,7 +2748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpLinuxOsConfig {
Sysctls: interface{},
@@ -2782,7 +2782,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpLinuxOsConfigSysctls {
VmMaxMapCount: *f64,
@@ -2814,10 +2814,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpScheduling {
- ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpSchedulingShutdownHours,
+ ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingShutdownHours,
Tasks: interface{},
}
```
@@ -2864,7 +2864,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpSchedulingShutdownHours {
IsEnabled: interface{},
@@ -2910,13 +2910,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpSchedulingTasks {
CronExpression: *string,
IsEnabled: interface{},
TaskType: *string,
- Parameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpSchedulingTasksParameters,
+ Parameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingTasksParameters,
}
```
@@ -2986,10 +2986,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpSchedulingTasksParameters {
- ParametersClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpSchedulingTasksParametersParametersClusterRoll,
+ ParametersClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingTasksParametersParametersClusterRoll,
}
```
@@ -3020,7 +3020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpSchedulingTasksParametersParametersClusterRoll {
BatchMinHealthyPercentage: *f64,
@@ -3122,7 +3122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpTaints {
Effect: *string,
@@ -3182,12 +3182,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpUpdatePolicy {
ShouldRoll: interface{},
ConditionedRoll: interface{},
- RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNp.OceanAksNpUpdatePolicyRollConfig,
+ RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpUpdatePolicyRollConfig,
}
```
@@ -3244,7 +3244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
&oceanaksnp.OceanAksNpUpdatePolicyRollConfig {
BatchMinHealthyPercentage: *f64,
@@ -3376,7 +3376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleDownOutputReference
```
@@ -3654,7 +3654,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference
```
@@ -3961,7 +3961,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroomAutomatic
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomOutputReference
```
@@ -4252,7 +4252,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerOutputReference
```
@@ -4656,7 +4656,7 @@ func InternalValue() OceanAksNpAutoscaler
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerResourceLimitsOutputReference
```
@@ -4963,7 +4963,7 @@ func InternalValue() OceanAksNpAutoscalerResourceLimits
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpFiltersOutputReference
```
@@ -5647,7 +5647,7 @@ func InternalValue() OceanAksNpFilters
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpHeadroomsList
```
@@ -5807,7 +5807,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpHeadroomsOutputReference
```
@@ -6190,7 +6190,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpHealthOutputReference
```
@@ -6468,7 +6468,7 @@ func InternalValue() OceanAksNpHealth
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpLinuxOsConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpLinuxOsConfigList
```
@@ -6628,7 +6628,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpLinuxOsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpLinuxOsConfigOutputReference
```
@@ -6937,7 +6937,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpLinuxOsConfigSysctlsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpLinuxOsConfigSysctlsList
```
@@ -7097,7 +7097,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpLinuxOsConfigSysctlsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpLinuxOsConfigSysctlsOutputReference
```
@@ -7393,7 +7393,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpSchedulingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingOutputReference
```
@@ -7726,7 +7726,7 @@ func InternalValue() OceanAksNpScheduling
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingShutdownHoursOutputReference
```
@@ -8033,7 +8033,7 @@ func InternalValue() OceanAksNpSchedulingShutdownHours
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpSchedulingTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpSchedulingTasksList
```
@@ -8193,7 +8193,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpSchedulingTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpSchedulingTasksOutputReference
```
@@ -8568,7 +8568,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpSchedulingTasksParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingTasksParametersOutputReference
```
@@ -8859,7 +8859,7 @@ func InternalValue() OceanAksNpSchedulingTasksParameters
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpSchedulingTasksParametersParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingTasksParametersParametersClusterRollOutputReference
```
@@ -9282,7 +9282,7 @@ func InternalValue() OceanAksNpSchedulingTasksParametersParametersClusterRoll
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpTaintsList
```
@@ -9442,7 +9442,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpTaintsOutputReference
```
@@ -9775,7 +9775,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpUpdatePolicyOutputReference
```
@@ -10117,7 +10117,7 @@ func InternalValue() OceanAksNpUpdatePolicy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnp"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp"
oceanaksnp.NewOceanAksNpUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpUpdatePolicyRollConfigOutputReference
```
diff --git a/docs/oceanAksNpVirtualNodeGroup.go.md b/docs/oceanAksNpVirtualNodeGroup.go.md
index af9b93d7..79cbec88 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/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroup(scope Construct, id *string, config OceanAksNpVirtualNodeGroupConfig) OceanAksNpVirtualNodeGroup
```
@@ -617,7 +617,7 @@ func ResetVnetSubnetIds()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsConstruct(x interface{}) *bool
```
@@ -649,7 +649,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x interface{}) *bool
```
@@ -663,7 +663,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x inter
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x interface{}) *bool
```
@@ -677,7 +677,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x inte
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1456,7 +1456,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupConfig {
Connection: interface{},
@@ -1471,7 +1471,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu
AvailabilityZones: *[]*string,
EnableNodePublicIp: interface{},
FallbackToOndemand: interface{},
- Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters,
+ Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters,
Headrooms: interface{},
Id: *string,
KubernetesVersion: *string,
@@ -1485,11 +1485,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtu
OsSku: *string,
OsType: *string,
PodSubnetIds: *[]*string,
- Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupScheduling,
+ Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupScheduling,
SpotPercentage: *f64,
Tags: *map[string]*string,
Taints: interface{},
- UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicy,
+ UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicy,
VnetSubnetIds: *[]*string,
}
```
@@ -1923,7 +1923,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupFilters {
AcceleratedNetworking: *string,
@@ -2151,7 +2151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupHeadrooms {
CpuPerUnit: *f64,
@@ -2225,7 +2225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupLinuxOsConfig {
Sysctls: interface{},
@@ -2259,7 +2259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupLinuxOsConfigSysctls {
VmMaxMapCount: *f64,
@@ -2291,10 +2291,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupScheduling {
- ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours,
+ ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours,
}
```
@@ -2325,7 +2325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupSchedulingShutdownHours {
IsEnabled: interface{},
@@ -2371,7 +2371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupTaints {
Effect: *string,
@@ -2431,12 +2431,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupUpdatePolicy {
ShouldRoll: interface{},
ConditionedRoll: interface{},
- RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig,
+ RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig,
}
```
@@ -2493,7 +2493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
&oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupUpdatePolicyRollConfig {
BatchMinHealthyPercentage: *f64,
@@ -2625,7 +2625,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupFiltersOutputReference
```
@@ -3309,7 +3309,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupFilters
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupHeadroomsList
```
@@ -3469,7 +3469,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupHeadroomsOutputReference
```
@@ -3852,7 +3852,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupLinuxOsConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupLinuxOsConfigList
```
@@ -4012,7 +4012,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupLinuxOsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupLinuxOsConfigOutputReference
```
@@ -4321,7 +4321,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupLinuxOsConfigSysctlsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupLinuxOsConfigSysctlsList
```
@@ -4481,7 +4481,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupLinuxOsConfigSysctlsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupLinuxOsConfigSysctlsOutputReference
```
@@ -4777,7 +4777,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupSchedulingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupSchedulingOutputReference
```
@@ -5068,7 +5068,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupScheduling
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupSchedulingShutdownHoursOutputReference
```
@@ -5375,7 +5375,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupSchedulingShutdownHours
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupTaintsList
```
@@ -5535,7 +5535,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupTaintsOutputReference
```
@@ -5868,7 +5868,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupUpdatePolicyOutputReference
```
@@ -6210,7 +6210,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupUpdatePolicy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaksnpvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup"
oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupUpdatePolicyRollConfigOutputReference
```
diff --git a/docs/oceanAws.go.md b/docs/oceanAws.go.md
index 2f9fe17d..3eec1dd0 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/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAws(scope Construct, id *string, config OceanAwsConfig) OceanAws
```
@@ -827,7 +827,7 @@ func ResetWhitelist()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.OceanAws_IsConstruct(x interface{}) *bool
```
@@ -859,7 +859,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool
```
@@ -873,7 +873,7 @@ oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool
```
@@ -887,7 +887,7 @@ oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.OceanAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -2062,7 +2062,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsAttachLoadBalancer {
Type: *string,
@@ -2122,18 +2122,18 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsAutoscaler {
AutoHeadroomPercentage: *f64,
AutoscaleCooldown: *f64,
- AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscalerAutoscaleDown,
- AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom,
+ AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleDown,
+ AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom,
AutoscaleIsAutoConfig: interface{},
AutoscaleIsEnabled: interface{},
EnableAutomaticAndManualHeadroom: interface{},
ExtendedResourceDefinitions: *[]*string,
- ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscalerResourceLimits,
+ ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerResourceLimits,
}
```
@@ -2272,7 +2272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsAutoscalerAutoscaleDown {
EvaluationPeriods: *f64,
@@ -2332,7 +2332,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsAutoscalerAutoscaleHeadroom {
CpuPerUnit: *f64,
@@ -2406,7 +2406,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsAutoscalerResourceLimits {
MaxMemoryGib: *f64,
@@ -2452,11 +2452,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsBlockDeviceMappings {
DeviceName: *string,
- Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsBlockDeviceMappingsEbs,
+ Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbs,
}
```
@@ -2500,12 +2500,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsBlockDeviceMappingsEbs {
DeleteOnTermination: interface{},
- DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops,
- DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize,
+ DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops,
+ DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize,
Encrypted: interface{},
Iops: *f64,
KmsKeyId: *string,
@@ -2662,7 +2662,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicIops {
BaseSize: *f64,
@@ -2722,7 +2722,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize {
BaseSize: *f64,
@@ -2782,7 +2782,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsClusterOrientation {
AvailabilityVsCost: *string,
@@ -2814,7 +2814,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsConfig {
Connection: interface{},
@@ -2830,7 +2830,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
AssociateIpv6Address: interface{},
AssociatePublicIpAddress: interface{},
AttachLoadBalancer: interface{},
- Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsAutoscaler,
+ Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscaler,
Blacklist: *[]*string,
BlockDeviceMappings: interface{},
ClusterOrientation: interface{},
@@ -2840,15 +2840,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
DrainingTimeout: *f64,
EbsOptimized: interface{},
FallbackToOndemand: interface{},
- Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsFilters,
+ Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsFilters,
GracePeriod: *f64,
HealthCheckUnhealthyDurationBeforeReplacement: *f64,
IamInstanceProfile: *string,
Id: *string,
- InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsInstanceMetadataOptions,
+ InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsInstanceMetadataOptions,
KeyName: *string,
LoadBalancers: interface{},
- Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsLogging,
+ Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLogging,
MaxSize: *f64,
MinSize: *f64,
Monitoring: interface{},
@@ -2857,11 +2857,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
ReservedEnis: *f64,
ResourceTagSpecification: interface{},
RootVolumeSize: *f64,
- ScheduledTask: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTask,
+ ScheduledTask: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTask,
SpotPercentage: *f64,
SpreadNodesBy: *string,
Tags: interface{},
- UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsUpdatePolicy,
+ UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicy,
UseAsTemplateOnly: interface{},
UserData: *string,
UtilizeCommitments: interface{},
@@ -3547,7 +3547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsDetachLoadBalancer {
Type: *string,
@@ -3607,7 +3607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsFilters {
Architectures: *[]*string,
@@ -3891,7 +3891,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsInstanceMetadataOptions {
HttpTokens: *string,
@@ -3937,7 +3937,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsLoadBalancers {
Arn: *string,
@@ -3997,10 +3997,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsLogging {
- Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsLoggingExport,
+ Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLoggingExport,
}
```
@@ -4031,7 +4031,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsLoggingExport {
S3: interface{},
@@ -4065,7 +4065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsLoggingExportS3 {
Id: *string,
@@ -4100,7 +4100,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/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsResourceTagSpecification {
ShouldTagVolumes: interface{},
@@ -4132,10 +4132,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsScheduledTask {
- ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskShutdownHours,
+ ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskShutdownHours,
Tasks: interface{},
}
```
@@ -4182,7 +4182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsScheduledTaskShutdownHours {
TimeWindows: *[]*string,
@@ -4228,13 +4228,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsScheduledTaskTasks {
CronExpression: *string,
IsEnabled: interface{},
TaskType: *string,
- Parameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskTasksParameters,
+ Parameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskTasksParameters,
}
```
@@ -4304,11 +4304,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsScheduledTaskTasksParameters {
- AmiAutoUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdate,
- ParametersClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskTasksParametersParametersClusterRoll,
+ AmiAutoUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdate,
+ ParametersClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersParametersClusterRoll,
}
```
@@ -4354,10 +4354,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdate {
- AmiAutoUpdateClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll,
+ AmiAutoUpdateClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll,
ApplyRoll: interface{},
MinorVersion: interface{},
Patch: interface{},
@@ -4430,7 +4430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRoll {
BatchMinHealthyPercentage: *f64,
@@ -4504,7 +4504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsScheduledTaskTasksParametersParametersClusterRoll {
BatchMinHealthyPercentage: *f64,
@@ -4578,7 +4578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsTags {
Key: *string,
@@ -4624,14 +4624,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsUpdatePolicy {
ShouldRoll: interface{},
AutoApplyTags: interface{},
ConditionedRoll: interface{},
ConditionedRollParams: *[]*string,
- RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAws.OceanAwsUpdatePolicyRollConfig,
+ RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicyRollConfig,
}
```
@@ -4714,7 +4714,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
&oceanaws.OceanAwsUpdatePolicyRollConfig {
BatchSizePercentage: *f64,
@@ -4790,7 +4790,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsAttachLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsAttachLoadBalancerList
```
@@ -4950,7 +4950,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsAttachLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsAttachLoadBalancerOutputReference
```
@@ -5297,7 +5297,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleDownOutputReference
```
@@ -5633,7 +5633,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleHeadroomOutputReference
```
@@ -5998,7 +5998,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerOutputReference
```
@@ -6547,7 +6547,7 @@ func InternalValue() OceanAwsAutoscaler
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerResourceLimitsOutputReference
```
@@ -6854,7 +6854,7 @@ func InternalValue() OceanAwsAutoscalerResourceLimits
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference
```
@@ -7169,7 +7169,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicIops
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference
```
@@ -7484,7 +7484,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsOutputReference
```
@@ -8049,7 +8049,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbs
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsBlockDeviceMappingsList
```
@@ -8209,7 +8209,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsBlockDeviceMappingsOutputReference
```
@@ -8547,7 +8547,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsClusterOrientationList
```
@@ -8707,7 +8707,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsClusterOrientationOutputReference
```
@@ -9003,7 +9003,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsDetachLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsDetachLoadBalancerList
```
@@ -9163,7 +9163,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsDetachLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsDetachLoadBalancerOutputReference
```
@@ -9510,7 +9510,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsFiltersOutputReference
```
@@ -10310,7 +10310,7 @@ func InternalValue() OceanAwsFilters
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsInstanceMetadataOptionsOutputReference
```
@@ -10610,7 +10610,7 @@ func InternalValue() OceanAwsInstanceMetadataOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoadBalancersList
```
@@ -10770,7 +10770,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoadBalancersOutputReference
```
@@ -11124,7 +11124,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingExportOutputReference
```
@@ -11415,7 +11415,7 @@ func InternalValue() OceanAwsLoggingExport
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoggingExportS3List
```
@@ -11575,7 +11575,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoggingExportS3OutputReference
```
@@ -11864,7 +11864,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingOutputReference
```
@@ -12155,7 +12155,7 @@ func InternalValue() OceanAwsLogging
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsResourceTagSpecificationList
```
@@ -12315,7 +12315,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsResourceTagSpecificationOutputReference
```
@@ -12611,7 +12611,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskOutputReference
```
@@ -12944,7 +12944,7 @@ func InternalValue() OceanAwsScheduledTask
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskShutdownHoursOutputReference
```
@@ -13244,7 +13244,7 @@ func InternalValue() OceanAwsScheduledTaskShutdownHours
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskTasksList
```
@@ -13404,7 +13404,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskTasksOutputReference
```
@@ -13779,7 +13779,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpdateClusterRollOutputReference
```
@@ -14144,7 +14144,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParametersAmiAutoUpdateAmiAutoUpd
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsScheduledTaskTasksParametersAmiAutoUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskTasksParametersAmiAutoUpdateOutputReference
```
@@ -14522,7 +14522,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParametersAmiAutoUpdate
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsScheduledTaskTasksParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskTasksParametersOutputReference
```
@@ -14855,7 +14855,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParameters
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsScheduledTaskTasksParametersParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskTasksParametersParametersClusterRollOutputReference
```
@@ -15220,7 +15220,7 @@ func InternalValue() OceanAwsScheduledTaskTasksParametersParametersClusterRoll
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsTagsList
```
@@ -15380,7 +15380,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsTagsOutputReference
```
@@ -15691,7 +15691,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyOutputReference
```
@@ -16091,7 +16091,7 @@ func InternalValue() OceanAwsUpdatePolicy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanaws"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws"
oceanaws.NewOceanAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyRollConfigOutputReference
```
diff --git a/docs/oceanAwsExtendedResourceDefinition.go.md b/docs/oceanAwsExtendedResourceDefinition.go.md
index 73596240..32cb85c7 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/v13/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition"
oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanawsextendedresourcedefinition"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition"
&oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinitionConfig {
Connection: interface{},
diff --git a/docs/oceanAwsLaunchSpec.go.md b/docs/oceanAwsLaunchSpec.go.md
index 30ab7126..6adfc217 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/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpec(scope Construct, id *string, config OceanAwsLaunchSpecConfig) OceanAwsLaunchSpec
```
@@ -856,7 +856,7 @@ func ResetUserData()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.OceanAwsLaunchSpec_IsConstruct(x interface{}) *bool
```
@@ -888,7 +888,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool
```
@@ -902,7 +902,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool
```
@@ -916,7 +916,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.OceanAwsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1893,7 +1893,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleDown {
MaxScaleDownPercentage: *f64,
@@ -1925,7 +1925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadrooms {
NumOfUnits: *f64,
@@ -1999,7 +1999,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic {
AutoHeadroomPercentage: *f64,
@@ -2031,11 +2031,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappings {
DeviceName: *string,
- Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs,
+ Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs,
NoDevice: *string,
VirtualName: *string,
}
@@ -2107,11 +2107,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbs {
DeleteOnTermination: interface{},
- DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize,
+ DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize,
Encrypted: interface{},
Iops: *f64,
KmsKeyId: *string,
@@ -2253,7 +2253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize {
BaseSize: *f64,
@@ -2313,7 +2313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecConfig {
Connection: interface{},
@@ -2329,17 +2329,17 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs
AutoscaleHeadrooms: interface{},
AutoscaleHeadroomsAutomatic: interface{},
BlockDeviceMappings: interface{},
- CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions,
- DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions,
+ CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions,
+ DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions,
ElasticIpPool: interface{},
EphemeralStorage: interface{},
IamInstanceProfile: *string,
Id: *string,
ImageId: *string,
Images: interface{},
- InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions,
+ InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions,
InstanceTypes: *[]*string,
- InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters,
+ InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters,
Labels: interface{},
Name: *string,
PreferredOdTypes: *[]*string,
@@ -2348,14 +2348,14 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchs
ResourceLimits: interface{},
RestrictScaleDown: interface{},
RootVolumeSize: *f64,
- SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours,
+ SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours,
SchedulingTask: interface{},
SecurityGroups: *[]*string,
Strategy: interface{},
SubnetIds: *[]*string,
Tags: interface{},
Taints: interface{},
- UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy,
+ UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy,
UserData: *string,
}
```
@@ -2932,7 +2932,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecCreateOptions {
InitialNodes: *f64,
@@ -2964,7 +2964,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecDeleteOptions {
ForceDelete: interface{},
@@ -3010,10 +3010,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPool {
- TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector,
+ TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector,
}
```
@@ -3044,7 +3044,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPoolTagSelector {
TagKey: *string,
@@ -3090,7 +3090,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecEphemeralStorage {
EphemeralStorageDeviceName: *string,
@@ -3122,7 +3122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecImages {
ImageId: *string,
@@ -3154,7 +3154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecInstanceMetadataOptions {
HttpTokens: *string,
@@ -3200,7 +3200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecInstanceTypesFilters {
Categories: *[]*string,
@@ -3470,7 +3470,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecLabels {
Key: *string,
@@ -3516,7 +3516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecResourceLimits {
MaxInstanceCount: *f64,
@@ -3562,7 +3562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecSchedulingShutdownHours {
TimeWindows: *[]*string,
@@ -3608,7 +3608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTask {
CronExpression: *string,
@@ -3684,7 +3684,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroom {
NumOfUnits: *f64,
@@ -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/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecStrategy {
DrainingTimeout: *f64,
@@ -3832,7 +3832,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecTags {
Key: *string,
@@ -3878,7 +3878,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecTaints {
Effect: *string,
@@ -3938,11 +3938,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicy {
ShouldRoll: interface{},
- RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig,
+ RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig,
}
```
@@ -3986,7 +3986,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
&oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicyRollConfig {
BatchSizePercentage: *f64,
@@ -4034,7 +4034,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleDownList
```
@@ -4194,7 +4194,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleDownOutputReference
```
@@ -4490,7 +4490,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList
```
@@ -4650,7 +4650,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference
```
@@ -4946,7 +4946,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsList
```
@@ -5106,7 +5106,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsOutputReference
```
@@ -5482,7 +5482,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference
```
@@ -5797,7 +5797,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference
```
@@ -6320,7 +6320,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbs
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsList
```
@@ -6480,7 +6480,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsOutputReference
```
@@ -6876,7 +6876,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecCreateOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecCreateOptionsOutputReference
```
@@ -7154,7 +7154,7 @@ func InternalValue() OceanAwsLaunchSpecCreateOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecDeleteOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecDeleteOptionsOutputReference
```
@@ -7454,7 +7454,7 @@ func InternalValue() OceanAwsLaunchSpecDeleteOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecElasticIpPoolList
```
@@ -7614,7 +7614,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecElasticIpPoolOutputReference
```
@@ -7923,7 +7923,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference
```
@@ -8223,7 +8223,7 @@ func InternalValue() OceanAwsLaunchSpecElasticIpPoolTagSelector
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecEphemeralStorageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecEphemeralStorageList
```
@@ -8383,7 +8383,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecEphemeralStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecEphemeralStorageOutputReference
```
@@ -8679,7 +8679,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecImagesList
```
@@ -8839,7 +8839,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecImagesOutputReference
```
@@ -9135,7 +9135,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference
```
@@ -9435,7 +9435,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceMetadataOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceTypesFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceTypesFiltersOutputReference
```
@@ -10206,7 +10206,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceTypesFilters
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecLabelsList
```
@@ -10366,7 +10366,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecLabelsOutputReference
```
@@ -10677,7 +10677,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecResourceLimitsList
```
@@ -10837,7 +10837,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecResourceLimitsOutputReference
```
@@ -11162,7 +11162,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference
```
@@ -11462,7 +11462,7 @@ func InternalValue() OceanAwsLaunchSpecSchedulingShutdownHours
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskList
```
@@ -11622,7 +11622,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskOutputReference
```
@@ -11997,7 +11997,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList
```
@@ -12157,7 +12157,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference
```
@@ -12533,7 +12533,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecStrategyList
```
@@ -12693,7 +12693,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecStrategyOutputReference
```
@@ -13076,7 +13076,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTagsList
```
@@ -13236,7 +13236,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTagsOutputReference
```
@@ -13547,7 +13547,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTaintsList
```
@@ -13707,7 +13707,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTaintsOutputReference
```
@@ -14040,7 +14040,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyOutputReference
```
@@ -14353,7 +14353,7 @@ func InternalValue() OceanAwsLaunchSpecUpdatePolicy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanawslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec"
oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference
```
diff --git a/docs/oceanEcs.go.md b/docs/oceanEcs.go.md
index 1dc1b5b8..4133f953 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/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcs(scope Construct, id *string, config OceanEcsConfig) OceanEcs
```
@@ -697,7 +697,7 @@ func ResetWhitelist()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.OceanEcs_IsConstruct(x interface{}) *bool
```
@@ -729,7 +729,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool
```
@@ -743,7 +743,7 @@ oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool
```
@@ -757,7 +757,7 @@ oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.OceanEcs_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1712,17 +1712,17 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsAutoscaler {
AutoHeadroomPercentage: *f64,
Cooldown: *f64,
- Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscalerDown,
+ Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerDown,
EnableAutomaticAndManualHeadroom: interface{},
- Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscalerHeadroom,
+ Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerHeadroom,
IsAutoConfig: interface{},
IsEnabled: interface{},
- ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscalerResourceLimits,
+ ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerResourceLimits,
ShouldScaleDownNonServiceTasks: interface{},
}
```
@@ -1862,7 +1862,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsAutoscalerDown {
MaxScaleDownPercentage: *f64,
@@ -1894,7 +1894,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsAutoscalerHeadroom {
CpuPerUnit: *f64,
@@ -1954,7 +1954,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsAutoscalerResourceLimits {
MaxMemoryGib: *f64,
@@ -2000,11 +2000,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsBlockDeviceMappings {
DeviceName: *string,
- Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsBlockDeviceMappingsEbs,
+ Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbs,
NoDevice: *string,
VirtualName: *string,
}
@@ -2076,11 +2076,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsBlockDeviceMappingsEbs {
DeleteOnTermination: interface{},
- DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize,
+ DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize,
Encrypted: interface{},
Iops: *f64,
KmsKeyId: *string,
@@ -2222,7 +2222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize {
BaseSize: *f64,
@@ -2282,7 +2282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsClusterOrientation {
AvailabilityVsCost: *string,
@@ -2314,7 +2314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsConfig {
Connection: interface{},
@@ -2331,27 +2331,27 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
SecurityGroupIds: *[]*string,
SubnetIds: *[]*string,
AssociatePublicIpAddress: interface{},
- Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsAutoscaler,
+ Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscaler,
Blacklist: *[]*string,
BlockDeviceMappings: interface{},
ClusterOrientation: interface{},
DesiredCapacity: *f64,
DrainingTimeout: *f64,
EbsOptimized: interface{},
- Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsFilters,
+ Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsFilters,
IamInstanceProfile: *string,
Id: *string,
- InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsInstanceMetadataOptions,
+ InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsInstanceMetadataOptions,
KeyPair: *string,
- Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsLogging,
+ Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLogging,
MaxSize: *f64,
MinSize: *f64,
Monitoring: interface{},
- OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsOptimizeImages,
+ OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsOptimizeImages,
ScheduledTask: interface{},
SpotPercentage: *f64,
Tags: interface{},
- UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsUpdatePolicy,
+ UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicy,
UseAsTemplateOnly: interface{},
UserData: *string,
UtilizeCommitments: interface{},
@@ -2901,7 +2901,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsFilters {
Architectures: *[]*string,
@@ -3185,7 +3185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsInstanceMetadataOptions {
HttpTokens: *string,
@@ -3231,10 +3231,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsLogging {
- Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsLoggingExport,
+ Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLoggingExport,
}
```
@@ -3265,7 +3265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsLoggingExport {
S3: interface{},
@@ -3299,7 +3299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsLoggingExportS3 {
Id: *string,
@@ -3334,7 +3334,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/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsOptimizeImages {
PerformAt: *string,
@@ -3394,10 +3394,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsScheduledTask {
- ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsScheduledTaskShutdownHours,
+ ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsScheduledTaskShutdownHours,
Tasks: interface{},
}
```
@@ -3444,7 +3444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsScheduledTaskShutdownHours {
TimeWindows: *[]*string,
@@ -3490,7 +3490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsScheduledTaskTasks {
CronExpression: *string,
@@ -3550,7 +3550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsTags {
Key: *string,
@@ -3596,13 +3596,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsUpdatePolicy {
ShouldRoll: interface{},
AutoApplyTags: interface{},
ConditionedRoll: interface{},
- RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcs.OceanEcsUpdatePolicyRollConfig,
+ RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicyRollConfig,
}
```
@@ -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/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
&oceanecs.OceanEcsUpdatePolicyRollConfig {
BatchSizePercentage: *f64,
@@ -3720,7 +3720,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerDownOutputReference
```
@@ -3998,7 +3998,7 @@ func InternalValue() OceanEcsAutoscalerDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerHeadroomOutputReference
```
@@ -4334,7 +4334,7 @@ func InternalValue() OceanEcsAutoscalerHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerOutputReference
```
@@ -4883,7 +4883,7 @@ func InternalValue() OceanEcsAutoscaler
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerResourceLimitsOutputReference
```
@@ -5190,7 +5190,7 @@ func InternalValue() OceanEcsAutoscalerResourceLimits
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference
```
@@ -5505,7 +5505,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsOutputReference
```
@@ -6028,7 +6028,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbs
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsBlockDeviceMappingsList
```
@@ -6188,7 +6188,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsBlockDeviceMappingsOutputReference
```
@@ -6577,7 +6577,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsClusterOrientationList
```
@@ -6737,7 +6737,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsClusterOrientationOutputReference
```
@@ -7033,7 +7033,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsFiltersOutputReference
```
@@ -7833,7 +7833,7 @@ func InternalValue() OceanEcsFilters
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsInstanceMetadataOptionsOutputReference
```
@@ -8133,7 +8133,7 @@ func InternalValue() OceanEcsInstanceMetadataOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingExportOutputReference
```
@@ -8424,7 +8424,7 @@ func InternalValue() OceanEcsLoggingExport
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLoggingExportS3List
```
@@ -8584,7 +8584,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLoggingExportS3OutputReference
```
@@ -8873,7 +8873,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingOutputReference
```
@@ -9164,7 +9164,7 @@ func InternalValue() OceanEcsLogging
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsOptimizeImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsOptimizeImagesOutputReference
```
@@ -9486,7 +9486,7 @@ func InternalValue() OceanEcsOptimizeImages
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskList
```
@@ -9646,7 +9646,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskOutputReference
```
@@ -9997,7 +9997,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsScheduledTaskShutdownHoursOutputReference
```
@@ -10297,7 +10297,7 @@ func InternalValue() OceanEcsScheduledTaskShutdownHours
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskTasksList
```
@@ -10457,7 +10457,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskTasksOutputReference
```
@@ -10790,7 +10790,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsTagsList
```
@@ -10950,7 +10950,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsTagsOutputReference
```
@@ -11261,7 +11261,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyOutputReference
```
@@ -11632,7 +11632,7 @@ func InternalValue() OceanEcsUpdatePolicy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecs"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs"
oceanecs.NewOceanEcsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyRollConfigOutputReference
```
diff --git a/docs/oceanEcsLaunchSpec.go.md b/docs/oceanEcsLaunchSpec.go.md
index acf79bd3..102cc3d9 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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
oceanecslaunchspec.OceanEcsLaunchSpec_IsConstruct(x interface{}) *bool
```
@@ -633,7 +633,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
&oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappings {
DeviceName: *string,
- Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs,
+ Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
&oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbs {
DeleteOnTermination: interface{},
- DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize,
+ DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec"
&oceanecslaunchspec.OceanEcsLaunchSpecConfig {
Connection: interface{},
@@ -1715,7 +1715,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanecslaunchs
Id: *string,
ImageId: *string,
Images: interface{},
- InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions,
+ InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanecslaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 4a521556..c41e005a 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/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImport(scope Construct, id *string, config OceanGkeImportConfig) OceanGkeImport
```
@@ -581,7 +581,7 @@ func ResetWhitelist()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.OceanGkeImport_IsConstruct(x interface{}) *bool
```
@@ -613,7 +613,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool
```
@@ -627,7 +627,7 @@ oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool
```
@@ -641,7 +641,7 @@ oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.OceanGkeImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1277,17 +1277,17 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportAutoscaler {
AutoHeadroomPercentage: *f64,
Cooldown: *f64,
- Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscalerDown,
+ Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerDown,
EnableAutomaticAndManualHeadroom: interface{},
- Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscalerHeadroom,
+ Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerHeadroom,
IsAutoConfig: interface{},
IsEnabled: interface{},
- ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits,
+ ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits,
}
```
@@ -1413,7 +1413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportAutoscalerDown {
EvaluationPeriods: *f64,
@@ -1473,7 +1473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportAutoscalerHeadroom {
CpuPerUnit: *f64,
@@ -1547,7 +1547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportAutoscalerResourceLimits {
MaxMemoryGib: *f64,
@@ -1593,7 +1593,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportBackendServices {
ServiceName: *string,
@@ -1669,7 +1669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportBackendServicesNamedPorts {
Name: *string,
@@ -1715,7 +1715,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportConfig {
Connection: interface{},
@@ -1727,20 +1727,20 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
Provisioners: *[]interface{},
ClusterName: *string,
Location: *string,
- Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportAutoscaler,
+ Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscaler,
BackendServices: interface{},
Blacklist: *[]*string,
ControllerClusterId: *string,
DesiredCapacity: *f64,
- Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportFilters,
+ Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportFilters,
Id: *string,
MaxSize: *f64,
MinSize: *f64,
RootVolumeType: *string,
ScheduledTask: interface{},
- ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportShieldedInstanceConfig,
+ ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportShieldedInstanceConfig,
Strategy: interface{},
- UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportUpdatePolicy,
+ UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicy,
UseAsTemplateOnly: interface{},
Whitelist: *[]*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/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportFilters {
ExcludeFamilies: *[]*string,
@@ -2188,10 +2188,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportScheduledTask {
- ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours,
+ ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours,
Tasks: interface{},
}
```
@@ -2238,7 +2238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportScheduledTaskShutdownHours {
TimeWindows: *[]*string,
@@ -2284,13 +2284,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportScheduledTaskTasks {
CronExpression: *string,
IsEnabled: interface{},
TaskType: *string,
- TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters,
+ TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters,
}
```
@@ -2360,10 +2360,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParameters {
- ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll,
+ ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll,
}
```
@@ -2394,7 +2394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll {
BatchMinHealthyPercentage: *f64,
@@ -2468,7 +2468,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportShieldedInstanceConfig {
EnableIntegrityMonitoring: interface{},
@@ -2514,7 +2514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportStrategy {
DrainingTimeout: *f64,
@@ -2588,12 +2588,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportUpdatePolicy {
ShouldRoll: interface{},
ConditionedRoll: interface{},
- RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig,
+ RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig,
}
```
@@ -2650,7 +2650,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
&oceangkeimport.OceanGkeImportUpdatePolicyRollConfig {
BatchSizePercentage: *f64,
@@ -2726,7 +2726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerDownOutputReference
```
@@ -3062,7 +3062,7 @@ func InternalValue() OceanGkeImportAutoscalerDown
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerHeadroomOutputReference
```
@@ -3427,7 +3427,7 @@ func InternalValue() OceanGkeImportAutoscalerHeadroom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerOutputReference
```
@@ -3947,7 +3947,7 @@ func InternalValue() OceanGkeImportAutoscaler
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerResourceLimitsOutputReference
```
@@ -4254,7 +4254,7 @@ func InternalValue() OceanGkeImportAutoscalerResourceLimits
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesList
```
@@ -4414,7 +4414,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesNamedPortsList
```
@@ -4574,7 +4574,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesNamedPortsOutputReference
```
@@ -4885,7 +4885,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesOutputReference
```
@@ -5274,7 +5274,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportFiltersOutputReference
```
@@ -5697,7 +5697,7 @@ func InternalValue() OceanGkeImportFilters
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskList
```
@@ -5857,7 +5857,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskOutputReference
```
@@ -6208,7 +6208,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskShutdownHoursOutputReference
```
@@ -6508,7 +6508,7 @@ func InternalValue() OceanGkeImportScheduledTaskShutdownHours
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskTasksList
```
@@ -6668,7 +6668,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskTasksOutputReference
```
@@ -7043,7 +7043,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference
```
@@ -7408,7 +7408,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersOutputReference
```
@@ -7699,7 +7699,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParameters
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportShieldedInstanceConfigOutputReference
```
@@ -8006,7 +8006,7 @@ func InternalValue() OceanGkeImportShieldedInstanceConfig
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportStrategyList
```
@@ -8166,7 +8166,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportStrategyOutputReference
```
@@ -8549,7 +8549,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyOutputReference
```
@@ -8891,7 +8891,7 @@ func InternalValue() OceanGkeImportUpdatePolicy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkeimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport"
oceangkeimport.NewOceanGkeImportUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyRollConfigOutputReference
```
diff --git a/docs/oceanGkeLaunchSpec.go.md b/docs/oceanGkeLaunchSpec.go.md
index 0cac7de7..a10726d1 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/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpec(scope Construct, id *string, config OceanGkeLaunchSpecConfig) OceanGkeLaunchSpec
```
@@ -708,7 +708,7 @@ func ResetUpdatePolicy()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.OceanGkeLaunchSpec_IsConstruct(x interface{}) *bool
```
@@ -740,7 +740,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool
```
@@ -754,7 +754,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool
```
@@ -768,7 +768,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.OceanGkeLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1525,7 +1525,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadrooms {
NumOfUnits: *f64,
@@ -1599,7 +1599,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic {
AutoHeadroomPercentage: *f64,
@@ -1631,7 +1631,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecConfig {
Connection: interface{},
@@ -1644,7 +1644,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs
OceanId: *string,
AutoscaleHeadrooms: interface{},
AutoscaleHeadroomsAutomatic: interface{},
- CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecCreateOptions,
+ CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecCreateOptions,
Id: *string,
InstanceTypes: *[]*string,
Labels: interface{},
@@ -1652,19 +1652,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchs
Name: *string,
NetworkInterfaces: interface{},
NodePoolName: *string,
- ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits,
+ ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits,
RestrictScaleDown: interface{},
RootVolumeSize: *f64,
RootVolumeType: *string,
SchedulingTask: interface{},
ServiceAccount: *string,
- ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig,
+ ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig,
SourceImage: *string,
- Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage,
+ Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage,
Strategy: interface{},
Tags: *[]*string,
Taints: interface{},
- UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy,
+ UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy,
}
```
@@ -2098,7 +2098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecCreateOptions {
InitialNodes: *f64,
@@ -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/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecLabels {
Key: *string,
@@ -2176,7 +2176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecMetadata {
Key: *string,
@@ -2222,7 +2222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfaces {
Network: *string,
@@ -2300,7 +2300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs {
Name: *string,
@@ -2346,7 +2346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges {
IpCidrRange: *string,
@@ -2392,7 +2392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecResourceLimits {
MaxInstanceCount: *f64,
@@ -2438,7 +2438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTask {
CronExpression: *string,
@@ -2514,7 +2514,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroom {
NumOfUnits: *f64,
@@ -2588,7 +2588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecShieldedInstanceConfig {
EnableIntegrityMonitoring: interface{},
@@ -2634,7 +2634,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecStorage {
LocalSsdCount: *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/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecStrategy {
PreemptiblePercentage: *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/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecTaints {
Effect: *string,
@@ -2758,11 +2758,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicy {
ShouldRoll: interface{},
- RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig,
+ RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig,
}
```
@@ -2806,7 +2806,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
&oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicyRollConfig {
BatchSizePercentage: *f64,
@@ -2840,7 +2840,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList
```
@@ -3000,7 +3000,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference
```
@@ -3296,7 +3296,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsList
```
@@ -3456,7 +3456,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsOutputReference
```
@@ -3832,7 +3832,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecCreateOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecCreateOptionsOutputReference
```
@@ -4110,7 +4110,7 @@ func InternalValue() OceanGkeLaunchSpecCreateOptions
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecLabelsList
```
@@ -4270,7 +4270,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecLabelsOutputReference
```
@@ -4595,7 +4595,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecMetadataList
```
@@ -4755,7 +4755,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecMetadataOutputReference
```
@@ -5080,7 +5080,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList
```
@@ -5240,7 +5240,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference
```
@@ -5565,7 +5565,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList
```
@@ -5725,7 +5725,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference
```
@@ -6036,7 +6036,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesList
```
@@ -6196,7 +6196,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesOutputReference
```
@@ -6598,7 +6598,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecResourceLimitsOutputReference
```
@@ -6905,7 +6905,7 @@ func InternalValue() OceanGkeLaunchSpecResourceLimits
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskList
```
@@ -7065,7 +7065,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskOutputReference
```
@@ -7440,7 +7440,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList
```
@@ -7600,7 +7600,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference
```
@@ -7976,7 +7976,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecShieldedInstanceConfigOutputReference
```
@@ -8283,7 +8283,7 @@ func InternalValue() OceanGkeLaunchSpecShieldedInstanceConfig
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecStorageOutputReference
```
@@ -8561,7 +8561,7 @@ func InternalValue() OceanGkeLaunchSpecStorage
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecStrategyList
```
@@ -8721,7 +8721,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecStrategyOutputReference
```
@@ -9017,7 +9017,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecTaintsList
```
@@ -9177,7 +9177,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecTaintsOutputReference
```
@@ -9531,7 +9531,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyOutputReference
```
@@ -9844,7 +9844,7 @@ func InternalValue() OceanGkeLaunchSpecUpdatePolicy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec"
oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference
```
diff --git a/docs/oceanGkeLaunchSpecImport.go.md b/docs/oceanGkeLaunchSpecImport.go.md
index 13d18743..4141b7b0 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/v13/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport"
oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceangkelaunchspecimport"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport"
&oceangkelaunchspecimport.OceanGkeLaunchSpecImportConfig {
Connection: interface{},
diff --git a/docs/oceanRightSizingRule.go.md b/docs/oceanRightSizingRule.go.md
index 8777d360..0e180892 100644
--- a/docs/oceanRightSizingRule.go.md
+++ b/docs/oceanRightSizingRule.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRule(scope Construct, id *string, config OceanRightSizingRuleConfig) OceanRightSizingRule
```
@@ -539,7 +539,7 @@ func ResetRestartReplicas()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.OceanRightSizingRule_IsConstruct(x interface{}) *bool
```
@@ -571,7 +571,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.OceanRightSizingRule_IsTerraformElement(x interface{}) *bool
```
@@ -585,7 +585,7 @@ oceanrightsizingrule.OceanRightSizingRule_IsTerraformElement(x interface{}) *boo
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.OceanRightSizingRule_IsTerraformResource(x interface{}) *bool
```
@@ -599,7 +599,7 @@ oceanrightsizingrule.OceanRightSizingRule_IsTerraformResource(x interface{}) *bo
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.OceanRightSizingRule_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -1092,7 +1092,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleAttachWorkloads {
Namespaces: interface{},
@@ -1126,7 +1126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleAttachWorkloadsNamespaces {
NamespaceName: *string,
@@ -1190,7 +1190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleAttachWorkloadsNamespacesLabels {
Key: *string,
@@ -1236,7 +1236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleAttachWorkloadsNamespacesWorkloads {
WorkloadType: *string,
@@ -1296,7 +1296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleConfig {
Connection: interface{},
@@ -1583,7 +1583,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleDetachWorkloads {
Namespaces: interface{},
@@ -1617,7 +1617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleDetachWorkloadsNamespaces {
NamespaceName: *string,
@@ -1681,7 +1681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleDetachWorkloadsNamespacesLabels {
Key: *string,
@@ -1727,7 +1727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleDetachWorkloadsNamespacesWorkloads {
WorkloadType: *string,
@@ -1787,7 +1787,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationBoundaries {
CpuMax: *f64,
@@ -1861,7 +1861,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationHpa {
AllowHpaRecommendations: interface{},
@@ -1893,7 +1893,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationIntervals {
RepetitionBasis: *string,
@@ -1957,7 +1957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasis {
IntervalMonths: *[]*f64,
@@ -2019,7 +2019,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasis {
IntervalDays: *[]*string,
@@ -2079,7 +2079,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasis {
IntervalDays: *[]*string,
@@ -2139,7 +2139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationMinThreshold {
CpuPercentage: *f64,
@@ -2185,7 +2185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
&oceanrightsizingrule.OceanRightSizingRuleRecommendationApplicationOverheadValues {
CpuPercentage: *f64,
@@ -2233,7 +2233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleAttachWorkloadsList
```
@@ -2393,7 +2393,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesLabelsList
```
@@ -2553,7 +2553,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesLabelsOutputReference
```
@@ -2864,7 +2864,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesList
```
@@ -3024,7 +3024,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesOutputReference
```
@@ -3397,7 +3397,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsList
```
@@ -3557,7 +3557,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleAttachWorkloadsNamespacesWorkloadsOutputReference
```
@@ -3904,7 +3904,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleAttachWorkloadsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleAttachWorkloadsOutputReference
```
@@ -4206,7 +4206,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleDetachWorkloadsList
```
@@ -4366,7 +4366,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesLabelsList
```
@@ -4526,7 +4526,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesLabelsOutputReference
```
@@ -4837,7 +4837,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesList
```
@@ -4997,7 +4997,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesOutputReference
```
@@ -5370,7 +5370,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsList
```
@@ -5530,7 +5530,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleDetachWorkloadsNamespacesWorkloadsOutputReference
```
@@ -5877,7 +5877,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleDetachWorkloadsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleDetachWorkloadsOutputReference
```
@@ -6179,7 +6179,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationBoundariesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationBoundariesList
```
@@ -6339,7 +6339,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationBoundariesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationBoundariesOutputReference
```
@@ -6722,7 +6722,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationHpaList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationHpaList
```
@@ -6882,7 +6882,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationHpaOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationHpaOutputReference
```
@@ -7178,7 +7178,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsList
```
@@ -7338,7 +7338,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisList
```
@@ -7498,7 +7498,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisOutputReference
```
@@ -7851,7 +7851,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasisList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasisList
```
@@ -8011,7 +8011,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsMonthlyRepetitionBasisWeeklyRepetitionBasisOutputReference
```
@@ -8344,7 +8344,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsOutputReference
```
@@ -8717,7 +8717,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasisList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasisList
```
@@ -8877,7 +8877,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationIntervalsWeeklyRepetitionBasisOutputReference
```
@@ -9210,7 +9210,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationMinThresholdList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationMinThresholdList
```
@@ -9370,7 +9370,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationMinThresholdOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationMinThresholdOutputReference
```
@@ -9695,7 +9695,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationOverheadValuesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanRightSizingRuleRecommendationApplicationOverheadValuesList
```
@@ -9855,7 +9855,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanrightsizingrule"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanrightsizingrule"
oceanrightsizingrule.NewOceanRightSizingRuleRecommendationApplicationOverheadValuesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanRightSizingRuleRecommendationApplicationOverheadValuesOutputReference
```
diff --git a/docs/oceanSpark.go.md b/docs/oceanSpark.go.md
index f479afef..213013d1 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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
oceanspark.OceanSpark_IsConstruct(x interface{}) *bool
```
@@ -517,7 +517,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
&oceanspark.OceanSparkConfig {
Connection: interface{},
@@ -985,12 +985,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceanspark"
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
OceanClusterId: *string,
- Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceanSpark.OceanSparkCompute,
+ Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkCompute,
Id: *string,
- 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,
+ 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,
}
```
@@ -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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
&oceanspark.OceanSparkIngress {
- 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,
+ 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,
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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceanspark"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark"
oceanspark.NewOceanSparkWebhookOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkWebhookOutputReference
```
diff --git a/docs/oceanSparkVirtualNodeGroup.go.md b/docs/oceanSparkVirtualNodeGroup.go.md
index 4ea6d9b8..f5af04e3 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/v13/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup"
oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsConstruct(x interface{}) *bool
```
@@ -417,7 +417,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/oceansparkvirtualnodegroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup"
&oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroupConfig {
Connection: interface{},
diff --git a/docs/oceancdRolloutSpec.go.md b/docs/oceancdRolloutSpec.go.md
index 56659f28..6ca2e5a8 100644
--- a/docs/oceancdRolloutSpec.go.md
+++ b/docs/oceancdRolloutSpec.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpec(scope Construct, id *string, config OceancdRolloutSpecConfig) OceancdRolloutSpec
```
@@ -478,7 +478,7 @@ func ResetTraffic()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.OceancdRolloutSpec_IsConstruct(x interface{}) *bool
```
@@ -510,7 +510,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.OceancdRolloutSpec_IsTerraformElement(x interface{}) *bool
```
@@ -524,7 +524,7 @@ oceancdrolloutspec.OceancdRolloutSpec_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.OceancdRolloutSpec_IsTerraformResource(x interface{}) *bool
```
@@ -538,7 +538,7 @@ oceancdrolloutspec.OceancdRolloutSpec_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.OceancdRolloutSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -921,7 +921,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecConfig {
Connection: interface{},
@@ -932,12 +932,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrollouts
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
RolloutSpecName: *string,
- Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecStrategy,
- FailurePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecFailurePolicy,
+ Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategy,
+ FailurePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecFailurePolicy,
Id: *string,
- SpotDeployment: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecSpotDeployment,
+ SpotDeployment: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecSpotDeployment,
SpotDeployments: interface{},
- Traffic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTraffic,
+ Traffic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTraffic,
}
```
@@ -1134,7 +1134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecFailurePolicy {
Action: *string,
@@ -1166,7 +1166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecSpotDeployment {
SpotDeploymentClusterId: *string,
@@ -1226,7 +1226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecSpotDeployments {
SpotDeploymentsClusterId: *string,
@@ -1286,7 +1286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecStrategy {
StrategyName: *string,
@@ -1334,12 +1334,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecStrategyArgs {
ArgName: *string,
ArgValue: *string,
- ValueFrom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFrom,
+ ValueFrom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFrom,
}
```
@@ -1396,10 +1396,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecStrategyArgsValueFrom {
- FieldRef: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFromFieldRef,
+ FieldRef: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecStrategyArgsValueFromFieldRef,
}
```
@@ -1430,7 +1430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecStrategyArgsValueFromFieldRef {
FieldPath: *string,
@@ -1462,16 +1462,16 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTraffic {
- Alb: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlb,
- Ambassador: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficAmbassador,
+ Alb: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlb,
+ Ambassador: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAmbassador,
CanaryService: *string,
- Istio: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstio,
- Nginx: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginx,
- PingPong: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficPingPong,
- Smi: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficSmi,
+ Istio: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstio,
+ Nginx: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginx,
+ PingPong: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficPingPong,
+ Smi: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficSmi,
StableService: *string,
}
```
@@ -1604,14 +1604,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficAlb {
AlbIngress: *string,
AlbRootService: *string,
ServicePort: *f64,
AlbAnnotationPrefix: *string,
- StickinessConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlbStickinessConfig,
+ StickinessConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficAlbStickinessConfig,
}
```
@@ -1694,7 +1694,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficAlbStickinessConfig {
DurationSeconds: *f64,
@@ -1740,7 +1740,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficAmbassador {
Mappings: *[]*string,
@@ -1772,11 +1772,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficIstio {
VirtualServices: interface{},
- DestinationRule: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioDestinationRule,
+ DestinationRule: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficIstioDestinationRule,
}
```
@@ -1822,7 +1822,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficIstioDestinationRule {
CanarySubsetName: *string,
@@ -1882,7 +1882,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficIstioVirtualServices {
VirtualServiceName: *string,
@@ -1944,7 +1944,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutes {
Port: *f64,
@@ -1990,11 +1990,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficNginx {
StableIngress: *string,
- AdditionalIngressAnnotation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation,
+ AdditionalIngressAnnotation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdRolloutSpec.OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation,
NginxAnnotationPrefix: *string,
}
```
@@ -2052,7 +2052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation {
CanaryByHeader: *string,
@@ -2098,7 +2098,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficPingPong {
PingService: *string,
@@ -2144,7 +2144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
&oceancdrolloutspec.OceancdRolloutSpecTrafficSmi {
SmiRootService: *string,
@@ -2192,7 +2192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecFailurePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecFailurePolicyOutputReference
```
@@ -2463,7 +2463,7 @@ func InternalValue() OceancdRolloutSpecFailurePolicy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecSpotDeploymentOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecSpotDeploymentOutputReference
```
@@ -2799,7 +2799,7 @@ func InternalValue() OceancdRolloutSpecSpotDeployment
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecSpotDeploymentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdRolloutSpecSpotDeploymentsList
```
@@ -2959,7 +2959,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecSpotDeploymentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdRolloutSpecSpotDeploymentsOutputReference
```
@@ -3313,7 +3313,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecStrategyArgsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdRolloutSpecStrategyArgsList
```
@@ -3473,7 +3473,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecStrategyArgsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdRolloutSpecStrategyArgsOutputReference
```
@@ -3833,7 +3833,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecStrategyArgsValueFromFieldRefOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecStrategyArgsValueFromFieldRefOutputReference
```
@@ -4104,7 +4104,7 @@ func InternalValue() OceancdRolloutSpecStrategyArgsValueFromFieldRef
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecStrategyArgsValueFromOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecStrategyArgsValueFromOutputReference
```
@@ -4388,7 +4388,7 @@ func InternalValue() OceancdRolloutSpecStrategyArgsValueFrom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecStrategyOutputReference
```
@@ -4701,7 +4701,7 @@ func InternalValue() OceancdRolloutSpecStrategy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficAlbOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficAlbOutputReference
```
@@ -5087,7 +5087,7 @@ func InternalValue() OceancdRolloutSpecTrafficAlb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficAlbStickinessConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficAlbStickinessConfigOutputReference
```
@@ -5394,7 +5394,7 @@ func InternalValue() OceancdRolloutSpecTrafficAlbStickinessConfig
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficAmbassadorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficAmbassadorOutputReference
```
@@ -5665,7 +5665,7 @@ func InternalValue() OceancdRolloutSpecTrafficAmbassador
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioDestinationRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficIstioDestinationRuleOutputReference
```
@@ -5980,7 +5980,7 @@ func InternalValue() OceancdRolloutSpecTrafficIstioDestinationRule
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficIstioOutputReference
```
@@ -6306,7 +6306,7 @@ func InternalValue() OceancdRolloutSpecTrafficIstio
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioVirtualServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdRolloutSpecTrafficIstioVirtualServicesList
```
@@ -6466,7 +6466,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioVirtualServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdRolloutSpecTrafficIstioVirtualServicesOutputReference
```
@@ -6826,7 +6826,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesList
```
@@ -6986,7 +6986,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdRolloutSpecTrafficIstioVirtualServicesTlsRoutesOutputReference
```
@@ -7311,7 +7311,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficNginxAdditionalIngressAnnotationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotationOutputReference
```
@@ -7618,7 +7618,7 @@ func InternalValue() OceancdRolloutSpecTrafficNginxAdditionalIngressAnnotation
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficNginxOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficNginxOutputReference
```
@@ -7960,7 +7960,7 @@ func InternalValue() OceancdRolloutSpecTrafficNginx
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficOutputReference
```
@@ -8519,7 +8519,7 @@ func InternalValue() OceancdRolloutSpecTraffic
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficPingPongOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficPingPongOutputReference
```
@@ -8812,7 +8812,7 @@ func InternalValue() OceancdRolloutSpecTrafficPingPong
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdrolloutspec"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdrolloutspec"
oceancdrolloutspec.NewOceancdRolloutSpecTrafficSmiOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdRolloutSpecTrafficSmiOutputReference
```
diff --git a/docs/oceancdStrategy.go.md b/docs/oceancdStrategy.go.md
index ed100830..be5708c8 100644
--- a/docs/oceancdStrategy.go.md
+++ b/docs/oceancdStrategy.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategy(scope Construct, id *string, config OceancdStrategyConfig) OceancdStrategy
```
@@ -425,7 +425,7 @@ func ResetRolling()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.OceancdStrategy_IsConstruct(x interface{}) *bool
```
@@ -457,7 +457,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.OceancdStrategy_IsTerraformElement(x interface{}) *bool
```
@@ -471,7 +471,7 @@ oceancdstrategy.OceancdStrategy_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.OceancdStrategy_IsTerraformResource(x interface{}) *bool
```
@@ -485,7 +485,7 @@ oceancdstrategy.OceancdStrategy_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.OceancdStrategy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -802,11 +802,11 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyCanary {
Steps: interface{},
- BackgroundVerification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryBackgroundVerification,
+ BackgroundVerification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryBackgroundVerification,
}
```
@@ -852,7 +852,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyCanaryBackgroundVerification {
TemplateNames: *[]*string,
@@ -884,15 +884,15 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyCanarySteps {
- Pause: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryStepsPause,
- SetCanaryScale: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryStepsSetCanaryScale,
- SetHeaderRoute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRoute,
+ Pause: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryStepsPause,
+ SetCanaryScale: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetCanaryScale,
+ SetHeaderRoute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRoute,
SetWeight: *f64,
StepName: *string,
- Verification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryStepsVerification,
+ Verification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryStepsVerification,
}
```
@@ -994,7 +994,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyCanaryStepsPause {
Duration: *string,
@@ -1026,7 +1026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyCanaryStepsSetCanaryScale {
MatchTrafficWeight: interface{},
@@ -1086,7 +1086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyCanaryStepsSetHeaderRoute {
HeaderRouteName: *string,
@@ -1134,11 +1134,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatch {
HeaderName: *string,
- HeaderValue: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue,
+ HeaderValue: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue,
}
```
@@ -1182,7 +1182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue {
Exact: *string,
@@ -1242,7 +1242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyCanaryStepsVerification {
TemplateNames: *[]*string,
@@ -1274,7 +1274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyConfig {
Connection: interface{},
@@ -1285,9 +1285,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
StrategyName: *string,
- Canary: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyCanary,
+ Canary: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyCanary,
Id: *string,
- Rolling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyRolling,
+ Rolling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyRolling,
}
```
@@ -1439,7 +1439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyRolling {
Steps: interface{},
@@ -1473,12 +1473,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyRollingSteps {
- Pause: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyRollingStepsPause,
+ Pause: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyRollingStepsPause,
StepsName: *string,
- Verification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdStrategy.OceancdStrategyRollingStepsVerification,
+ Verification: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdStrategy.OceancdStrategyRollingStepsVerification,
}
```
@@ -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/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyRollingStepsPause {
Duration: *string,
@@ -1569,7 +1569,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
&oceancdstrategy.OceancdStrategyRollingStepsVerification {
TemplateNames: *[]*string,
@@ -1603,7 +1603,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryBackgroundVerificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryBackgroundVerificationOutputReference
```
@@ -1874,7 +1874,7 @@ func InternalValue() OceancdStrategyCanaryBackgroundVerification
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryOutputReference
```
@@ -2200,7 +2200,7 @@ func InternalValue() OceancdStrategyCanary
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryStepsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdStrategyCanaryStepsList
```
@@ -2360,7 +2360,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryStepsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdStrategyCanaryStepsOutputReference
```
@@ -2853,7 +2853,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryStepsPauseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryStepsPauseOutputReference
```
@@ -3131,7 +3131,7 @@ func InternalValue() OceancdStrategyCanaryStepsPause
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryStepsSetCanaryScaleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryStepsSetCanaryScaleOutputReference
```
@@ -3467,7 +3467,7 @@ func InternalValue() OceancdStrategyCanaryStepsSetCanaryScale
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValueOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValueOutputReference
```
@@ -3803,7 +3803,7 @@ func InternalValue() OceancdStrategyCanaryStepsSetHeaderRouteMatchHeaderValue
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryStepsSetHeaderRouteMatchList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdStrategyCanaryStepsSetHeaderRouteMatchList
```
@@ -3963,7 +3963,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryStepsSetHeaderRouteMatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdStrategyCanaryStepsSetHeaderRouteMatchOutputReference
```
@@ -4287,7 +4287,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryStepsSetHeaderRouteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryStepsSetHeaderRouteOutputReference
```
@@ -4593,7 +4593,7 @@ func InternalValue() OceancdStrategyCanaryStepsSetHeaderRoute
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyCanaryStepsVerificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyCanaryStepsVerificationOutputReference
```
@@ -4864,7 +4864,7 @@ func InternalValue() OceancdStrategyCanaryStepsVerification
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyRollingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyRollingOutputReference
```
@@ -5148,7 +5148,7 @@ func InternalValue() OceancdStrategyRolling
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyRollingStepsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdStrategyRollingStepsList
```
@@ -5308,7 +5308,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyRollingStepsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdStrategyRollingStepsOutputReference
```
@@ -5688,7 +5688,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyRollingStepsPauseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyRollingStepsPauseOutputReference
```
@@ -5966,7 +5966,7 @@ func InternalValue() OceancdStrategyRollingStepsPause
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdstrategy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdstrategy"
oceancdstrategy.NewOceancdStrategyRollingStepsVerificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdStrategyRollingStepsVerificationOutputReference
```
diff --git a/docs/oceancdVerificationProvider.go.md b/docs/oceancdVerificationProvider.go.md
index 95af122e..b22834b1 100644
--- a/docs/oceancdVerificationProvider.go.md
+++ b/docs/oceancdVerificationProvider.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
oceancdverificationprovider.NewOceancdVerificationProvider(scope Construct, id *string, config OceancdVerificationProviderConfig) OceancdVerificationProvider
```
@@ -485,7 +485,7 @@ func ResetPrometheus()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
oceancdverificationprovider.OceancdVerificationProvider_IsConstruct(x interface{}) *bool
```
@@ -517,7 +517,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
oceancdverificationprovider.OceancdVerificationProvider_IsTerraformElement(x interface{}) *bool
```
@@ -531,7 +531,7 @@ oceancdverificationprovider.OceancdVerificationProvider_IsTerraformElement(x int
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
oceancdverificationprovider.OceancdVerificationProvider_IsTerraformResource(x interface{}) *bool
```
@@ -545,7 +545,7 @@ oceancdverificationprovider.OceancdVerificationProvider_IsTerraformResource(x in
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
oceancdverificationprovider.OceancdVerificationProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -950,7 +950,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
&oceancdverificationprovider.OceancdVerificationProviderCloudWatch {
IamArn: *string,
@@ -982,7 +982,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
&oceancdverificationprovider.OceancdVerificationProviderConfig {
Connection: interface{},
@@ -994,12 +994,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverifica
Provisioners: *[]interface{},
ClusterIds: *[]*string,
Name: *string,
- CloudWatch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationProvider.OceancdVerificationProviderCloudWatch,
- Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationProvider.OceancdVerificationProviderDatadog,
+ CloudWatch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationProvider.OceancdVerificationProviderCloudWatch,
+ Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationProvider.OceancdVerificationProviderDatadog,
Id: *string,
- Jenkins: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationProvider.OceancdVerificationProviderJenkins,
- NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationProvider.OceancdVerificationProviderNewRelic,
- Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationProvider.OceancdVerificationProviderPrometheus,
+ Jenkins: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationProvider.OceancdVerificationProviderJenkins,
+ NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationProvider.OceancdVerificationProviderNewRelic,
+ Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationProvider.OceancdVerificationProviderPrometheus,
}
```
@@ -1209,7 +1209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
&oceancdverificationprovider.OceancdVerificationProviderDatadog {
Address: *string,
@@ -1269,7 +1269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
&oceancdverificationprovider.OceancdVerificationProviderJenkins {
ApiToken: *string,
@@ -1329,7 +1329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
&oceancdverificationprovider.OceancdVerificationProviderNewRelic {
AccountId: *string,
@@ -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/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
&oceancdverificationprovider.OceancdVerificationProviderPrometheus {
Address: *string,
@@ -1451,7 +1451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
oceancdverificationprovider.NewOceancdVerificationProviderCloudWatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationProviderCloudWatchOutputReference
```
@@ -1722,7 +1722,7 @@ func InternalValue() OceancdVerificationProviderCloudWatch
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
oceancdverificationprovider.NewOceancdVerificationProviderDatadogOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationProviderDatadogOutputReference
```
@@ -2037,7 +2037,7 @@ func InternalValue() OceancdVerificationProviderDatadog
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
oceancdverificationprovider.NewOceancdVerificationProviderJenkinsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationProviderJenkinsOutputReference
```
@@ -2352,7 +2352,7 @@ func InternalValue() OceancdVerificationProviderJenkins
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
oceancdverificationprovider.NewOceancdVerificationProviderNewRelicOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationProviderNewRelicOutputReference
```
@@ -2732,7 +2732,7 @@ func InternalValue() OceancdVerificationProviderNewRelic
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationprovider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationprovider"
oceancdverificationprovider.NewOceancdVerificationProviderPrometheusOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationProviderPrometheusOutputReference
```
diff --git a/docs/oceancdVerificationTemplate.go.md b/docs/oceancdVerificationTemplate.go.md
index 1d8aed38..9bf5b455 100644
--- a/docs/oceancdVerificationTemplate.go.md
+++ b/docs/oceancdVerificationTemplate.go.md
@@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplate(scope Construct, id *string, config OceancdVerificationTemplateConfig) OceancdVerificationTemplate
```
@@ -425,7 +425,7 @@ func ResetMetrics()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.OceancdVerificationTemplate_IsConstruct(x interface{}) *bool
```
@@ -457,7 +457,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.OceancdVerificationTemplate_IsTerraformElement(x interface{}) *bool
```
@@ -471,7 +471,7 @@ oceancdverificationtemplate.OceancdVerificationTemplate_IsTerraformElement(x int
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.OceancdVerificationTemplate_IsTerraformResource(x interface{}) *bool
```
@@ -485,7 +485,7 @@ oceancdverificationtemplate.OceancdVerificationTemplate_IsTerraformResource(x in
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.OceancdVerificationTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -802,12 +802,12 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateArgs {
ArgName: *string,
Value: *string,
- ValueFrom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFrom,
+ ValueFrom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFrom,
}
```
@@ -864,10 +864,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateArgsValueFrom {
- SecretKeyRef: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFromSecretKeyRef,
+ SecretKeyRef: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateArgsValueFromSecretKeyRef,
}
```
@@ -898,7 +898,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateArgsValueFromSecretKeyRef {
Key: *string,
@@ -944,7 +944,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateConfig {
Connection: interface{},
@@ -1109,12 +1109,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetrics {
MetricsName: *string,
Provider: interface{},
- Baseline: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaseline,
+ Baseline: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaseline,
ConsecutiveErrorLimit: *f64,
Count: *f64,
DryRun: interface{},
@@ -1285,7 +1285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsBaseline {
BaselineProvider: interface{},
@@ -1361,12 +1361,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsBaselineBaselineProvider {
- Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog,
- NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic,
- Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus,
+ Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog,
+ NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic,
+ Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus,
}
```
@@ -1427,7 +1427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadog {
DatadogQuery: *string,
@@ -1473,7 +1473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelic {
NewRelicQuery: *string,
@@ -1519,7 +1519,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheus {
PrometheusQuery: *string,
@@ -1551,16 +1551,16 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProvider {
- CloudWatch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatch,
- Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderDatadog,
- Jenkins: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkins,
- Job: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJob,
- NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderNewRelic,
- Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderPrometheus,
- Web: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWeb,
+ CloudWatch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatch,
+ Datadog: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderDatadog,
+ Jenkins: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkins,
+ Job: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJob,
+ NewRelic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderNewRelic,
+ Prometheus: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderPrometheus,
+ Web: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderWeb,
}
```
@@ -1681,7 +1681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderCloudWatch {
MetricDataQueries: interface{},
@@ -1729,13 +1729,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueries {
Id: *string,
Expression: *string,
Label: *string,
- MetricStat: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat,
+ MetricStat: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat,
Period: *f64,
ReturnData: interface{},
}
@@ -1836,10 +1836,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStat {
- Metric: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric,
+ Metric: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric,
MetricPeriod: *f64,
Stat: *string,
Unit: *string,
@@ -1912,7 +1912,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetric {
MetricName: *string,
@@ -1974,7 +1974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensions {
DimensionName: *string,
@@ -2020,7 +2020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderDatadog {
DatadogQuery: *string,
@@ -2066,13 +2066,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJenkins {
JenkinsInterval: *string,
PipelineName: *string,
Timeout: *string,
- JenkinsParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters,
+ JenkinsParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceancdVerificationTemplate.OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters,
TlsVerification: interface{},
}
```
@@ -2156,7 +2156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParameters {
ParameterKey: *string,
@@ -2202,7 +2202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJob {
Spec: interface{},
@@ -2236,7 +2236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJobSpec {
JobTemplate: interface{},
@@ -2284,7 +2284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplate {
TemplateSpec: interface{},
@@ -2318,7 +2318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpec {
Containers: interface{},
@@ -2366,7 +2366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainers {
Command: *[]*string,
@@ -2426,7 +2426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderNewRelic {
NewRelicQuery: *string,
@@ -2472,7 +2472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderPrometheus {
PrometheusQuery: *string,
@@ -2504,7 +2504,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderWeb {
Url: *string,
@@ -2622,7 +2622,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
&oceancdverificationtemplate.OceancdVerificationTemplateMetricsProviderWebWebHeader {
WebHeaderKey: *string,
@@ -2670,7 +2670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateArgsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateArgsList
```
@@ -2830,7 +2830,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateArgsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateArgsOutputReference
```
@@ -3190,7 +3190,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateArgsValueFromOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateArgsValueFromOutputReference
```
@@ -3481,7 +3481,7 @@ func InternalValue() OceancdVerificationTemplateArgsValueFrom
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateArgsValueFromSecretKeyRefOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateArgsValueFromSecretKeyRefOutputReference
```
@@ -3774,7 +3774,7 @@ func InternalValue() OceancdVerificationTemplateArgsValueFromSecretKeyRef
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineBaselineProviderDatadogOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsBaselineBaselineProviderDatadogOutputReference
```
@@ -4074,7 +4074,7 @@ func InternalValue() OceancdVerificationTemplateMetricsBaselineBaselineProviderD
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineBaselineProviderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsBaselineBaselineProviderList
```
@@ -4234,7 +4234,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelicOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsBaselineBaselineProviderNewRelicOutputReference
```
@@ -4534,7 +4534,7 @@ func InternalValue() OceancdVerificationTemplateMetricsBaselineBaselineProviderN
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineBaselineProviderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsBaselineBaselineProviderOutputReference
```
@@ -4927,7 +4927,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheusOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsBaselineBaselineProviderPrometheusOutputReference
```
@@ -5198,7 +5198,7 @@ func InternalValue() OceancdVerificationTemplateMetricsBaselineBaselineProviderP
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsBaselineOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsBaselineOutputReference
```
@@ -5562,7 +5562,7 @@ func InternalValue() OceancdVerificationTemplateMetricsBaseline
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsList
```
@@ -5722,7 +5722,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsOutputReference
```
@@ -6320,7 +6320,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesList
```
@@ -6480,7 +6480,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensionsList
```
@@ -6640,7 +6640,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricDimensionsOutputReference
```
@@ -6951,7 +6951,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatMetricOutputReference
```
@@ -7293,7 +7293,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderCloudWatchMetricD
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesMetricStatOutputReference
```
@@ -7671,7 +7671,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderCloudWatchMetricD
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderCloudWatchMetricDataQueriesOutputReference
```
@@ -8118,7 +8118,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderCloudWatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderCloudWatchOutputReference
```
@@ -8431,7 +8431,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderCloudWatch
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderDatadogOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderDatadogOutputReference
```
@@ -8738,7 +8738,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderDatadog
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJenkinsJenkinsParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderJenkinsJenkinsParametersOutputReference
```
@@ -9031,7 +9031,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderJenkinsJenkinsPar
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJenkinsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderJenkinsOutputReference
```
@@ -9417,7 +9417,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderJenkins
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderJobOutputReference
```
@@ -9701,7 +9701,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderJob
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateList
```
@@ -9861,7 +9861,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateOutputReference
```
@@ -10163,7 +10163,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainersList
```
@@ -10323,7 +10323,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecContainersOutputReference
```
@@ -10656,7 +10656,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecList
```
@@ -10816,7 +10816,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecJobTemplateTemplateSpecOutputReference
```
@@ -11140,7 +11140,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecList
```
@@ -11300,7 +11300,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderJobSpecOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderJobSpecOutputReference
```
@@ -11631,7 +11631,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderList
```
@@ -11791,7 +11791,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderNewRelicOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderNewRelicOutputReference
```
@@ -12091,7 +12091,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderNewRelic
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderOutputReference
```
@@ -12652,7 +12652,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderPrometheusOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderPrometheusOutputReference
```
@@ -12923,7 +12923,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderPrometheus
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderWebOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceancdVerificationTemplateMetricsProviderWebOutputReference
```
@@ -13381,7 +13381,7 @@ func InternalValue() OceancdVerificationTemplateMetricsProviderWeb
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderWebWebHeaderList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceancdVerificationTemplateMetricsProviderWebWebHeaderList
```
@@ -13541,7 +13541,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/oceancdverificationtemplate"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceancdverificationtemplate"
oceancdverificationtemplate.NewOceancdVerificationTemplateMetricsProviderWebWebHeaderOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceancdVerificationTemplateMetricsProviderWebWebHeaderOutputReference
```
diff --git a/docs/organizationPolicy.go.md b/docs/organizationPolicy.go.md
index 4b936a02..87f8a421 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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy"
organizationpolicy.OrganizationPolicy_IsConstruct(x interface{}) *bool
```
@@ -437,7 +437,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationpolicy"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 de1839cf..2e5af3c3 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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
organizationprogrammaticuser.OrganizationProgrammaticUser_IsConstruct(x interface{}) *bool
```
@@ -471,7 +471,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser"
&organizationprogrammaticuser.OrganizationProgrammaticUserPolicies {
PolicyId: *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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationprogrammaticuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 ade45bdf..e56f1626 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/v13/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser"
organizationuser.OrganizationUser_IsConstruct(x interface{}) *bool
```
@@ -458,7 +458,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationuser"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 3c18aee2..35241293 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/v13/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup"
organizationusergroup.OrganizationUserGroup_IsConstruct(x interface{}) *bool
```
@@ -451,7 +451,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/organizationusergroup"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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 23ba1462..2fcea02f 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/v13/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider"
provider.SpotinstProvider_IsConstruct(x interface{}) *bool
```
@@ -211,7 +211,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/provider"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider"
&provider.SpotinstProviderConfig {
Account: *string,
diff --git a/docs/statefulNodeAzure.go.md b/docs/statefulNodeAzure.go.md
index 3fe84c53..ec7e8485 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/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzure(scope Construct, id *string, config StatefulNodeAzureConfig) StatefulNodeAzure
```
@@ -915,7 +915,7 @@ func ResetZones()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.StatefulNodeAzure_IsConstruct(x interface{}) *bool
```
@@ -947,7 +947,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool
```
@@ -961,7 +961,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool
```
@@ -975,7 +975,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool
##### `GenerateConfigForImport`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.StatefulNodeAzure_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
```
@@ -2150,7 +2150,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureAttachDataDisk {
DataDiskName: *string,
@@ -2252,7 +2252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureBootDiagnostics {
IsEnabled: interface{},
@@ -2312,7 +2312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureConfig {
Connection: interface{},
@@ -2329,8 +2329,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu
ShouldPersistDataDisks: interface{},
ShouldPersistNetwork: interface{},
ShouldPersistOsDisk: interface{},
- Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureStrategy,
- VmSizes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureVmSizes,
+ Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategy,
+ VmSizes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureVmSizes,
AttachDataDisk: interface{},
BootDiagnostics: interface{},
CustomData: *string,
@@ -2340,22 +2340,22 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu
Description: *string,
DetachDataDisk: interface{},
Extension: interface{},
- Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureHealth,
+ Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureHealth,
Id: *string,
- Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureImage,
+ Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureImage,
ImportVm: interface{},
LicenseType: *string,
LoadBalancer: interface{},
- Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureLogin,
+ Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureLogin,
ManagedServiceIdentities: interface{},
- Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureNetwork,
- OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureOsDisk,
+ Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureNetwork,
+ OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureOsDisk,
OsDiskPersistenceMode: *string,
PreferredZone: *string,
ProximityPlacementGroups: interface{},
SchedulingTask: interface{},
Secret: interface{},
- Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureSecurity,
+ Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureSecurity,
ShouldPersistVm: interface{},
ShutdownScript: *string,
Signal: interface{},
@@ -3065,7 +3065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureDataDisk {
Lun: *f64,
@@ -3125,7 +3125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureDelete {
ShouldTerminateVm: interface{},
@@ -3297,7 +3297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureDetachDataDisk {
DataDiskName: *string,
@@ -3371,7 +3371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureExtension {
ApiVersion: *string,
@@ -3487,7 +3487,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureHealth {
AutoHealing: interface{},
@@ -3561,7 +3561,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureImage {
CustomImage: interface{},
@@ -3627,7 +3627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureImageCustomImage {
CustomImageResourceGroupName: *string,
@@ -3673,7 +3673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureImageGallery {
GalleryName: *string,
@@ -3761,7 +3761,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureImageMarketplaceImage {
Offer: *string,
@@ -3835,7 +3835,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureImportVm {
OriginalVmName: *string,
@@ -3909,7 +3909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureLoadBalancer {
BackendPoolNames: *[]*string,
@@ -3997,7 +3997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureLogin {
UserName: *string,
@@ -4057,7 +4057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureManagedServiceIdentities {
Name: *string,
@@ -4103,7 +4103,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureNetwork {
NetworkInterface: interface{},
@@ -4165,7 +4165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureNetworkNetworkInterface {
IsPrimary: interface{},
@@ -4331,7 +4331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations {
Name: *string,
@@ -4377,7 +4377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups {
Name: *string,
@@ -4423,7 +4423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup {
Name: *string,
@@ -4469,7 +4469,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfacePublicIps {
Name: *string,
@@ -4515,7 +4515,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureOsDisk {
Type: *string,
@@ -4575,7 +4575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureProximityPlacementGroups {
Name: *string,
@@ -4621,7 +4621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureSchedulingTask {
CronExpression: *string,
@@ -4681,7 +4681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureSecret {
SourceVault: interface{},
@@ -4731,7 +4731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureSecretSourceVault {
Name: *string,
@@ -4777,7 +4777,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureSecretVaultCertificates {
CertificateStore: *string,
@@ -4823,7 +4823,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureSecurity {
ConfidentialOsDiskEncryption: interface{},
@@ -4911,7 +4911,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureSignal {
Timeout: *f64,
@@ -4957,7 +4957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureStrategy {
FallbackToOnDemand: interface{},
@@ -4967,7 +4967,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazu
OdWindows: *[]*string,
OptimizationWindows: *[]*string,
PreferredLifeCycle: *string,
- RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot,
+ RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot,
VmAdmins: *[]*string,
}
```
@@ -5105,7 +5105,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureStrategyCapacityReservation {
ShouldUtilize: interface{},
@@ -5167,7 +5167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups {
CrgName: *string,
@@ -5227,7 +5227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureStrategyRevertToSpot {
PerformAt: *string,
@@ -5259,7 +5259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureTag {
TagKey: *string,
@@ -5305,7 +5305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureUpdateState {
State: *string,
@@ -5337,13 +5337,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureVmSizes {
OdSizes: *[]*string,
ExcludedVmSizes: *[]*string,
PreferredSpotSizes: *[]*string,
- SpotSizeAttributes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13.statefulNodeAzure.StatefulNodeAzureVmSizesSpotSizeAttributes,
+ SpotSizeAttributes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureVmSizesSpotSizeAttributes,
SpotSizes: *[]*string,
}
```
@@ -5427,7 +5427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
&statefulnodeazure.StatefulNodeAzureVmSizesSpotSizeAttributes {
MaxCpu: *f64,
@@ -5531,7 +5531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureAttachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureAttachDataDiskList
```
@@ -5691,7 +5691,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureAttachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureAttachDataDiskOutputReference
```
@@ -6104,7 +6104,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureBootDiagnosticsList
```
@@ -6264,7 +6264,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureBootDiagnosticsOutputReference
```
@@ -6618,7 +6618,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDataDiskList
```
@@ -6778,7 +6778,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDataDiskOutputReference
```
@@ -7111,7 +7111,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDeleteList
```
@@ -7271,7 +7271,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDeleteOutputReference
```
@@ -7850,7 +7850,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureDetachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDetachDataDiskList
```
@@ -8010,7 +8010,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureDetachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDetachDataDiskOutputReference
```
@@ -8372,7 +8372,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureExtensionList
```
@@ -8532,7 +8532,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureExtensionOutputReference
```
@@ -8967,7 +8967,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureHealthOutputReference
```
@@ -9318,7 +9318,7 @@ func InternalValue() StatefulNodeAzureHealth
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureImageCustomImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageCustomImageList
```
@@ -9478,7 +9478,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureImageCustomImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageCustomImageOutputReference
```
@@ -9789,7 +9789,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureImageGalleryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageGalleryList
```
@@ -9949,7 +9949,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureImageGalleryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageGalleryOutputReference
```
@@ -10333,7 +10333,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageMarketplaceImageList
```
@@ -10493,7 +10493,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageMarketplaceImageOutputReference
```
@@ -10848,7 +10848,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureImageOutputReference
```
@@ -11223,7 +11223,7 @@ func InternalValue() StatefulNodeAzureImage
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureImportVmList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImportVmList
```
@@ -11383,7 +11383,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureImportVmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImportVmOutputReference
```
@@ -11752,7 +11752,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureLoadBalancerList
```
@@ -11912,7 +11912,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureLoadBalancerOutputReference
```
@@ -12296,7 +12296,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureLoginOutputReference
```
@@ -12625,7 +12625,7 @@ func InternalValue() StatefulNodeAzureLogin
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureManagedServiceIdentitiesList
```
@@ -12785,7 +12785,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureManagedServiceIdentitiesOutputReference
```
@@ -13096,7 +13096,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList
```
@@ -13256,7 +13256,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference
```
@@ -13567,7 +13567,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList
```
@@ -13727,7 +13727,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference
```
@@ -14038,7 +14038,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceList
```
@@ -14198,7 +14198,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList
```
@@ -14358,7 +14358,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference
```
@@ -14683,7 +14683,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceOutputReference
```
@@ -15278,7 +15278,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsList
```
@@ -15438,7 +15438,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference
```
@@ -15749,7 +15749,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureNetworkOutputReference
```
@@ -16077,7 +16077,7 @@ func InternalValue() StatefulNodeAzureNetwork
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureOsDiskOutputReference
```
@@ -16406,7 +16406,7 @@ func InternalValue() StatefulNodeAzureOsDisk
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureProximityPlacementGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureProximityPlacementGroupsList
```
@@ -16566,7 +16566,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureProximityPlacementGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureProximityPlacementGroupsOutputReference
```
@@ -16877,7 +16877,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSchedulingTaskList
```
@@ -17037,7 +17037,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSchedulingTaskOutputReference
```
@@ -17370,7 +17370,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSecretList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretList
```
@@ -17530,7 +17530,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSecretOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretOutputReference
```
@@ -17867,7 +17867,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretSourceVaultList
```
@@ -18027,7 +18027,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretSourceVaultOutputReference
```
@@ -18338,7 +18338,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretVaultCertificatesList
```
@@ -18498,7 +18498,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretVaultCertificatesOutputReference
```
@@ -18823,7 +18823,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSecurityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureSecurityOutputReference
```
@@ -19217,7 +19217,7 @@ func InternalValue() StatefulNodeAzureSecurity
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSignalList
```
@@ -19377,7 +19377,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSignalOutputReference
```
@@ -19688,7 +19688,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList
```
@@ -19848,7 +19848,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference
```
@@ -20188,7 +20188,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationList
```
@@ -20348,7 +20348,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationOutputReference
```
@@ -20701,7 +20701,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyOutputReference
```
@@ -21230,7 +21230,7 @@ func InternalValue() StatefulNodeAzureStrategy
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureStrategyRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyRevertToSpotOutputReference
```
@@ -21501,7 +21501,7 @@ func InternalValue() StatefulNodeAzureStrategyRevertToSpot
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureTagList
```
@@ -21661,7 +21661,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureTagOutputReference
```
@@ -21979,7 +21979,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureUpdateStateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureUpdateStateList
```
@@ -22139,7 +22139,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureUpdateStateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureUpdateStateOutputReference
```
@@ -22428,7 +22428,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureVmSizesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureVmSizesOutputReference
```
@@ -22828,7 +22828,7 @@ func InternalValue() StatefulNodeAzureVmSizes
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/statefulnodeazure"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure"
statefulnodeazure.NewStatefulNodeAzureVmSizesSpotSizeAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureVmSizesSpotSizeAttributesOutputReference
```
diff --git a/docs/subscription.go.md b/docs/subscription.go.md
index ee58bd80..a84a43f5 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/v13/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription"
subscription.Subscription_IsConstruct(x interface{}) *bool
```
@@ -424,7 +424,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v13/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/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/v13/subscription"
+import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription"
&subscription.SubscriptionConfig {
Connection: interface{},
diff --git a/src/account-aws/index.ts b/src/account-aws/index.ts
index a7333d09..9fad80f0 100644
--- a/src/account-aws/index.ts
+++ b/src/account-aws/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/account_aws
// generated from terraform resource schema
diff --git a/src/account/index.ts b/src/account/index.ts
index 8eb3c4ea..baa64ec9 100644
--- a/src/account/index.ts
+++ b/src/account/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/account
// generated from terraform resource schema
diff --git a/src/credentials-aws/index.ts b/src/credentials-aws/index.ts
index 6d4cc9de..5998fddc 100644
--- a/src/credentials-aws/index.ts
+++ b/src/credentials-aws/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/credentials_aws
// generated from terraform resource schema
diff --git a/src/credentials-gcp/index.ts b/src/credentials-gcp/index.ts
index 2a11ed57..7401701f 100644
--- a/src/credentials-gcp/index.ts
+++ b/src/credentials-gcp/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/credentials_gcp
// generated from terraform resource schema
diff --git a/src/data-integration/index.ts b/src/data-integration/index.ts
index 5bdaa654..bfadc329 100644
--- a/src/data-integration/index.ts
+++ b/src/data-integration/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/data_integration
// generated from terraform resource schema
diff --git a/src/elastigroup-aws-beanstalk/index.ts b/src/elastigroup-aws-beanstalk/index.ts
index 076edcbb..a61b73c5 100644
--- a/src/elastigroup-aws-beanstalk/index.ts
+++ b/src/elastigroup-aws-beanstalk/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_aws_beanstalk
// generated from terraform resource schema
diff --git a/src/elastigroup-aws-suspension/index.ts b/src/elastigroup-aws-suspension/index.ts
index e383ed6c..7f7885e0 100644
--- a/src/elastigroup-aws-suspension/index.ts
+++ b/src/elastigroup-aws-suspension/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_aws_suspension
// generated from terraform resource schema
diff --git a/src/elastigroup-aws/index.ts b/src/elastigroup-aws/index.ts
index a8c82e77..9d39034e 100644
--- a/src/elastigroup-aws/index.ts
+++ b/src/elastigroup-aws/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_aws
// generated from terraform resource schema
diff --git a/src/elastigroup-azure-v3/index.ts b/src/elastigroup-azure-v3/index.ts
index bafa1b3c..88d8f38b 100644
--- a/src/elastigroup-azure-v3/index.ts
+++ b/src/elastigroup-azure-v3/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_azure_v3
// generated from terraform resource schema
diff --git a/src/elastigroup-gcp/index.ts b/src/elastigroup-gcp/index.ts
index c74a3230..79a0102e 100644
--- a/src/elastigroup-gcp/index.ts
+++ b/src/elastigroup-gcp/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_gcp
// generated from terraform resource schema
diff --git a/src/elastigroup-gke/index.ts b/src/elastigroup-gke/index.ts
index 40b2426e..2736b9c0 100644
--- a/src/elastigroup-gke/index.ts
+++ b/src/elastigroup-gke/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/elastigroup_gke
// generated from terraform resource schema
diff --git a/src/health-check/index.ts b/src/health-check/index.ts
index 8c9bc312..be721fa1 100644
--- a/src/health-check/index.ts
+++ b/src/health-check/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/health_check
// generated from terraform resource schema
diff --git a/src/index.ts b/src/index.ts
index baeaebac..b0ef8bbc 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// generated by cdktf get
export * as account from './account';
export * as accountAws from './account-aws';
diff --git a/src/lazy-index.ts b/src/lazy-index.ts
index 04617a95..f1927559 100644
--- a/src/lazy-index.ts
+++ b/src/lazy-index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// generated by cdktf get
Object.defineProperty(exports, 'account', { get: function () { return require('./account'); } });
Object.defineProperty(exports, 'accountAws', { get: function () { return require('./account-aws'); } });
diff --git a/src/managed-instance-aws/index.ts b/src/managed-instance-aws/index.ts
index 868545c8..faa9e158 100644
--- a/src/managed-instance-aws/index.ts
+++ b/src/managed-instance-aws/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/managed_instance_aws
// generated from terraform resource schema
diff --git a/src/mrscaler-aws/index.ts b/src/mrscaler-aws/index.ts
index 8c01a1c0..1e81ce5d 100644
--- a/src/mrscaler-aws/index.ts
+++ b/src/mrscaler-aws/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/mrscaler_aws
// generated from terraform resource schema
diff --git a/src/ocean-aks-np-virtual-node-group/index.ts b/src/ocean-aks-np-virtual-node-group/index.ts
index bc43c47c..fb790d1e 100644
--- a/src/ocean-aks-np-virtual-node-group/index.ts
+++ b/src/ocean-aks-np-virtual-node-group/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_aks_np_virtual_node_group
// generated from terraform resource schema
diff --git a/src/ocean-aks-np/index.ts b/src/ocean-aks-np/index.ts
index d07bcfaa..e7b1f55f 100644
--- a/src/ocean-aks-np/index.ts
+++ b/src/ocean-aks-np/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_aks_np
// generated from terraform resource schema
diff --git a/src/ocean-aws-extended-resource-definition/index.ts b/src/ocean-aws-extended-resource-definition/index.ts
index 6a1c0231..b711dbd8 100644
--- a/src/ocean-aws-extended-resource-definition/index.ts
+++ b/src/ocean-aws-extended-resource-definition/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_aws_extended_resource_definition
// generated from terraform resource schema
diff --git a/src/ocean-aws-launch-spec/index.ts b/src/ocean-aws-launch-spec/index.ts
index f02914d6..7f629406 100644
--- a/src/ocean-aws-launch-spec/index.ts
+++ b/src/ocean-aws-launch-spec/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_aws_launch_spec
// generated from terraform resource schema
diff --git a/src/ocean-aws/index.ts b/src/ocean-aws/index.ts
index 4c62c38a..967ee6bf 100644
--- a/src/ocean-aws/index.ts
+++ b/src/ocean-aws/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_aws
// generated from terraform resource schema
diff --git a/src/ocean-ecs-launch-spec/index.ts b/src/ocean-ecs-launch-spec/index.ts
index 42753d04..157001fe 100644
--- a/src/ocean-ecs-launch-spec/index.ts
+++ b/src/ocean-ecs-launch-spec/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_ecs_launch_spec
// generated from terraform resource schema
diff --git a/src/ocean-ecs/index.ts b/src/ocean-ecs/index.ts
index d18f166b..1c368a5e 100644
--- a/src/ocean-ecs/index.ts
+++ b/src/ocean-ecs/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_ecs
// generated from terraform resource schema
diff --git a/src/ocean-gke-import/index.ts b/src/ocean-gke-import/index.ts
index 38fd005a..7d91f2b3 100644
--- a/src/ocean-gke-import/index.ts
+++ b/src/ocean-gke-import/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_gke_import
// generated from terraform resource schema
diff --git a/src/ocean-gke-launch-spec-import/index.ts b/src/ocean-gke-launch-spec-import/index.ts
index ebb4f05d..af9809a5 100644
--- a/src/ocean-gke-launch-spec-import/index.ts
+++ b/src/ocean-gke-launch-spec-import/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_gke_launch_spec_import
// generated from terraform resource schema
diff --git a/src/ocean-gke-launch-spec/index.ts b/src/ocean-gke-launch-spec/index.ts
index 07ab7e7a..61801a2e 100644
--- a/src/ocean-gke-launch-spec/index.ts
+++ b/src/ocean-gke-launch-spec/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_gke_launch_spec
// generated from terraform resource schema
diff --git a/src/ocean-right-sizing-rule/index.ts b/src/ocean-right-sizing-rule/index.ts
index b8bf3bc9..4d384787 100644
--- a/src/ocean-right-sizing-rule/index.ts
+++ b/src/ocean-right-sizing-rule/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_right_sizing_rule
// generated from terraform resource schema
diff --git a/src/ocean-spark-virtual-node-group/index.ts b/src/ocean-spark-virtual-node-group/index.ts
index 50a597cb..95f5133f 100644
--- a/src/ocean-spark-virtual-node-group/index.ts
+++ b/src/ocean-spark-virtual-node-group/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_spark_virtual_node_group
// generated from terraform resource schema
diff --git a/src/ocean-spark/index.ts b/src/ocean-spark/index.ts
index 508d1682..cf3913f5 100644
--- a/src/ocean-spark/index.ts
+++ b/src/ocean-spark/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/ocean_spark
// generated from terraform resource schema
diff --git a/src/oceancd-rollout-spec/index.ts b/src/oceancd-rollout-spec/index.ts
index b3e76bb1..59816074 100644
--- a/src/oceancd-rollout-spec/index.ts
+++ b/src/oceancd-rollout-spec/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/oceancd_rollout_spec
// generated from terraform resource schema
diff --git a/src/oceancd-strategy/index.ts b/src/oceancd-strategy/index.ts
index 747f1caf..d2c7950f 100644
--- a/src/oceancd-strategy/index.ts
+++ b/src/oceancd-strategy/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/oceancd_strategy
// generated from terraform resource schema
diff --git a/src/oceancd-verification-provider/index.ts b/src/oceancd-verification-provider/index.ts
index a0386e8c..fcd9c5b5 100644
--- a/src/oceancd-verification-provider/index.ts
+++ b/src/oceancd-verification-provider/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/oceancd_verification_provider
// generated from terraform resource schema
diff --git a/src/oceancd-verification-template/index.ts b/src/oceancd-verification-template/index.ts
index f5dd9c0e..337d6bb0 100644
--- a/src/oceancd-verification-template/index.ts
+++ b/src/oceancd-verification-template/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/oceancd_verification_template
// generated from terraform resource schema
diff --git a/src/organization-policy/index.ts b/src/organization-policy/index.ts
index f531dd5c..0f9fdead 100644
--- a/src/organization-policy/index.ts
+++ b/src/organization-policy/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/organization_policy
// generated from terraform resource schema
diff --git a/src/organization-programmatic-user/index.ts b/src/organization-programmatic-user/index.ts
index e2af4183..8c2018f8 100644
--- a/src/organization-programmatic-user/index.ts
+++ b/src/organization-programmatic-user/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/organization_programmatic_user
// generated from terraform resource schema
diff --git a/src/organization-user-group/index.ts b/src/organization-user-group/index.ts
index a66e201d..b650a11f 100644
--- a/src/organization-user-group/index.ts
+++ b/src/organization-user-group/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/organization_user_group
// generated from terraform resource schema
diff --git a/src/organization-user/index.ts b/src/organization-user/index.ts
index 493019ec..0ad1f327 100644
--- a/src/organization-user/index.ts
+++ b/src/organization-user/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/organization_user
// generated from terraform resource schema
diff --git a/src/provider/index.ts b/src/provider/index.ts
index ca56f16c..9461a0b4 100644
--- a/src/provider/index.ts
+++ b/src/provider/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs
// generated from terraform resource schema
diff --git a/src/stateful-node-azure/index.ts b/src/stateful-node-azure/index.ts
index ef0ba5de..a2e7279a 100644
--- a/src/stateful-node-azure/index.ts
+++ b/src/stateful-node-azure/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/stateful_node_azure
// generated from terraform resource schema
diff --git a/src/subscription/index.ts b/src/subscription/index.ts
index 8e949098..c486e392 100644
--- a/src/subscription/index.ts
+++ b/src/subscription/index.ts
@@ -1,8 +1,3 @@
-/**
- * Copyright (c) HashiCorp, Inc.
- * SPDX-License-Identifier: MPL-2.0
- */
-
// https://registry.terraform.io/providers/spotinst/spotinst/1.202.0/docs/resources/subscription
// generated from terraform resource schema
diff --git a/yarn.lock b/yarn.lock
index 593b0448..72ac0a43 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -233,9 +233,9 @@
glob "10.4.5"
"@cdktf/provider-project@^0.6.0":
- version "0.6.21"
- resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.21.tgz#313f621593027956c8ee230b93e0f70b1800ebda"
- integrity sha512-UUPbrUSetUj8Q+z2TyM9kQ9R0pEcp04bqppoM9dnlIZ89l48jnDhB1wouB5MGokXHfGZxnPvkNvN9hG2+a6JRA==
+ version "0.6.22"
+ resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.22.tgz#671785d7be2ae06cfd1155ae604dc57a31c528ae"
+ integrity sha512-9PY0jg8rsB9BRqnqUL0NhlvH+EQL0NOgCSG4UbIjDV6qPPnzicmhPkcPpblk0819FfGlFaTszvhcsXomSl62NQ==
dependencies:
change-case "^4.1.2"
fs-extra "^10.1.0"
@@ -4188,16 +4188,7 @@ streamx@^2.15.0:
optionalDependencies:
bare-events "^2.2.0"
-"string-width-cjs@npm:string-width@^4.2.0":
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
- dependencies:
- emoji-regex "^8.0.0"
- is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.1"
-
-string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4229,14 +4220,7 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"
-"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- dependencies:
- ansi-regex "^5.0.1"
-
-strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4633,7 +4617,7 @@ workerpool@^6.5.1:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
-"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
+"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4651,15 +4635,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"
-wrap-ansi@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
- dependencies:
- ansi-styles "^4.0.0"
- string-width "^4.1.0"
- strip-ansi "^6.0.0"
-
wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"