@cdktf-providers/astronomer-astro 1.0.9 → 1.0.10
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/alert/index.d.ts +34 -34
- package/dist/alert/index.js +6 -6
- package/dist/api-token/index.d.ts +11 -11
- package/dist/api-token/index.js +6 -6
- package/dist/cluster/index.d.ts +17 -17
- package/dist/cluster/index.js +6 -6
- package/dist/data-astro-alert/index.d.ts +5 -5
- package/dist/data-astro-alert/index.js +6 -6
- package/dist/data-astro-alerts/index.d.ts +9 -9
- package/dist/data-astro-alerts/index.js +6 -6
- package/dist/data-astro-api-token/index.d.ts +4 -4
- package/dist/data-astro-api-token/index.js +6 -6
- package/dist/data-astro-api-tokens/index.d.ts +7 -7
- package/dist/data-astro-api-tokens/index.js +6 -6
- package/dist/data-astro-cluster/index.d.ts +4 -4
- package/dist/data-astro-cluster/index.js +6 -6
- package/dist/data-astro-cluster-options/index.d.ts +7 -5
- package/dist/data-astro-cluster-options/index.js +6 -6
- package/dist/data-astro-clusters/index.d.ts +8 -6
- package/dist/data-astro-clusters/index.js +6 -6
- package/dist/data-astro-deployment/index.d.ts +4 -4
- package/dist/data-astro-deployment/index.js +6 -6
- package/dist/data-astro-deployment-options/index.d.ts +7 -7
- package/dist/data-astro-deployment-options/index.js +6 -6
- package/dist/data-astro-deployments/index.d.ts +7 -7
- package/dist/data-astro-deployments/index.js +6 -6
- package/dist/data-astro-notification-channel/index.d.ts +4 -4
- package/dist/data-astro-notification-channel/index.js +6 -6
- package/dist/data-astro-notification-channels/index.d.ts +9 -9
- package/dist/data-astro-notification-channels/index.js +6 -6
- package/dist/data-astro-organization/index.d.ts +3 -3
- package/dist/data-astro-organization/index.js +6 -6
- package/dist/data-astro-team/index.d.ts +4 -4
- package/dist/data-astro-team/index.js +6 -6
- package/dist/data-astro-teams/index.d.ts +5 -5
- package/dist/data-astro-teams/index.js +6 -6
- package/dist/data-astro-user/index.d.ts +4 -4
- package/dist/data-astro-user/index.js +6 -6
- package/dist/data-astro-users/index.d.ts +6 -6
- package/dist/data-astro-users/index.js +6 -6
- package/dist/data-astro-workspace/index.d.ts +4 -4
- package/dist/data-astro-workspace/index.js +6 -6
- package/dist/data-astro-workspaces/index.d.ts +6 -6
- package/dist/data-astro-workspaces/index.js +6 -6
- package/dist/deployment/index.d.ts +57 -57
- package/dist/deployment/index.js +6 -6
- package/dist/hybrid-cluster-workspace-authorization/index.d.ts +5 -5
- package/dist/hybrid-cluster-workspace-authorization/index.js +6 -6
- package/dist/notification-channel/index.d.ts +16 -16
- package/dist/notification-channel/index.js +6 -6
- package/dist/provider/index.d.ts +7 -7
- package/dist/provider/index.js +6 -6
- package/dist/team/index.d.ts +13 -13
- package/dist/team/index.js +6 -6
- package/dist/team-roles/index.d.ts +11 -11
- package/dist/team-roles/index.js +6 -6
- package/dist/user-invite/index.d.ts +5 -5
- package/dist/user-invite/index.js +6 -6
- package/dist/user-roles/index.d.ts +11 -11
- package/dist/user-roles/index.js +6 -6
- package/dist/workspace/index.d.ts +6 -6
- package/dist/workspace/index.js +6 -6
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/clusters
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroClustersClustersHealthStatusDetailsToTerraform(struct) {
|
|
@@ -544,7 +544,7 @@ export class DataAstroClustersClustersList extends cdktf.ComplexList {
|
|
|
544
544
|
}
|
|
545
545
|
}
|
|
546
546
|
/**
|
|
547
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
547
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/clusters astro_clusters}
|
|
548
548
|
*/
|
|
549
549
|
export class DataAstroClusters extends cdktf.TerraformDataSource {
|
|
550
550
|
// =================
|
|
@@ -558,7 +558,7 @@ export class DataAstroClusters extends cdktf.TerraformDataSource {
|
|
|
558
558
|
* Generates CDKTF code for importing a DataAstroClusters resource upon running "cdktf plan <stack-name>"
|
|
559
559
|
* @param scope The scope in which to define this construct
|
|
560
560
|
* @param importToId The construct id used in the generated config for the DataAstroClusters to import
|
|
561
|
-
* @param importFromId The id of the existing DataAstroClusters that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
561
|
+
* @param importFromId The id of the existing DataAstroClusters that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/clusters#import import section} in the documentation of this resource for the id to use
|
|
562
562
|
* @param provider? Optional instance of the provider where the DataAstroClusters to import is found
|
|
563
563
|
*/
|
|
564
564
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -568,7 +568,7 @@ export class DataAstroClusters extends cdktf.TerraformDataSource {
|
|
|
568
568
|
// INITIALIZER
|
|
569
569
|
// ===========
|
|
570
570
|
/**
|
|
571
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
571
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/clusters astro_clusters} Data Source
|
|
572
572
|
*
|
|
573
573
|
* @param scope The scope in which to define this construct
|
|
574
574
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -579,8 +579,8 @@ export class DataAstroClusters extends cdktf.TerraformDataSource {
|
|
|
579
579
|
terraformResourceType: 'astro_clusters',
|
|
580
580
|
terraformGeneratorMetadata: {
|
|
581
581
|
providerName: 'astro',
|
|
582
|
-
providerVersion: '1.0.
|
|
583
|
-
providerVersionConstraint: '1.0.
|
|
582
|
+
providerVersion: '1.0.10',
|
|
583
|
+
providerVersionConstraint: '1.0.10'
|
|
584
584
|
},
|
|
585
585
|
provider: config.provider,
|
|
586
586
|
dependsOn: config.dependsOn,
|
|
@@ -4,7 +4,7 @@ export interface DataAstroDeploymentConfig extends cdktf.TerraformMetaArguments
|
|
|
4
4
|
/**
|
|
5
5
|
* Deployment identifier
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment#id DataAstroDeployment#id}
|
|
8
8
|
*
|
|
9
9
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
10
10
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -267,7 +267,7 @@ export declare class DataAstroDeploymentWorkerQueuesList extends cdktf.ComplexLi
|
|
|
267
267
|
get(index: number): DataAstroDeploymentWorkerQueuesOutputReference;
|
|
268
268
|
}
|
|
269
269
|
/**
|
|
270
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
270
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment astro_deployment}
|
|
271
271
|
*/
|
|
272
272
|
export declare class DataAstroDeployment extends cdktf.TerraformDataSource {
|
|
273
273
|
static readonly tfResourceType = "astro_deployment";
|
|
@@ -275,12 +275,12 @@ export declare class DataAstroDeployment extends cdktf.TerraformDataSource {
|
|
|
275
275
|
* Generates CDKTF code for importing a DataAstroDeployment resource upon running "cdktf plan <stack-name>"
|
|
276
276
|
* @param scope The scope in which to define this construct
|
|
277
277
|
* @param importToId The construct id used in the generated config for the DataAstroDeployment to import
|
|
278
|
-
* @param importFromId The id of the existing DataAstroDeployment that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
278
|
+
* @param importFromId The id of the existing DataAstroDeployment that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment#import import section} in the documentation of this resource for the id to use
|
|
279
279
|
* @param provider? Optional instance of the provider where the DataAstroDeployment to import is found
|
|
280
280
|
*/
|
|
281
281
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
282
282
|
/**
|
|
283
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
283
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment astro_deployment} Data Source
|
|
284
284
|
*
|
|
285
285
|
* @param scope The scope in which to define this construct
|
|
286
286
|
* @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/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroDeploymentCreatedByToTerraform(struct) {
|
|
@@ -724,7 +724,7 @@ export class DataAstroDeploymentWorkerQueuesList extends cdktf.ComplexList {
|
|
|
724
724
|
}
|
|
725
725
|
}
|
|
726
726
|
/**
|
|
727
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
727
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment astro_deployment}
|
|
728
728
|
*/
|
|
729
729
|
export class DataAstroDeployment extends cdktf.TerraformDataSource {
|
|
730
730
|
// =================
|
|
@@ -738,7 +738,7 @@ export class DataAstroDeployment extends cdktf.TerraformDataSource {
|
|
|
738
738
|
* Generates CDKTF code for importing a DataAstroDeployment resource upon running "cdktf plan <stack-name>"
|
|
739
739
|
* @param scope The scope in which to define this construct
|
|
740
740
|
* @param importToId The construct id used in the generated config for the DataAstroDeployment to import
|
|
741
|
-
* @param importFromId The id of the existing DataAstroDeployment that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
741
|
+
* @param importFromId The id of the existing DataAstroDeployment that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment#import import section} in the documentation of this resource for the id to use
|
|
742
742
|
* @param provider? Optional instance of the provider where the DataAstroDeployment to import is found
|
|
743
743
|
*/
|
|
744
744
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -748,7 +748,7 @@ export class DataAstroDeployment extends cdktf.TerraformDataSource {
|
|
|
748
748
|
// INITIALIZER
|
|
749
749
|
// ===========
|
|
750
750
|
/**
|
|
751
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
751
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment astro_deployment} Data Source
|
|
752
752
|
*
|
|
753
753
|
* @param scope The scope in which to define this construct
|
|
754
754
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -759,8 +759,8 @@ export class DataAstroDeployment extends cdktf.TerraformDataSource {
|
|
|
759
759
|
terraformResourceType: 'astro_deployment',
|
|
760
760
|
terraformGeneratorMetadata: {
|
|
761
761
|
providerName: 'astro',
|
|
762
|
-
providerVersion: '1.0.
|
|
763
|
-
providerVersionConstraint: '1.0.
|
|
762
|
+
providerVersion: '1.0.10',
|
|
763
|
+
providerVersionConstraint: '1.0.10'
|
|
764
764
|
},
|
|
765
765
|
provider: config.provider,
|
|
766
766
|
dependsOn: config.dependsOn,
|
|
@@ -4,25 +4,25 @@ export interface DataAstroDeploymentOptionsConfig extends cdktf.TerraformMetaArg
|
|
|
4
4
|
/**
|
|
5
5
|
* Cloud provider
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options#cloud_provider DataAstroDeploymentOptions#cloud_provider}
|
|
8
8
|
*/
|
|
9
9
|
readonly cloudProvider?: string;
|
|
10
10
|
/**
|
|
11
11
|
* Deployment ID
|
|
12
12
|
*
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options#deployment_id DataAstroDeploymentOptions#deployment_id}
|
|
14
14
|
*/
|
|
15
15
|
readonly deploymentId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* Deployment type
|
|
18
18
|
*
|
|
19
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
19
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options#deployment_type DataAstroDeploymentOptions#deployment_type}
|
|
20
20
|
*/
|
|
21
21
|
readonly deploymentType?: string;
|
|
22
22
|
/**
|
|
23
23
|
* Executor. Valid values: CELERY, KUBERNETES, ASTRO.
|
|
24
24
|
*
|
|
25
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options#executor DataAstroDeploymentOptions#executor}
|
|
26
26
|
*/
|
|
27
27
|
readonly executor?: string;
|
|
28
28
|
}
|
|
@@ -413,7 +413,7 @@ export declare class DataAstroDeploymentOptionsWorkloadIdentityOptionsList exten
|
|
|
413
413
|
get(index: number): DataAstroDeploymentOptionsWorkloadIdentityOptionsOutputReference;
|
|
414
414
|
}
|
|
415
415
|
/**
|
|
416
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
416
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options astro_deployment_options}
|
|
417
417
|
*/
|
|
418
418
|
export declare class DataAstroDeploymentOptions extends cdktf.TerraformDataSource {
|
|
419
419
|
static readonly tfResourceType = "astro_deployment_options";
|
|
@@ -421,12 +421,12 @@ export declare class DataAstroDeploymentOptions extends cdktf.TerraformDataSourc
|
|
|
421
421
|
* Generates CDKTF code for importing a DataAstroDeploymentOptions resource upon running "cdktf plan <stack-name>"
|
|
422
422
|
* @param scope The scope in which to define this construct
|
|
423
423
|
* @param importToId The construct id used in the generated config for the DataAstroDeploymentOptions to import
|
|
424
|
-
* @param importFromId The id of the existing DataAstroDeploymentOptions that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
424
|
+
* @param importFromId The id of the existing DataAstroDeploymentOptions that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options#import import section} in the documentation of this resource for the id to use
|
|
425
425
|
* @param provider? Optional instance of the provider where the DataAstroDeploymentOptions to import is found
|
|
426
426
|
*/
|
|
427
427
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
428
428
|
/**
|
|
429
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
429
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options astro_deployment_options} Data Source
|
|
430
430
|
*
|
|
431
431
|
* @param scope The scope in which to define this construct
|
|
432
432
|
* @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/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroDeploymentOptionsResourceQuotasDefaultPodSizeCpuToTerraform(struct) {
|
|
@@ -1082,7 +1082,7 @@ export class DataAstroDeploymentOptionsWorkloadIdentityOptionsList extends cdktf
|
|
|
1082
1082
|
}
|
|
1083
1083
|
}
|
|
1084
1084
|
/**
|
|
1085
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1085
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options astro_deployment_options}
|
|
1086
1086
|
*/
|
|
1087
1087
|
export class DataAstroDeploymentOptions extends cdktf.TerraformDataSource {
|
|
1088
1088
|
// =================
|
|
@@ -1096,7 +1096,7 @@ export class DataAstroDeploymentOptions extends cdktf.TerraformDataSource {
|
|
|
1096
1096
|
* Generates CDKTF code for importing a DataAstroDeploymentOptions resource upon running "cdktf plan <stack-name>"
|
|
1097
1097
|
* @param scope The scope in which to define this construct
|
|
1098
1098
|
* @param importToId The construct id used in the generated config for the DataAstroDeploymentOptions to import
|
|
1099
|
-
* @param importFromId The id of the existing DataAstroDeploymentOptions that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1099
|
+
* @param importFromId The id of the existing DataAstroDeploymentOptions that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options#import import section} in the documentation of this resource for the id to use
|
|
1100
1100
|
* @param provider? Optional instance of the provider where the DataAstroDeploymentOptions to import is found
|
|
1101
1101
|
*/
|
|
1102
1102
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -1106,7 +1106,7 @@ export class DataAstroDeploymentOptions extends cdktf.TerraformDataSource {
|
|
|
1106
1106
|
// INITIALIZER
|
|
1107
1107
|
// ===========
|
|
1108
1108
|
/**
|
|
1109
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1109
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployment_options astro_deployment_options} Data Source
|
|
1110
1110
|
*
|
|
1111
1111
|
* @param scope The scope in which to define this construct
|
|
1112
1112
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1117,8 +1117,8 @@ export class DataAstroDeploymentOptions extends cdktf.TerraformDataSource {
|
|
|
1117
1117
|
terraformResourceType: 'astro_deployment_options',
|
|
1118
1118
|
terraformGeneratorMetadata: {
|
|
1119
1119
|
providerName: 'astro',
|
|
1120
|
-
providerVersion: '1.0.
|
|
1121
|
-
providerVersionConstraint: '1.0.
|
|
1120
|
+
providerVersion: '1.0.10',
|
|
1121
|
+
providerVersionConstraint: '1.0.10'
|
|
1122
1122
|
},
|
|
1123
1123
|
provider: config.provider,
|
|
1124
1124
|
dependsOn: config.dependsOn,
|
|
@@ -2,15 +2,15 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAstroDeploymentsConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments#deployment_ids DataAstroDeployments#deployment_ids}
|
|
6
6
|
*/
|
|
7
7
|
readonly deploymentIds?: string[];
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments#names DataAstroDeployments#names}
|
|
10
10
|
*/
|
|
11
11
|
readonly names?: string[];
|
|
12
12
|
/**
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments#workspace_ids DataAstroDeployments#workspace_ids}
|
|
14
14
|
*/
|
|
15
15
|
readonly workspaceIds?: string[];
|
|
16
16
|
}
|
|
@@ -273,7 +273,7 @@ export interface DataAstroDeploymentsDeployments {
|
|
|
273
273
|
/**
|
|
274
274
|
* Deployment identifier
|
|
275
275
|
*
|
|
276
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
276
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments#id DataAstroDeployments#id}
|
|
277
277
|
*
|
|
278
278
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
279
279
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -370,7 +370,7 @@ export declare class DataAstroDeploymentsDeploymentsList extends cdktf.ComplexLi
|
|
|
370
370
|
get(index: number): DataAstroDeploymentsDeploymentsOutputReference;
|
|
371
371
|
}
|
|
372
372
|
/**
|
|
373
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
373
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments astro_deployments}
|
|
374
374
|
*/
|
|
375
375
|
export declare class DataAstroDeployments extends cdktf.TerraformDataSource {
|
|
376
376
|
static readonly tfResourceType = "astro_deployments";
|
|
@@ -378,12 +378,12 @@ export declare class DataAstroDeployments extends cdktf.TerraformDataSource {
|
|
|
378
378
|
* Generates CDKTF code for importing a DataAstroDeployments resource upon running "cdktf plan <stack-name>"
|
|
379
379
|
* @param scope The scope in which to define this construct
|
|
380
380
|
* @param importToId The construct id used in the generated config for the DataAstroDeployments to import
|
|
381
|
-
* @param importFromId The id of the existing DataAstroDeployments that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
381
|
+
* @param importFromId The id of the existing DataAstroDeployments that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments#import import section} in the documentation of this resource for the id to use
|
|
382
382
|
* @param provider? Optional instance of the provider where the DataAstroDeployments to import is found
|
|
383
383
|
*/
|
|
384
384
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
385
385
|
/**
|
|
386
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
386
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments astro_deployments} Data Source
|
|
387
387
|
*
|
|
388
388
|
* @param scope The scope in which to define this construct
|
|
389
389
|
* @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/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroDeploymentsDeploymentsCreatedByToTerraform(struct) {
|
|
@@ -1018,7 +1018,7 @@ export class DataAstroDeploymentsDeploymentsList extends cdktf.ComplexList {
|
|
|
1018
1018
|
}
|
|
1019
1019
|
}
|
|
1020
1020
|
/**
|
|
1021
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1021
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments astro_deployments}
|
|
1022
1022
|
*/
|
|
1023
1023
|
export class DataAstroDeployments extends cdktf.TerraformDataSource {
|
|
1024
1024
|
// =================
|
|
@@ -1032,7 +1032,7 @@ export class DataAstroDeployments extends cdktf.TerraformDataSource {
|
|
|
1032
1032
|
* Generates CDKTF code for importing a DataAstroDeployments resource upon running "cdktf plan <stack-name>"
|
|
1033
1033
|
* @param scope The scope in which to define this construct
|
|
1034
1034
|
* @param importToId The construct id used in the generated config for the DataAstroDeployments to import
|
|
1035
|
-
* @param importFromId The id of the existing DataAstroDeployments that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1035
|
+
* @param importFromId The id of the existing DataAstroDeployments that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments#import import section} in the documentation of this resource for the id to use
|
|
1036
1036
|
* @param provider? Optional instance of the provider where the DataAstroDeployments to import is found
|
|
1037
1037
|
*/
|
|
1038
1038
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -1042,7 +1042,7 @@ export class DataAstroDeployments extends cdktf.TerraformDataSource {
|
|
|
1042
1042
|
// INITIALIZER
|
|
1043
1043
|
// ===========
|
|
1044
1044
|
/**
|
|
1045
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1045
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/deployments astro_deployments} Data Source
|
|
1046
1046
|
*
|
|
1047
1047
|
* @param scope The scope in which to define this construct
|
|
1048
1048
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1053,8 +1053,8 @@ export class DataAstroDeployments extends cdktf.TerraformDataSource {
|
|
|
1053
1053
|
terraformResourceType: 'astro_deployments',
|
|
1054
1054
|
terraformGeneratorMetadata: {
|
|
1055
1055
|
providerName: 'astro',
|
|
1056
|
-
providerVersion: '1.0.
|
|
1057
|
-
providerVersionConstraint: '1.0.
|
|
1056
|
+
providerVersion: '1.0.10',
|
|
1057
|
+
providerVersionConstraint: '1.0.10'
|
|
1058
1058
|
},
|
|
1059
1059
|
provider: config.provider,
|
|
1060
1060
|
dependsOn: config.dependsOn,
|
|
@@ -4,7 +4,7 @@ export interface DataAstroNotificationChannelConfig extends cdktf.TerraformMetaA
|
|
|
4
4
|
/**
|
|
5
5
|
* The notification channel's ID
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channel#id DataAstroNotificationChannel#id}
|
|
8
8
|
*
|
|
9
9
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
10
10
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -73,7 +73,7 @@ export declare class DataAstroNotificationChannelUpdatedByOutputReference extend
|
|
|
73
73
|
get username(): any;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
76
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channel astro_notification_channel}
|
|
77
77
|
*/
|
|
78
78
|
export declare class DataAstroNotificationChannel extends cdktf.TerraformDataSource {
|
|
79
79
|
static readonly tfResourceType = "astro_notification_channel";
|
|
@@ -81,12 +81,12 @@ export declare class DataAstroNotificationChannel extends cdktf.TerraformDataSou
|
|
|
81
81
|
* Generates CDKTF code for importing a DataAstroNotificationChannel resource upon running "cdktf plan <stack-name>"
|
|
82
82
|
* @param scope The scope in which to define this construct
|
|
83
83
|
* @param importToId The construct id used in the generated config for the DataAstroNotificationChannel to import
|
|
84
|
-
* @param importFromId The id of the existing DataAstroNotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
84
|
+
* @param importFromId The id of the existing DataAstroNotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channel#import import section} in the documentation of this resource for the id to use
|
|
85
85
|
* @param provider? Optional instance of the provider where the DataAstroNotificationChannel to import is found
|
|
86
86
|
*/
|
|
87
87
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
88
88
|
/**
|
|
89
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
89
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channel astro_notification_channel} Data Source
|
|
90
90
|
*
|
|
91
91
|
* @param scope The scope in which to define this construct
|
|
92
92
|
* @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/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channel
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroNotificationChannelCreatedByToTerraform(struct) {
|
|
@@ -204,7 +204,7 @@ export class DataAstroNotificationChannelUpdatedByOutputReference extends cdktf.
|
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
/**
|
|
207
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
207
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channel astro_notification_channel}
|
|
208
208
|
*/
|
|
209
209
|
export class DataAstroNotificationChannel extends cdktf.TerraformDataSource {
|
|
210
210
|
// =================
|
|
@@ -218,7 +218,7 @@ export class DataAstroNotificationChannel extends cdktf.TerraformDataSource {
|
|
|
218
218
|
* Generates CDKTF code for importing a DataAstroNotificationChannel resource upon running "cdktf plan <stack-name>"
|
|
219
219
|
* @param scope The scope in which to define this construct
|
|
220
220
|
* @param importToId The construct id used in the generated config for the DataAstroNotificationChannel to import
|
|
221
|
-
* @param importFromId The id of the existing DataAstroNotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
221
|
+
* @param importFromId The id of the existing DataAstroNotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channel#import import section} in the documentation of this resource for the id to use
|
|
222
222
|
* @param provider? Optional instance of the provider where the DataAstroNotificationChannel to import is found
|
|
223
223
|
*/
|
|
224
224
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -228,7 +228,7 @@ export class DataAstroNotificationChannel extends cdktf.TerraformDataSource {
|
|
|
228
228
|
// INITIALIZER
|
|
229
229
|
// ===========
|
|
230
230
|
/**
|
|
231
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
231
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channel astro_notification_channel} Data Source
|
|
232
232
|
*
|
|
233
233
|
* @param scope The scope in which to define this construct
|
|
234
234
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -239,8 +239,8 @@ export class DataAstroNotificationChannel extends cdktf.TerraformDataSource {
|
|
|
239
239
|
terraformResourceType: 'astro_notification_channel',
|
|
240
240
|
terraformGeneratorMetadata: {
|
|
241
241
|
providerName: 'astro',
|
|
242
|
-
providerVersion: '1.0.
|
|
243
|
-
providerVersionConstraint: '1.0.
|
|
242
|
+
providerVersion: '1.0.10',
|
|
243
|
+
providerVersionConstraint: '1.0.10'
|
|
244
244
|
},
|
|
245
245
|
provider: config.provider,
|
|
246
246
|
dependsOn: config.dependsOn,
|
|
@@ -2,23 +2,23 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAstroNotificationChannelsConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels#channel_types DataAstroNotificationChannels#channel_types}
|
|
6
6
|
*/
|
|
7
7
|
readonly channelTypes?: string[];
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels#deployment_ids DataAstroNotificationChannels#deployment_ids}
|
|
10
10
|
*/
|
|
11
11
|
readonly deploymentIds?: string[];
|
|
12
12
|
/**
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels#entity_type DataAstroNotificationChannels#entity_type}
|
|
14
14
|
*/
|
|
15
15
|
readonly entityType?: string;
|
|
16
16
|
/**
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels#notification_channel_ids DataAstroNotificationChannels#notification_channel_ids}
|
|
18
18
|
*/
|
|
19
19
|
readonly notificationChannelIds?: string[];
|
|
20
20
|
/**
|
|
21
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
21
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels#workspace_ids DataAstroNotificationChannels#workspace_ids}
|
|
22
22
|
*/
|
|
23
23
|
readonly workspaceIds?: string[];
|
|
24
24
|
}
|
|
@@ -87,7 +87,7 @@ export interface DataAstroNotificationChannelsNotificationChannels {
|
|
|
87
87
|
/**
|
|
88
88
|
* The notification channel's ID
|
|
89
89
|
*
|
|
90
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
90
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels#id DataAstroNotificationChannels#id}
|
|
91
91
|
*
|
|
92
92
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
93
93
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -145,7 +145,7 @@ export declare class DataAstroNotificationChannelsNotificationChannelsList exten
|
|
|
145
145
|
get(index: number): DataAstroNotificationChannelsNotificationChannelsOutputReference;
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
148
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels astro_notification_channels}
|
|
149
149
|
*/
|
|
150
150
|
export declare class DataAstroNotificationChannels extends cdktf.TerraformDataSource {
|
|
151
151
|
static readonly tfResourceType = "astro_notification_channels";
|
|
@@ -153,12 +153,12 @@ export declare class DataAstroNotificationChannels extends cdktf.TerraformDataSo
|
|
|
153
153
|
* Generates CDKTF code for importing a DataAstroNotificationChannels resource upon running "cdktf plan <stack-name>"
|
|
154
154
|
* @param scope The scope in which to define this construct
|
|
155
155
|
* @param importToId The construct id used in the generated config for the DataAstroNotificationChannels to import
|
|
156
|
-
* @param importFromId The id of the existing DataAstroNotificationChannels that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
156
|
+
* @param importFromId The id of the existing DataAstroNotificationChannels that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels#import import section} in the documentation of this resource for the id to use
|
|
157
157
|
* @param provider? Optional instance of the provider where the DataAstroNotificationChannels to import is found
|
|
158
158
|
*/
|
|
159
159
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
160
160
|
/**
|
|
161
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
161
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels astro_notification_channels} Data Source
|
|
162
162
|
*
|
|
163
163
|
* @param scope The scope in which to define this construct
|
|
164
164
|
* @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/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroNotificationChannelsNotificationChannelsCreatedByToTerraform(struct) {
|
|
@@ -354,7 +354,7 @@ export class DataAstroNotificationChannelsNotificationChannelsList extends cdktf
|
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
/**
|
|
357
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
357
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels astro_notification_channels}
|
|
358
358
|
*/
|
|
359
359
|
export class DataAstroNotificationChannels extends cdktf.TerraformDataSource {
|
|
360
360
|
// =================
|
|
@@ -368,7 +368,7 @@ export class DataAstroNotificationChannels extends cdktf.TerraformDataSource {
|
|
|
368
368
|
* Generates CDKTF code for importing a DataAstroNotificationChannels resource upon running "cdktf plan <stack-name>"
|
|
369
369
|
* @param scope The scope in which to define this construct
|
|
370
370
|
* @param importToId The construct id used in the generated config for the DataAstroNotificationChannels to import
|
|
371
|
-
* @param importFromId The id of the existing DataAstroNotificationChannels that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
371
|
+
* @param importFromId The id of the existing DataAstroNotificationChannels that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels#import import section} in the documentation of this resource for the id to use
|
|
372
372
|
* @param provider? Optional instance of the provider where the DataAstroNotificationChannels to import is found
|
|
373
373
|
*/
|
|
374
374
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -378,7 +378,7 @@ export class DataAstroNotificationChannels extends cdktf.TerraformDataSource {
|
|
|
378
378
|
// INITIALIZER
|
|
379
379
|
// ===========
|
|
380
380
|
/**
|
|
381
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
381
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/notification_channels astro_notification_channels} Data Source
|
|
382
382
|
*
|
|
383
383
|
* @param scope The scope in which to define this construct
|
|
384
384
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -389,8 +389,8 @@ export class DataAstroNotificationChannels extends cdktf.TerraformDataSource {
|
|
|
389
389
|
terraformResourceType: 'astro_notification_channels',
|
|
390
390
|
terraformGeneratorMetadata: {
|
|
391
391
|
providerName: 'astro',
|
|
392
|
-
providerVersion: '1.0.
|
|
393
|
-
providerVersionConstraint: '1.0.
|
|
392
|
+
providerVersion: '1.0.10',
|
|
393
|
+
providerVersionConstraint: '1.0.10'
|
|
394
394
|
},
|
|
395
395
|
provider: config.provider,
|
|
396
396
|
dependsOn: config.dependsOn,
|
|
@@ -43,7 +43,7 @@ export declare class DataAstroOrganizationUpdatedByOutputReference extends cdktf
|
|
|
43
43
|
get username(): any;
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
46
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/organization astro_organization}
|
|
47
47
|
*/
|
|
48
48
|
export declare class DataAstroOrganization extends cdktf.TerraformDataSource {
|
|
49
49
|
static readonly tfResourceType = "astro_organization";
|
|
@@ -51,12 +51,12 @@ export declare class DataAstroOrganization extends cdktf.TerraformDataSource {
|
|
|
51
51
|
* Generates CDKTF code for importing a DataAstroOrganization resource upon running "cdktf plan <stack-name>"
|
|
52
52
|
* @param scope The scope in which to define this construct
|
|
53
53
|
* @param importToId The construct id used in the generated config for the DataAstroOrganization to import
|
|
54
|
-
* @param importFromId The id of the existing DataAstroOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
54
|
+
* @param importFromId The id of the existing DataAstroOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use
|
|
55
55
|
* @param provider? Optional instance of the provider where the DataAstroOrganization to import is found
|
|
56
56
|
*/
|
|
57
57
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
58
58
|
/**
|
|
59
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
59
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/organization astro_organization} Data Source
|
|
60
60
|
*
|
|
61
61
|
* @param scope The scope in which to define this construct
|
|
62
62
|
* @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/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/organization
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroOrganizationCreatedByToTerraform(struct) {
|
|
@@ -134,7 +134,7 @@ export class DataAstroOrganizationUpdatedByOutputReference extends cdktf.Complex
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
137
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/organization astro_organization}
|
|
138
138
|
*/
|
|
139
139
|
export class DataAstroOrganization extends cdktf.TerraformDataSource {
|
|
140
140
|
// =================
|
|
@@ -148,7 +148,7 @@ export class DataAstroOrganization extends cdktf.TerraformDataSource {
|
|
|
148
148
|
* Generates CDKTF code for importing a DataAstroOrganization resource upon running "cdktf plan <stack-name>"
|
|
149
149
|
* @param scope The scope in which to define this construct
|
|
150
150
|
* @param importToId The construct id used in the generated config for the DataAstroOrganization to import
|
|
151
|
-
* @param importFromId The id of the existing DataAstroOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
151
|
+
* @param importFromId The id of the existing DataAstroOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use
|
|
152
152
|
* @param provider? Optional instance of the provider where the DataAstroOrganization to import is found
|
|
153
153
|
*/
|
|
154
154
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -158,7 +158,7 @@ export class DataAstroOrganization extends cdktf.TerraformDataSource {
|
|
|
158
158
|
// INITIALIZER
|
|
159
159
|
// ===========
|
|
160
160
|
/**
|
|
161
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
161
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/organization astro_organization} Data Source
|
|
162
162
|
*
|
|
163
163
|
* @param scope The scope in which to define this construct
|
|
164
164
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -169,8 +169,8 @@ export class DataAstroOrganization extends cdktf.TerraformDataSource {
|
|
|
169
169
|
terraformResourceType: 'astro_organization',
|
|
170
170
|
terraformGeneratorMetadata: {
|
|
171
171
|
providerName: 'astro',
|
|
172
|
-
providerVersion: '1.0.
|
|
173
|
-
providerVersionConstraint: '1.0.
|
|
172
|
+
providerVersion: '1.0.10',
|
|
173
|
+
providerVersionConstraint: '1.0.10'
|
|
174
174
|
},
|
|
175
175
|
provider: config.provider,
|
|
176
176
|
dependsOn: config.dependsOn,
|