@cdktf-providers/astronomer-astro 1.0.8 → 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.
Files changed (64) hide show
  1. package/README.md +3 -3
  2. package/dist/alert/index.d.ts +34 -34
  3. package/dist/alert/index.js +6 -6
  4. package/dist/api-token/index.d.ts +11 -11
  5. package/dist/api-token/index.js +6 -6
  6. package/dist/cluster/index.d.ts +17 -17
  7. package/dist/cluster/index.js +6 -6
  8. package/dist/data-astro-alert/index.d.ts +5 -5
  9. package/dist/data-astro-alert/index.js +6 -6
  10. package/dist/data-astro-alerts/index.d.ts +9 -9
  11. package/dist/data-astro-alerts/index.js +6 -6
  12. package/dist/data-astro-api-token/index.d.ts +4 -4
  13. package/dist/data-astro-api-token/index.js +6 -6
  14. package/dist/data-astro-api-tokens/index.d.ts +7 -7
  15. package/dist/data-astro-api-tokens/index.js +6 -6
  16. package/dist/data-astro-cluster/index.d.ts +4 -4
  17. package/dist/data-astro-cluster/index.js +6 -6
  18. package/dist/data-astro-cluster-options/index.d.ts +7 -5
  19. package/dist/data-astro-cluster-options/index.js +6 -6
  20. package/dist/data-astro-clusters/index.d.ts +8 -6
  21. package/dist/data-astro-clusters/index.js +6 -6
  22. package/dist/data-astro-deployment/index.d.ts +4 -4
  23. package/dist/data-astro-deployment/index.js +6 -6
  24. package/dist/data-astro-deployment-options/index.d.ts +7 -7
  25. package/dist/data-astro-deployment-options/index.js +6 -6
  26. package/dist/data-astro-deployments/index.d.ts +7 -7
  27. package/dist/data-astro-deployments/index.js +6 -6
  28. package/dist/data-astro-notification-channel/index.d.ts +4 -4
  29. package/dist/data-astro-notification-channel/index.js +6 -6
  30. package/dist/data-astro-notification-channels/index.d.ts +9 -9
  31. package/dist/data-astro-notification-channels/index.js +6 -6
  32. package/dist/data-astro-organization/index.d.ts +3 -3
  33. package/dist/data-astro-organization/index.js +6 -6
  34. package/dist/data-astro-team/index.d.ts +4 -4
  35. package/dist/data-astro-team/index.js +6 -6
  36. package/dist/data-astro-teams/index.d.ts +5 -5
  37. package/dist/data-astro-teams/index.js +6 -6
  38. package/dist/data-astro-user/index.d.ts +4 -4
  39. package/dist/data-astro-user/index.js +6 -6
  40. package/dist/data-astro-users/index.d.ts +6 -6
  41. package/dist/data-astro-users/index.js +6 -6
  42. package/dist/data-astro-workspace/index.d.ts +4 -4
  43. package/dist/data-astro-workspace/index.js +6 -6
  44. package/dist/data-astro-workspaces/index.d.ts +6 -6
  45. package/dist/data-astro-workspaces/index.js +6 -6
  46. package/dist/deployment/index.d.ts +57 -57
  47. package/dist/deployment/index.js +6 -6
  48. package/dist/hybrid-cluster-workspace-authorization/index.d.ts +5 -5
  49. package/dist/hybrid-cluster-workspace-authorization/index.js +6 -6
  50. package/dist/notification-channel/index.d.ts +16 -16
  51. package/dist/notification-channel/index.js +6 -6
  52. package/dist/provider/index.d.ts +7 -7
  53. package/dist/provider/index.js +6 -6
  54. package/dist/team/index.d.ts +13 -13
  55. package/dist/team/index.js +6 -6
  56. package/dist/team-roles/index.d.ts +11 -11
  57. package/dist/team-roles/index.js +6 -6
  58. package/dist/user-invite/index.d.ts +5 -5
  59. package/dist/user-invite/index.js +6 -6
  60. package/dist/user-roles/index.d.ts +11 -11
  61. package/dist/user-roles/index.js +6 -6
  62. package/dist/workspace/index.d.ts +6 -6
  63. package/dist/workspace/index.js +6 -6
  64. package/package.json +2 -2
@@ -4,37 +4,37 @@ export interface NotificationChannelConfig extends cdktf.TerraformMetaArguments
4
4
  /**
5
5
  * The notification channel's definition
6
6
  *
7
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#definition NotificationChannel#definition}
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#definition NotificationChannel#definition}
8
8
  */
9
9
  readonly definition: NotificationChannelDefinition;
10
10
  /**
11
11
  * The entity ID the notification channel is scoped to
12
12
  *
13
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#entity_id NotificationChannel#entity_id}
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#entity_id NotificationChannel#entity_id}
14
14
  */
15
15
  readonly entityId: string;
16
16
  /**
17
17
  * The type of entity the notification channel is scoped to (e.g., 'DEPLOYMENT')
18
18
  *
19
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#entity_type NotificationChannel#entity_type}
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#entity_type NotificationChannel#entity_type}
20
20
  */
21
21
  readonly entityType: string;
22
22
  /**
23
23
  * When entity type is scoped to ORGANIZATION or WORKSPACE, this determines if child entities can access this notification channel.
24
24
  *
25
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#is_shared NotificationChannel#is_shared}
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#is_shared NotificationChannel#is_shared}
26
26
  */
27
27
  readonly isShared?: boolean | cdktf.IResolvable;
28
28
  /**
29
29
  * The notification channel's name
30
30
  *
31
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#name NotificationChannel#name}
31
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#name NotificationChannel#name}
32
32
  */
33
33
  readonly name: string;
34
34
  /**
35
35
  * The notification channel's type
36
36
  *
37
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#type NotificationChannel#type}
37
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#type NotificationChannel#type}
38
38
  */
39
39
  readonly type: string;
40
40
  }
@@ -62,43 +62,43 @@ export interface NotificationChannelDefinition {
62
62
  /**
63
63
  * The API key for the notification channel
64
64
  *
65
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#api_key NotificationChannel#api_key}
65
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#api_key NotificationChannel#api_key}
66
66
  */
67
67
  readonly apiKey?: string;
68
68
  /**
69
69
  * The DAG ID for the notification channel
70
70
  *
71
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#dag_id NotificationChannel#dag_id}
71
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#dag_id NotificationChannel#dag_id}
72
72
  */
73
73
  readonly dagId?: string;
74
74
  /**
75
75
  * The deployment API token for the notification channel
76
76
  *
77
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#deployment_api_token NotificationChannel#deployment_api_token}
77
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#deployment_api_token NotificationChannel#deployment_api_token}
78
78
  */
79
79
  readonly deploymentApiToken?: string;
80
80
  /**
81
81
  * The deployment ID for the notification channel
82
82
  *
83
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#deployment_id NotificationChannel#deployment_id}
83
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#deployment_id NotificationChannel#deployment_id}
84
84
  */
85
85
  readonly deploymentId?: string;
86
86
  /**
87
87
  * The integration key for the notification channel
88
88
  *
89
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#integration_key NotificationChannel#integration_key}
89
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#integration_key NotificationChannel#integration_key}
90
90
  */
91
91
  readonly integrationKey?: string;
92
92
  /**
93
93
  * The recipients for the notification channel
94
94
  *
95
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#recipients NotificationChannel#recipients}
95
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#recipients NotificationChannel#recipients}
96
96
  */
97
97
  readonly recipients?: string[];
98
98
  /**
99
99
  * The webhook URL for the notification channel
100
100
  *
101
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#webhook_url NotificationChannel#webhook_url}
101
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#webhook_url NotificationChannel#webhook_url}
102
102
  */
103
103
  readonly webhookUrl?: string;
104
104
  }
@@ -171,7 +171,7 @@ export declare class NotificationChannelUpdatedByOutputReference extends cdktf.C
171
171
  get username(): any;
172
172
  }
173
173
  /**
174
- * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel astro_notification_channel}
174
+ * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel astro_notification_channel}
175
175
  */
176
176
  export declare class NotificationChannel extends cdktf.TerraformResource {
177
177
  static readonly tfResourceType = "astro_notification_channel";
@@ -179,12 +179,12 @@ export declare class NotificationChannel extends cdktf.TerraformResource {
179
179
  * Generates CDKTF code for importing a NotificationChannel resource upon running "cdktf plan <stack-name>"
180
180
  * @param scope The scope in which to define this construct
181
181
  * @param importToId The construct id used in the generated config for the NotificationChannel to import
182
- * @param importFromId The id of the existing NotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use
182
+ * @param importFromId The id of the existing NotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use
183
183
  * @param provider? Optional instance of the provider where the NotificationChannel to import is found
184
184
  */
185
185
  static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
186
186
  /**
187
- * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel astro_notification_channel} Resource
187
+ * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel astro_notification_channel} Resource
188
188
  *
189
189
  * @param scope The scope in which to define this construct
190
190
  * @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.8/docs/resources/notification_channel
1
+ // https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel
2
2
  // generated from terraform resource schema
3
3
  import * as cdktf from 'cdktf';
4
4
  export function notificationChannelCreatedByToTerraform(struct) {
@@ -385,7 +385,7 @@ export class NotificationChannelUpdatedByOutputReference extends cdktf.ComplexOb
385
385
  }
386
386
  }
387
387
  /**
388
- * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel astro_notification_channel}
388
+ * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel astro_notification_channel}
389
389
  */
390
390
  export class NotificationChannel extends cdktf.TerraformResource {
391
391
  // =================
@@ -399,7 +399,7 @@ export class NotificationChannel extends cdktf.TerraformResource {
399
399
  * Generates CDKTF code for importing a NotificationChannel resource upon running "cdktf plan <stack-name>"
400
400
  * @param scope The scope in which to define this construct
401
401
  * @param importToId The construct id used in the generated config for the NotificationChannel to import
402
- * @param importFromId The id of the existing NotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use
402
+ * @param importFromId The id of the existing NotificationChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel#import import section} in the documentation of this resource for the id to use
403
403
  * @param provider? Optional instance of the provider where the NotificationChannel to import is found
404
404
  */
405
405
  static generateConfigForImport(scope, importToId, importFromId, provider) {
@@ -409,7 +409,7 @@ export class NotificationChannel extends cdktf.TerraformResource {
409
409
  // INITIALIZER
410
410
  // ===========
411
411
  /**
412
- * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/notification_channel astro_notification_channel} Resource
412
+ * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/notification_channel astro_notification_channel} Resource
413
413
  *
414
414
  * @param scope The scope in which to define this construct
415
415
  * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -420,8 +420,8 @@ export class NotificationChannel extends cdktf.TerraformResource {
420
420
  terraformResourceType: 'astro_notification_channel',
421
421
  terraformGeneratorMetadata: {
422
422
  providerName: 'astro',
423
- providerVersion: '1.0.8',
424
- providerVersionConstraint: '1.0.8'
423
+ providerVersion: '1.0.10',
424
+ providerVersionConstraint: '1.0.10'
425
425
  },
426
426
  provider: config.provider,
427
427
  dependsOn: config.dependsOn,
@@ -4,30 +4,30 @@ export interface AstroProviderConfig {
4
4
  /**
5
5
  * API host to use for the provider. Default is `https://api.astronomer.io`
6
6
  *
7
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs#host AstroProvider#host}
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs#host AstroProvider#host}
8
8
  */
9
9
  readonly host?: string;
10
10
  /**
11
11
  * Organization ID this provider will operate on.
12
12
  *
13
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs#organization_id AstroProvider#organization_id}
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs#organization_id AstroProvider#organization_id}
14
14
  */
15
15
  readonly organizationId: string;
16
16
  /**
17
17
  * Astro API Token. Can be set with an `ASTRO_API_TOKEN` env var.
18
18
  *
19
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs#token AstroProvider#token}
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs#token AstroProvider#token}
20
20
  */
21
21
  readonly token?: string;
22
22
  /**
23
23
  * Alias name
24
24
  *
25
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs#alias AstroProvider#alias}
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs#alias AstroProvider#alias}
26
26
  */
27
27
  readonly alias?: string;
28
28
  }
29
29
  /**
30
- * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs astro}
30
+ * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs astro}
31
31
  */
32
32
  export declare class AstroProvider extends cdktf.TerraformProvider {
33
33
  static readonly tfResourceType = "astro";
@@ -35,12 +35,12 @@ export declare class AstroProvider extends cdktf.TerraformProvider {
35
35
  * Generates CDKTF code for importing a AstroProvider resource upon running "cdktf plan <stack-name>"
36
36
  * @param scope The scope in which to define this construct
37
37
  * @param importToId The construct id used in the generated config for the AstroProvider to import
38
- * @param importFromId The id of the existing AstroProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs#import import section} in the documentation of this resource for the id to use
38
+ * @param importFromId The id of the existing AstroProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs#import import section} in the documentation of this resource for the id to use
39
39
  * @param provider? Optional instance of the provider where the AstroProvider to import is found
40
40
  */
41
41
  static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
42
42
  /**
43
- * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs astro} Resource
43
+ * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs astro} Resource
44
44
  *
45
45
  * @param scope The scope in which to define this construct
46
46
  * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -1,8 +1,8 @@
1
- // https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs
1
+ // https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs
2
2
  // generated from terraform resource schema
3
3
  import * as cdktf from 'cdktf';
4
4
  /**
5
- * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs astro}
5
+ * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs astro}
6
6
  */
7
7
  export class AstroProvider extends cdktf.TerraformProvider {
8
8
  // =================
@@ -16,7 +16,7 @@ export class AstroProvider extends cdktf.TerraformProvider {
16
16
  * Generates CDKTF code for importing a AstroProvider resource upon running "cdktf plan <stack-name>"
17
17
  * @param scope The scope in which to define this construct
18
18
  * @param importToId The construct id used in the generated config for the AstroProvider to import
19
- * @param importFromId The id of the existing AstroProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs#import import section} in the documentation of this resource for the id to use
19
+ * @param importFromId The id of the existing AstroProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs#import import section} in the documentation of this resource for the id to use
20
20
  * @param provider? Optional instance of the provider where the AstroProvider to import is found
21
21
  */
22
22
  static generateConfigForImport(scope, importToId, importFromId, provider) {
@@ -26,7 +26,7 @@ export class AstroProvider extends cdktf.TerraformProvider {
26
26
  // INITIALIZER
27
27
  // ===========
28
28
  /**
29
- * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs astro} Resource
29
+ * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs astro} Resource
30
30
  *
31
31
  * @param scope The scope in which to define this construct
32
32
  * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -37,8 +37,8 @@ export class AstroProvider extends cdktf.TerraformProvider {
37
37
  terraformResourceType: 'astro',
38
38
  terraformGeneratorMetadata: {
39
39
  providerName: 'astro',
40
- providerVersion: '1.0.8',
41
- providerVersionConstraint: '1.0.8'
40
+ providerVersion: '1.0.10',
41
+ providerVersionConstraint: '1.0.10'
42
42
  },
43
43
  terraformProviderSource: 'astronomer/astro'
44
44
  });
@@ -4,37 +4,37 @@ export interface TeamConfig extends cdktf.TerraformMetaArguments {
4
4
  /**
5
5
  * The roles to assign to the Deployments
6
6
  *
7
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#deployment_roles Team#deployment_roles}
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#deployment_roles Team#deployment_roles}
8
8
  */
9
9
  readonly deploymentRoles?: TeamDeploymentRoles[] | cdktf.IResolvable;
10
10
  /**
11
11
  * Team description
12
12
  *
13
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#description Team#description}
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#description Team#description}
14
14
  */
15
15
  readonly description?: string;
16
16
  /**
17
17
  * The IDs of the users to add to the Team
18
18
  *
19
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#member_ids Team#member_ids}
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#member_ids Team#member_ids}
20
20
  */
21
21
  readonly memberIds?: string[];
22
22
  /**
23
23
  * Team name
24
24
  *
25
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#name Team#name}
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#name Team#name}
26
26
  */
27
27
  readonly name: string;
28
28
  /**
29
29
  * The role to assign to the Organization
30
30
  *
31
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#organization_role Team#organization_role}
31
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#organization_role Team#organization_role}
32
32
  */
33
33
  readonly organizationRole: string;
34
34
  /**
35
35
  * The roles to assign to the Workspaces
36
36
  *
37
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#workspace_roles Team#workspace_roles}
37
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#workspace_roles Team#workspace_roles}
38
38
  */
39
39
  readonly workspaceRoles?: TeamWorkspaceRoles[] | cdktf.IResolvable;
40
40
  }
@@ -62,13 +62,13 @@ export interface TeamDeploymentRoles {
62
62
  /**
63
63
  * The ID of the deployment to assign the role to
64
64
  *
65
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#deployment_id Team#deployment_id}
65
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#deployment_id Team#deployment_id}
66
66
  */
67
67
  readonly deploymentId: string;
68
68
  /**
69
69
  * The role to assign to the deployment
70
70
  *
71
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#role Team#role}
71
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#role Team#role}
72
72
  */
73
73
  readonly role: string;
74
74
  }
@@ -135,13 +135,13 @@ export interface TeamWorkspaceRoles {
135
135
  /**
136
136
  * The role to assign to the workspace
137
137
  *
138
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#role Team#role}
138
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#role Team#role}
139
139
  */
140
140
  readonly role: string;
141
141
  /**
142
142
  * The ID of the workspace to assign the role to
143
143
  *
144
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#workspace_id Team#workspace_id}
144
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#workspace_id Team#workspace_id}
145
145
  */
146
146
  readonly workspaceId: string;
147
147
  }
@@ -185,7 +185,7 @@ export declare class TeamWorkspaceRolesList extends cdktf.ComplexList {
185
185
  get(index: number): TeamWorkspaceRolesOutputReference;
186
186
  }
187
187
  /**
188
- * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team astro_team}
188
+ * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team astro_team}
189
189
  */
190
190
  export declare class Team extends cdktf.TerraformResource {
191
191
  static readonly tfResourceType = "astro_team";
@@ -193,12 +193,12 @@ export declare class Team extends cdktf.TerraformResource {
193
193
  * Generates CDKTF code for importing a Team resource upon running "cdktf plan <stack-name>"
194
194
  * @param scope The scope in which to define this construct
195
195
  * @param importToId The construct id used in the generated config for the Team to import
196
- * @param importFromId The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#import import section} in the documentation of this resource for the id to use
196
+ * @param importFromId The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#import import section} in the documentation of this resource for the id to use
197
197
  * @param provider? Optional instance of the provider where the Team to import is found
198
198
  */
199
199
  static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
200
200
  /**
201
- * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team astro_team} Resource
201
+ * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team astro_team} Resource
202
202
  *
203
203
  * @param scope The scope in which to define this construct
204
204
  * @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.8/docs/resources/team
1
+ // https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team
2
2
  // generated from terraform resource schema
3
3
  import * as cdktf from 'cdktf';
4
4
  export function teamCreatedByToTerraform(struct) {
@@ -394,7 +394,7 @@ export class TeamWorkspaceRolesList extends cdktf.ComplexList {
394
394
  }
395
395
  }
396
396
  /**
397
- * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team astro_team}
397
+ * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team astro_team}
398
398
  */
399
399
  export class Team extends cdktf.TerraformResource {
400
400
  // =================
@@ -408,7 +408,7 @@ export class Team extends cdktf.TerraformResource {
408
408
  * Generates CDKTF code for importing a Team resource upon running "cdktf plan <stack-name>"
409
409
  * @param scope The scope in which to define this construct
410
410
  * @param importToId The construct id used in the generated config for the Team to import
411
- * @param importFromId The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team#import import section} in the documentation of this resource for the id to use
411
+ * @param importFromId The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team#import import section} in the documentation of this resource for the id to use
412
412
  * @param provider? Optional instance of the provider where the Team to import is found
413
413
  */
414
414
  static generateConfigForImport(scope, importToId, importFromId, provider) {
@@ -418,7 +418,7 @@ export class Team extends cdktf.TerraformResource {
418
418
  // INITIALIZER
419
419
  // ===========
420
420
  /**
421
- * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team astro_team} Resource
421
+ * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team astro_team} Resource
422
422
  *
423
423
  * @param scope The scope in which to define this construct
424
424
  * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -429,8 +429,8 @@ export class Team extends cdktf.TerraformResource {
429
429
  terraformResourceType: 'astro_team',
430
430
  terraformGeneratorMetadata: {
431
431
  providerName: 'astro',
432
- providerVersion: '1.0.8',
433
- providerVersionConstraint: '1.0.8'
432
+ providerVersion: '1.0.10',
433
+ providerVersionConstraint: '1.0.10'
434
434
  },
435
435
  provider: config.provider,
436
436
  dependsOn: config.dependsOn,
@@ -4,25 +4,25 @@ export interface TeamRolesConfig extends cdktf.TerraformMetaArguments {
4
4
  /**
5
5
  * The roles to assign to the deployments
6
6
  *
7
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles#deployment_roles TeamRoles#deployment_roles}
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles#deployment_roles TeamRoles#deployment_roles}
8
8
  */
9
9
  readonly deploymentRoles?: TeamRolesDeploymentRoles[] | cdktf.IResolvable;
10
10
  /**
11
11
  * The role to assign to the organization
12
12
  *
13
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles#organization_role TeamRoles#organization_role}
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles#organization_role TeamRoles#organization_role}
14
14
  */
15
15
  readonly organizationRole: string;
16
16
  /**
17
17
  * The ID of the team to assign the roles to
18
18
  *
19
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles#team_id TeamRoles#team_id}
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles#team_id TeamRoles#team_id}
20
20
  */
21
21
  readonly teamId: string;
22
22
  /**
23
23
  * The roles to assign to the workspaces
24
24
  *
25
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles#workspace_roles TeamRoles#workspace_roles}
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles#workspace_roles TeamRoles#workspace_roles}
26
26
  */
27
27
  readonly workspaceRoles?: TeamRolesWorkspaceRoles[] | cdktf.IResolvable;
28
28
  }
@@ -30,13 +30,13 @@ export interface TeamRolesDeploymentRoles {
30
30
  /**
31
31
  * The ID of the deployment to assign the role to
32
32
  *
33
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles#deployment_id TeamRoles#deployment_id}
33
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles#deployment_id TeamRoles#deployment_id}
34
34
  */
35
35
  readonly deploymentId: string;
36
36
  /**
37
37
  * The role to assign to the deployment
38
38
  *
39
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles#role TeamRoles#role}
39
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles#role TeamRoles#role}
40
40
  */
41
41
  readonly role: string;
42
42
  }
@@ -83,13 +83,13 @@ export interface TeamRolesWorkspaceRoles {
83
83
  /**
84
84
  * The role to assign to the workspace
85
85
  *
86
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles#role TeamRoles#role}
86
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles#role TeamRoles#role}
87
87
  */
88
88
  readonly role: string;
89
89
  /**
90
90
  * The ID of the workspace to assign the role to
91
91
  *
92
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles#workspace_id TeamRoles#workspace_id}
92
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles#workspace_id TeamRoles#workspace_id}
93
93
  */
94
94
  readonly workspaceId: string;
95
95
  }
@@ -133,7 +133,7 @@ export declare class TeamRolesWorkspaceRolesList extends cdktf.ComplexList {
133
133
  get(index: number): TeamRolesWorkspaceRolesOutputReference;
134
134
  }
135
135
  /**
136
- * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles astro_team_roles}
136
+ * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles astro_team_roles}
137
137
  */
138
138
  export declare class TeamRoles extends cdktf.TerraformResource {
139
139
  static readonly tfResourceType = "astro_team_roles";
@@ -141,12 +141,12 @@ export declare class TeamRoles extends cdktf.TerraformResource {
141
141
  * Generates CDKTF code for importing a TeamRoles resource upon running "cdktf plan <stack-name>"
142
142
  * @param scope The scope in which to define this construct
143
143
  * @param importToId The construct id used in the generated config for the TeamRoles to import
144
- * @param importFromId The id of the existing TeamRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles#import import section} in the documentation of this resource for the id to use
144
+ * @param importFromId The id of the existing TeamRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles#import import section} in the documentation of this resource for the id to use
145
145
  * @param provider? Optional instance of the provider where the TeamRoles to import is found
146
146
  */
147
147
  static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
148
148
  /**
149
- * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles astro_team_roles} Resource
149
+ * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles astro_team_roles} Resource
150
150
  *
151
151
  * @param scope The scope in which to define this construct
152
152
  * @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.8/docs/resources/team_roles
1
+ // https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles
2
2
  // generated from terraform resource schema
3
3
  import * as cdktf from 'cdktf';
4
4
  export function teamRolesDeploymentRolesToTerraform(struct) {
@@ -262,7 +262,7 @@ export class TeamRolesWorkspaceRolesList extends cdktf.ComplexList {
262
262
  }
263
263
  }
264
264
  /**
265
- * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles astro_team_roles}
265
+ * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles astro_team_roles}
266
266
  */
267
267
  export class TeamRoles extends cdktf.TerraformResource {
268
268
  // =================
@@ -276,7 +276,7 @@ export class TeamRoles extends cdktf.TerraformResource {
276
276
  * Generates CDKTF code for importing a TeamRoles resource upon running "cdktf plan <stack-name>"
277
277
  * @param scope The scope in which to define this construct
278
278
  * @param importToId The construct id used in the generated config for the TeamRoles to import
279
- * @param importFromId The id of the existing TeamRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles#import import section} in the documentation of this resource for the id to use
279
+ * @param importFromId The id of the existing TeamRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles#import import section} in the documentation of this resource for the id to use
280
280
  * @param provider? Optional instance of the provider where the TeamRoles to import is found
281
281
  */
282
282
  static generateConfigForImport(scope, importToId, importFromId, provider) {
@@ -286,7 +286,7 @@ export class TeamRoles extends cdktf.TerraformResource {
286
286
  // INITIALIZER
287
287
  // ===========
288
288
  /**
289
- * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/team_roles astro_team_roles} Resource
289
+ * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/team_roles astro_team_roles} Resource
290
290
  *
291
291
  * @param scope The scope in which to define this construct
292
292
  * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -297,8 +297,8 @@ export class TeamRoles extends cdktf.TerraformResource {
297
297
  terraformResourceType: 'astro_team_roles',
298
298
  terraformGeneratorMetadata: {
299
299
  providerName: 'astro',
300
- providerVersion: '1.0.8',
301
- providerVersionConstraint: '1.0.8'
300
+ providerVersion: '1.0.10',
301
+ providerVersionConstraint: '1.0.10'
302
302
  },
303
303
  provider: config.provider,
304
304
  dependsOn: config.dependsOn,
@@ -4,13 +4,13 @@ export interface UserInviteConfig extends cdktf.TerraformMetaArguments {
4
4
  /**
5
5
  * The email address of the user being invited
6
6
  *
7
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/user_invite#email UserInvite#email}
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_invite#email UserInvite#email}
8
8
  */
9
9
  readonly email: string;
10
10
  /**
11
11
  * The Organization role to assign to the user
12
12
  *
13
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/user_invite#role UserInvite#role}
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_invite#role UserInvite#role}
14
14
  */
15
15
  readonly role: string;
16
16
  }
@@ -55,7 +55,7 @@ export declare class UserInviteInviterOutputReference extends cdktf.ComplexObjec
55
55
  get username(): any;
56
56
  }
57
57
  /**
58
- * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/user_invite astro_user_invite}
58
+ * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_invite astro_user_invite}
59
59
  */
60
60
  export declare class UserInvite extends cdktf.TerraformResource {
61
61
  static readonly tfResourceType = "astro_user_invite";
@@ -63,12 +63,12 @@ export declare class UserInvite extends cdktf.TerraformResource {
63
63
  * Generates CDKTF code for importing a UserInvite resource upon running "cdktf plan <stack-name>"
64
64
  * @param scope The scope in which to define this construct
65
65
  * @param importToId The construct id used in the generated config for the UserInvite to import
66
- * @param importFromId The id of the existing UserInvite that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/user_invite#import import section} in the documentation of this resource for the id to use
66
+ * @param importFromId The id of the existing UserInvite that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_invite#import import section} in the documentation of this resource for the id to use
67
67
  * @param provider? Optional instance of the provider where the UserInvite to import is found
68
68
  */
69
69
  static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
70
70
  /**
71
- * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/user_invite astro_user_invite} Resource
71
+ * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_invite astro_user_invite} Resource
72
72
  *
73
73
  * @param scope The scope in which to define this construct
74
74
  * @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.8/docs/resources/user_invite
1
+ // https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_invite
2
2
  // generated from terraform resource schema
3
3
  import * as cdktf from 'cdktf';
4
4
  export function userInviteInviteeToTerraform(struct) {
@@ -134,7 +134,7 @@ export class UserInviteInviterOutputReference extends cdktf.ComplexObject {
134
134
  }
135
135
  }
136
136
  /**
137
- * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/user_invite astro_user_invite}
137
+ * Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_invite astro_user_invite}
138
138
  */
139
139
  export class UserInvite extends cdktf.TerraformResource {
140
140
  // =================
@@ -148,7 +148,7 @@ export class UserInvite extends cdktf.TerraformResource {
148
148
  * Generates CDKTF code for importing a UserInvite 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 UserInvite to import
151
- * @param importFromId The id of the existing UserInvite that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/user_invite#import import section} in the documentation of this resource for the id to use
151
+ * @param importFromId The id of the existing UserInvite that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_invite#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 UserInvite to import is found
153
153
  */
154
154
  static generateConfigForImport(scope, importToId, importFromId, provider) {
@@ -158,7 +158,7 @@ export class UserInvite extends cdktf.TerraformResource {
158
158
  // INITIALIZER
159
159
  // ===========
160
160
  /**
161
- * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.8/docs/resources/user_invite astro_user_invite} Resource
161
+ * Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_invite astro_user_invite} Resource
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 UserInvite extends cdktf.TerraformResource {
169
169
  terraformResourceType: 'astro_user_invite',
170
170
  terraformGeneratorMetadata: {
171
171
  providerName: 'astro',
172
- providerVersion: '1.0.8',
173
- providerVersionConstraint: '1.0.8'
172
+ providerVersion: '1.0.10',
173
+ providerVersionConstraint: '1.0.10'
174
174
  },
175
175
  provider: config.provider,
176
176
  dependsOn: config.dependsOn,