@cdktf-providers/siderolabs-talos 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/cluster-kubeconfig/index.d.ts +13 -13
- package/dist/cluster-kubeconfig/index.js +6 -6
- package/dist/data-talos-client-configuration/index.d.ts +10 -10
- package/dist/data-talos-client-configuration/index.js +6 -6
- package/dist/data-talos-cluster-health/index.d.ts +13 -13
- package/dist/data-talos-cluster-health/index.js +6 -6
- package/dist/data-talos-cluster-kubeconfig/index.d.ts +12 -12
- package/dist/data-talos-cluster-kubeconfig/index.js +6 -6
- package/dist/data-talos-image-factory-extensions-versions/index.d.ts +6 -6
- package/dist/data-talos-image-factory-extensions-versions/index.js +6 -6
- package/dist/data-talos-image-factory-overlays-versions/index.d.ts +6 -6
- package/dist/data-talos-image-factory-overlays-versions/index.js +6 -6
- package/dist/data-talos-image-factory-urls/index.d.ts +13 -8
- package/dist/data-talos-image-factory-urls/index.js +6 -6
- package/dist/data-talos-image-factory-versions/index.d.ts +5 -5
- package/dist/data-talos-image-factory-versions/index.js +6 -6
- package/dist/data-talos-machine-configuration/index.d.ts +36 -36
- package/dist/data-talos-machine-configuration/index.js +6 -6
- package/dist/data-talos-machine-disks/index.d.ts +12 -12
- package/dist/data-talos-machine-disks/index.js +6 -6
- package/dist/image-factory-schematic/index.d.ts +4 -4
- package/dist/image-factory-schematic/index.js +6 -6
- package/dist/machine-bootstrap/index.d.ts +11 -11
- package/dist/machine-bootstrap/index.js +6 -6
- package/dist/machine-configuration-apply/index.d.ts +20 -20
- package/dist/machine-configuration-apply/index.js +6 -6
- package/dist/machine-secrets/index.d.ts +4 -4
- package/dist/machine-secrets/index.js +6 -6
- package/dist/provider/index.d.ts +5 -5
- package/dist/provider/index.js +6 -6
- package/package.json +2 -2
|
@@ -4,13 +4,13 @@ export interface DataTalosImageFactoryExtensionsVersionsConfig extends cdktf.Ter
|
|
|
4
4
|
/**
|
|
5
5
|
* The filter to apply to the extensions list.
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_extensions_versions#filters DataTalosImageFactoryExtensionsVersions#filters}
|
|
8
8
|
*/
|
|
9
9
|
readonly filters?: DataTalosImageFactoryExtensionsVersionsFilters;
|
|
10
10
|
/**
|
|
11
11
|
* The talos version to get extensions for.
|
|
12
12
|
*
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_extensions_versions#talos_version DataTalosImageFactoryExtensionsVersions#talos_version}
|
|
14
14
|
*/
|
|
15
15
|
readonly talosVersion: string;
|
|
16
16
|
}
|
|
@@ -54,7 +54,7 @@ export interface DataTalosImageFactoryExtensionsVersionsFilters {
|
|
|
54
54
|
/**
|
|
55
55
|
* The name of the extension to filter by.
|
|
56
56
|
*
|
|
57
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
57
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_extensions_versions#names DataTalosImageFactoryExtensionsVersions#names}
|
|
58
58
|
*/
|
|
59
59
|
readonly names?: string[];
|
|
60
60
|
}
|
|
@@ -77,7 +77,7 @@ export declare class DataTalosImageFactoryExtensionsVersionsFiltersOutputReferen
|
|
|
77
77
|
get namesInput(): string[];
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
|
-
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
80
|
+
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_extensions_versions talos_image_factory_extensions_versions}
|
|
81
81
|
*/
|
|
82
82
|
export declare class DataTalosImageFactoryExtensionsVersions extends cdktf.TerraformDataSource {
|
|
83
83
|
static readonly tfResourceType = "talos_image_factory_extensions_versions";
|
|
@@ -85,12 +85,12 @@ export declare class DataTalosImageFactoryExtensionsVersions extends cdktf.Terra
|
|
|
85
85
|
* Generates CDKTF code for importing a DataTalosImageFactoryExtensionsVersions resource upon running "cdktf plan <stack-name>"
|
|
86
86
|
* @param scope The scope in which to define this construct
|
|
87
87
|
* @param importToId The construct id used in the generated config for the DataTalosImageFactoryExtensionsVersions to import
|
|
88
|
-
* @param importFromId The id of the existing DataTalosImageFactoryExtensionsVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
88
|
+
* @param importFromId The id of the existing DataTalosImageFactoryExtensionsVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_extensions_versions#import import section} in the documentation of this resource for the id to use
|
|
89
89
|
* @param provider? Optional instance of the provider where the DataTalosImageFactoryExtensionsVersions to import is found
|
|
90
90
|
*/
|
|
91
91
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
92
92
|
/**
|
|
93
|
-
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
93
|
+
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_extensions_versions talos_image_factory_extensions_versions} Data Source
|
|
94
94
|
*
|
|
95
95
|
* @param scope The scope in which to define this construct
|
|
96
96
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
1
|
+
// https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_extensions_versions
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataTalosImageFactoryExtensionsVersionsExtensionsInfoToTerraform(struct) {
|
|
@@ -171,7 +171,7 @@ export class DataTalosImageFactoryExtensionsVersionsFiltersOutputReference exten
|
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
/**
|
|
174
|
-
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
174
|
+
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_extensions_versions talos_image_factory_extensions_versions}
|
|
175
175
|
*/
|
|
176
176
|
export class DataTalosImageFactoryExtensionsVersions extends cdktf.TerraformDataSource {
|
|
177
177
|
// =================
|
|
@@ -185,7 +185,7 @@ export class DataTalosImageFactoryExtensionsVersions extends cdktf.TerraformData
|
|
|
185
185
|
* Generates CDKTF code for importing a DataTalosImageFactoryExtensionsVersions resource upon running "cdktf plan <stack-name>"
|
|
186
186
|
* @param scope The scope in which to define this construct
|
|
187
187
|
* @param importToId The construct id used in the generated config for the DataTalosImageFactoryExtensionsVersions to import
|
|
188
|
-
* @param importFromId The id of the existing DataTalosImageFactoryExtensionsVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
188
|
+
* @param importFromId The id of the existing DataTalosImageFactoryExtensionsVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_extensions_versions#import import section} in the documentation of this resource for the id to use
|
|
189
189
|
* @param provider? Optional instance of the provider where the DataTalosImageFactoryExtensionsVersions to import is found
|
|
190
190
|
*/
|
|
191
191
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -195,7 +195,7 @@ export class DataTalosImageFactoryExtensionsVersions extends cdktf.TerraformData
|
|
|
195
195
|
// INITIALIZER
|
|
196
196
|
// ===========
|
|
197
197
|
/**
|
|
198
|
-
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
198
|
+
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_extensions_versions talos_image_factory_extensions_versions} Data Source
|
|
199
199
|
*
|
|
200
200
|
* @param scope The scope in which to define this construct
|
|
201
201
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -206,8 +206,8 @@ export class DataTalosImageFactoryExtensionsVersions extends cdktf.TerraformData
|
|
|
206
206
|
terraformResourceType: 'talos_image_factory_extensions_versions',
|
|
207
207
|
terraformGeneratorMetadata: {
|
|
208
208
|
providerName: 'talos',
|
|
209
|
-
providerVersion: '0.
|
|
210
|
-
providerVersionConstraint: '0.
|
|
209
|
+
providerVersion: '0.10.0',
|
|
210
|
+
providerVersionConstraint: '0.10.0'
|
|
211
211
|
},
|
|
212
212
|
provider: config.provider,
|
|
213
213
|
dependsOn: config.dependsOn,
|
|
@@ -4,13 +4,13 @@ export interface DataTalosImageFactoryOverlaysVersionsConfig extends cdktf.Terra
|
|
|
4
4
|
/**
|
|
5
5
|
* The filter to apply to the overlays list.
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_overlays_versions#filters DataTalosImageFactoryOverlaysVersions#filters}
|
|
8
8
|
*/
|
|
9
9
|
readonly filters?: DataTalosImageFactoryOverlaysVersionsFilters;
|
|
10
10
|
/**
|
|
11
11
|
* The talos version to get overlays for.
|
|
12
12
|
*
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_overlays_versions#talos_version DataTalosImageFactoryOverlaysVersions#talos_version}
|
|
14
14
|
*/
|
|
15
15
|
readonly talosVersion: string;
|
|
16
16
|
}
|
|
@@ -18,7 +18,7 @@ export interface DataTalosImageFactoryOverlaysVersionsFilters {
|
|
|
18
18
|
/**
|
|
19
19
|
* The name of the overlay to filter by.
|
|
20
20
|
*
|
|
21
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
21
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_overlays_versions#name DataTalosImageFactoryOverlaysVersions#name}
|
|
22
22
|
*/
|
|
23
23
|
readonly name?: string;
|
|
24
24
|
}
|
|
@@ -76,7 +76,7 @@ export declare class DataTalosImageFactoryOverlaysVersionsOverlaysInfoList exten
|
|
|
76
76
|
get(index: number): DataTalosImageFactoryOverlaysVersionsOverlaysInfoOutputReference;
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
79
|
+
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_overlays_versions talos_image_factory_overlays_versions}
|
|
80
80
|
*/
|
|
81
81
|
export declare class DataTalosImageFactoryOverlaysVersions extends cdktf.TerraformDataSource {
|
|
82
82
|
static readonly tfResourceType = "talos_image_factory_overlays_versions";
|
|
@@ -84,12 +84,12 @@ export declare class DataTalosImageFactoryOverlaysVersions extends cdktf.Terrafo
|
|
|
84
84
|
* Generates CDKTF code for importing a DataTalosImageFactoryOverlaysVersions resource upon running "cdktf plan <stack-name>"
|
|
85
85
|
* @param scope The scope in which to define this construct
|
|
86
86
|
* @param importToId The construct id used in the generated config for the DataTalosImageFactoryOverlaysVersions to import
|
|
87
|
-
* @param importFromId The id of the existing DataTalosImageFactoryOverlaysVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
87
|
+
* @param importFromId The id of the existing DataTalosImageFactoryOverlaysVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_overlays_versions#import import section} in the documentation of this resource for the id to use
|
|
88
88
|
* @param provider? Optional instance of the provider where the DataTalosImageFactoryOverlaysVersions to import is found
|
|
89
89
|
*/
|
|
90
90
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
91
91
|
/**
|
|
92
|
-
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
92
|
+
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_overlays_versions talos_image_factory_overlays_versions} Data Source
|
|
93
93
|
*
|
|
94
94
|
* @param scope The scope in which to define this construct
|
|
95
95
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
1
|
+
// https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_overlays_versions
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataTalosImageFactoryOverlaysVersionsFiltersToTerraform(struct) {
|
|
@@ -167,7 +167,7 @@ export class DataTalosImageFactoryOverlaysVersionsOverlaysInfoList extends cdktf
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
|
-
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
170
|
+
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_overlays_versions talos_image_factory_overlays_versions}
|
|
171
171
|
*/
|
|
172
172
|
export class DataTalosImageFactoryOverlaysVersions extends cdktf.TerraformDataSource {
|
|
173
173
|
// =================
|
|
@@ -181,7 +181,7 @@ export class DataTalosImageFactoryOverlaysVersions extends cdktf.TerraformDataSo
|
|
|
181
181
|
* Generates CDKTF code for importing a DataTalosImageFactoryOverlaysVersions resource upon running "cdktf plan <stack-name>"
|
|
182
182
|
* @param scope The scope in which to define this construct
|
|
183
183
|
* @param importToId The construct id used in the generated config for the DataTalosImageFactoryOverlaysVersions to import
|
|
184
|
-
* @param importFromId The id of the existing DataTalosImageFactoryOverlaysVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
184
|
+
* @param importFromId The id of the existing DataTalosImageFactoryOverlaysVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_overlays_versions#import import section} in the documentation of this resource for the id to use
|
|
185
185
|
* @param provider? Optional instance of the provider where the DataTalosImageFactoryOverlaysVersions to import is found
|
|
186
186
|
*/
|
|
187
187
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -191,7 +191,7 @@ export class DataTalosImageFactoryOverlaysVersions extends cdktf.TerraformDataSo
|
|
|
191
191
|
// INITIALIZER
|
|
192
192
|
// ===========
|
|
193
193
|
/**
|
|
194
|
-
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
194
|
+
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_overlays_versions talos_image_factory_overlays_versions} Data Source
|
|
195
195
|
*
|
|
196
196
|
* @param scope The scope in which to define this construct
|
|
197
197
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -202,8 +202,8 @@ export class DataTalosImageFactoryOverlaysVersions extends cdktf.TerraformDataSo
|
|
|
202
202
|
terraformResourceType: 'talos_image_factory_overlays_versions',
|
|
203
203
|
terraformGeneratorMetadata: {
|
|
204
204
|
providerName: 'talos',
|
|
205
|
-
providerVersion: '0.
|
|
206
|
-
providerVersionConstraint: '0.
|
|
205
|
+
providerVersion: '0.10.0',
|
|
206
|
+
providerVersionConstraint: '0.10.0'
|
|
207
207
|
},
|
|
208
208
|
provider: config.provider,
|
|
209
209
|
dependsOn: config.dependsOn,
|
|
@@ -4,7 +4,7 @@ export interface DataTalosImageFactoryUrlsConfig extends cdktf.TerraformMetaArgu
|
|
|
4
4
|
/**
|
|
5
5
|
* The platform architecture for which the URLs are generated. Defaults to amd64.
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls#architecture DataTalosImageFactoryUrls#architecture}
|
|
8
8
|
*/
|
|
9
9
|
readonly architecture?: string;
|
|
10
10
|
/**
|
|
@@ -35,7 +35,7 @@ export interface DataTalosImageFactoryUrlsConfig extends cdktf.TerraformMetaArgu
|
|
|
35
35
|
* - scaleway
|
|
36
36
|
*
|
|
37
37
|
*
|
|
38
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
38
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls#platform DataTalosImageFactoryUrls#platform}
|
|
39
39
|
*/
|
|
40
40
|
readonly platform?: string;
|
|
41
41
|
/**
|
|
@@ -64,21 +64,26 @@ export interface DataTalosImageFactoryUrlsConfig extends cdktf.TerraformMetaArgu
|
|
|
64
64
|
* - orangepi-5
|
|
65
65
|
* - orangepi-5-plus
|
|
66
66
|
* - rockpro64
|
|
67
|
+
* - odroid-m1
|
|
68
|
+
* - radxa-zero-3e
|
|
69
|
+
* - rock3b
|
|
70
|
+
* - orangepi-5-max
|
|
71
|
+
* - rock5t
|
|
67
72
|
*
|
|
68
73
|
*
|
|
69
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
74
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls#sbc DataTalosImageFactoryUrls#sbc}
|
|
70
75
|
*/
|
|
71
76
|
readonly sbc?: string;
|
|
72
77
|
/**
|
|
73
78
|
* The schematic ID for which the URLs are generated.
|
|
74
79
|
*
|
|
75
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
80
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls#schematic_id DataTalosImageFactoryUrls#schematic_id}
|
|
76
81
|
*/
|
|
77
82
|
readonly schematicId: string;
|
|
78
83
|
/**
|
|
79
84
|
* The Talos version for which the URLs are generated.
|
|
80
85
|
*
|
|
81
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
86
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls#talos_version DataTalosImageFactoryUrls#talos_version}
|
|
82
87
|
*/
|
|
83
88
|
readonly talosVersion: string;
|
|
84
89
|
}
|
|
@@ -108,7 +113,7 @@ export declare class DataTalosImageFactoryUrlsUrlsOutputReference extends cdktf.
|
|
|
108
113
|
get uki(): any;
|
|
109
114
|
}
|
|
110
115
|
/**
|
|
111
|
-
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
116
|
+
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls talos_image_factory_urls}
|
|
112
117
|
*/
|
|
113
118
|
export declare class DataTalosImageFactoryUrls extends cdktf.TerraformDataSource {
|
|
114
119
|
static readonly tfResourceType = "talos_image_factory_urls";
|
|
@@ -116,12 +121,12 @@ export declare class DataTalosImageFactoryUrls extends cdktf.TerraformDataSource
|
|
|
116
121
|
* Generates CDKTF code for importing a DataTalosImageFactoryUrls resource upon running "cdktf plan <stack-name>"
|
|
117
122
|
* @param scope The scope in which to define this construct
|
|
118
123
|
* @param importToId The construct id used in the generated config for the DataTalosImageFactoryUrls to import
|
|
119
|
-
* @param importFromId The id of the existing DataTalosImageFactoryUrls that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
124
|
+
* @param importFromId The id of the existing DataTalosImageFactoryUrls that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls#import import section} in the documentation of this resource for the id to use
|
|
120
125
|
* @param provider? Optional instance of the provider where the DataTalosImageFactoryUrls to import is found
|
|
121
126
|
*/
|
|
122
127
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
123
128
|
/**
|
|
124
|
-
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
129
|
+
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls talos_image_factory_urls} Data Source
|
|
125
130
|
*
|
|
126
131
|
* @param scope The scope in which to define this construct
|
|
127
132
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
1
|
+
// https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataTalosImageFactoryUrlsUrlsToTerraform(struct) {
|
|
@@ -88,7 +88,7 @@ export class DataTalosImageFactoryUrlsUrlsOutputReference extends cdktf.ComplexO
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
|
-
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
91
|
+
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls talos_image_factory_urls}
|
|
92
92
|
*/
|
|
93
93
|
export class DataTalosImageFactoryUrls extends cdktf.TerraformDataSource {
|
|
94
94
|
// =================
|
|
@@ -102,7 +102,7 @@ export class DataTalosImageFactoryUrls extends cdktf.TerraformDataSource {
|
|
|
102
102
|
* Generates CDKTF code for importing a DataTalosImageFactoryUrls resource upon running "cdktf plan <stack-name>"
|
|
103
103
|
* @param scope The scope in which to define this construct
|
|
104
104
|
* @param importToId The construct id used in the generated config for the DataTalosImageFactoryUrls to import
|
|
105
|
-
* @param importFromId The id of the existing DataTalosImageFactoryUrls that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
105
|
+
* @param importFromId The id of the existing DataTalosImageFactoryUrls that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls#import import section} in the documentation of this resource for the id to use
|
|
106
106
|
* @param provider? Optional instance of the provider where the DataTalosImageFactoryUrls to import is found
|
|
107
107
|
*/
|
|
108
108
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -112,7 +112,7 @@ export class DataTalosImageFactoryUrls extends cdktf.TerraformDataSource {
|
|
|
112
112
|
// INITIALIZER
|
|
113
113
|
// ===========
|
|
114
114
|
/**
|
|
115
|
-
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
115
|
+
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_urls talos_image_factory_urls} Data Source
|
|
116
116
|
*
|
|
117
117
|
* @param scope The scope in which to define this construct
|
|
118
118
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -123,8 +123,8 @@ export class DataTalosImageFactoryUrls extends cdktf.TerraformDataSource {
|
|
|
123
123
|
terraformResourceType: 'talos_image_factory_urls',
|
|
124
124
|
terraformGeneratorMetadata: {
|
|
125
125
|
providerName: 'talos',
|
|
126
|
-
providerVersion: '0.
|
|
127
|
-
providerVersionConstraint: '0.
|
|
126
|
+
providerVersion: '0.10.0',
|
|
127
|
+
providerVersionConstraint: '0.10.0'
|
|
128
128
|
},
|
|
129
129
|
provider: config.provider,
|
|
130
130
|
dependsOn: config.dependsOn,
|
|
@@ -4,7 +4,7 @@ export interface DataTalosImageFactoryVersionsConfig extends cdktf.TerraformMeta
|
|
|
4
4
|
/**
|
|
5
5
|
* The filter to apply to the overlays list.
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_versions#filters DataTalosImageFactoryVersions#filters}
|
|
8
8
|
*/
|
|
9
9
|
readonly filters?: DataTalosImageFactoryVersionsFilters;
|
|
10
10
|
}
|
|
@@ -12,7 +12,7 @@ export interface DataTalosImageFactoryVersionsFilters {
|
|
|
12
12
|
/**
|
|
13
13
|
* If set to true, only stable versions will be returned. If set to false, all versions will be returned.
|
|
14
14
|
*
|
|
15
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
15
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_versions#stable_versions_only DataTalosImageFactoryVersions#stable_versions_only}
|
|
16
16
|
*/
|
|
17
17
|
readonly stableVersionsOnly?: boolean | cdktf.IResolvable;
|
|
18
18
|
}
|
|
@@ -35,7 +35,7 @@ export declare class DataTalosImageFactoryVersionsFiltersOutputReference extends
|
|
|
35
35
|
get stableVersionsOnlyInput(): any;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
38
|
+
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_versions talos_image_factory_versions}
|
|
39
39
|
*/
|
|
40
40
|
export declare class DataTalosImageFactoryVersions extends cdktf.TerraformDataSource {
|
|
41
41
|
static readonly tfResourceType = "talos_image_factory_versions";
|
|
@@ -43,12 +43,12 @@ export declare class DataTalosImageFactoryVersions extends cdktf.TerraformDataSo
|
|
|
43
43
|
* Generates CDKTF code for importing a DataTalosImageFactoryVersions resource upon running "cdktf plan <stack-name>"
|
|
44
44
|
* @param scope The scope in which to define this construct
|
|
45
45
|
* @param importToId The construct id used in the generated config for the DataTalosImageFactoryVersions to import
|
|
46
|
-
* @param importFromId The id of the existing DataTalosImageFactoryVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
46
|
+
* @param importFromId The id of the existing DataTalosImageFactoryVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_versions#import import section} in the documentation of this resource for the id to use
|
|
47
47
|
* @param provider? Optional instance of the provider where the DataTalosImageFactoryVersions to import is found
|
|
48
48
|
*/
|
|
49
49
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
50
50
|
/**
|
|
51
|
-
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
51
|
+
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_versions talos_image_factory_versions} Data Source
|
|
52
52
|
*
|
|
53
53
|
* @param scope The scope in which to define this construct
|
|
54
54
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
1
|
+
// https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_versions
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataTalosImageFactoryVersionsFiltersToTerraform(struct) {
|
|
@@ -85,7 +85,7 @@ export class DataTalosImageFactoryVersionsFiltersOutputReference extends cdktf.C
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
88
|
+
* Represents a {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_versions talos_image_factory_versions}
|
|
89
89
|
*/
|
|
90
90
|
export class DataTalosImageFactoryVersions extends cdktf.TerraformDataSource {
|
|
91
91
|
// =================
|
|
@@ -99,7 +99,7 @@ export class DataTalosImageFactoryVersions extends cdktf.TerraformDataSource {
|
|
|
99
99
|
* Generates CDKTF code for importing a DataTalosImageFactoryVersions resource upon running "cdktf plan <stack-name>"
|
|
100
100
|
* @param scope The scope in which to define this construct
|
|
101
101
|
* @param importToId The construct id used in the generated config for the DataTalosImageFactoryVersions to import
|
|
102
|
-
* @param importFromId The id of the existing DataTalosImageFactoryVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
102
|
+
* @param importFromId The id of the existing DataTalosImageFactoryVersions that should be imported. Refer to the {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_versions#import import section} in the documentation of this resource for the id to use
|
|
103
103
|
* @param provider? Optional instance of the provider where the DataTalosImageFactoryVersions to import is found
|
|
104
104
|
*/
|
|
105
105
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -109,7 +109,7 @@ export class DataTalosImageFactoryVersions extends cdktf.TerraformDataSource {
|
|
|
109
109
|
// INITIALIZER
|
|
110
110
|
// ===========
|
|
111
111
|
/**
|
|
112
|
-
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.
|
|
112
|
+
* Create a new {@link https://registry.terraform.io/providers/siderolabs/talos/0.10.0/docs/data-sources/image_factory_versions talos_image_factory_versions} Data Source
|
|
113
113
|
*
|
|
114
114
|
* @param scope The scope in which to define this construct
|
|
115
115
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -120,8 +120,8 @@ export class DataTalosImageFactoryVersions extends cdktf.TerraformDataSource {
|
|
|
120
120
|
terraformResourceType: 'talos_image_factory_versions',
|
|
121
121
|
terraformGeneratorMetadata: {
|
|
122
122
|
providerName: 'talos',
|
|
123
|
-
providerVersion: '0.
|
|
124
|
-
providerVersionConstraint: '0.
|
|
123
|
+
providerVersion: '0.10.0',
|
|
124
|
+
providerVersionConstraint: '0.10.0'
|
|
125
125
|
},
|
|
126
126
|
provider: config.provider,
|
|
127
127
|
dependsOn: config.dependsOn,
|