@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
|
@@ -4,25 +4,25 @@ export interface UserRolesConfig 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.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles#deployment_roles UserRoles#deployment_roles}
|
|
8
8
|
*/
|
|
9
9
|
readonly deploymentRoles?: UserRolesDeploymentRoles[] | 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.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles#organization_role UserRoles#organization_role}
|
|
14
14
|
*/
|
|
15
15
|
readonly organizationRole: string;
|
|
16
16
|
/**
|
|
17
17
|
* The ID of the user to assign the roles to
|
|
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/resources/user_roles#user_id UserRoles#user_id}
|
|
20
20
|
*/
|
|
21
21
|
readonly userId: 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.
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles#workspace_roles UserRoles#workspace_roles}
|
|
26
26
|
*/
|
|
27
27
|
readonly workspaceRoles?: UserRolesWorkspaceRoles[] | cdktf.IResolvable;
|
|
28
28
|
}
|
|
@@ -30,13 +30,13 @@ export interface UserRolesDeploymentRoles {
|
|
|
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.
|
|
33
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles#deployment_id UserRoles#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.
|
|
39
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles#role UserRoles#role}
|
|
40
40
|
*/
|
|
41
41
|
readonly role: string;
|
|
42
42
|
}
|
|
@@ -83,13 +83,13 @@ export interface UserRolesWorkspaceRoles {
|
|
|
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.
|
|
86
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles#role UserRoles#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.
|
|
92
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles#workspace_id UserRoles#workspace_id}
|
|
93
93
|
*/
|
|
94
94
|
readonly workspaceId: string;
|
|
95
95
|
}
|
|
@@ -133,7 +133,7 @@ export declare class UserRolesWorkspaceRolesList extends cdktf.ComplexList {
|
|
|
133
133
|
get(index: number): UserRolesWorkspaceRolesOutputReference;
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
136
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles astro_user_roles}
|
|
137
137
|
*/
|
|
138
138
|
export declare class UserRoles extends cdktf.TerraformResource {
|
|
139
139
|
static readonly tfResourceType = "astro_user_roles";
|
|
@@ -141,12 +141,12 @@ export declare class UserRoles extends cdktf.TerraformResource {
|
|
|
141
141
|
* Generates CDKTF code for importing a UserRoles 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 UserRoles to import
|
|
144
|
-
* @param importFromId The id of the existing UserRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
144
|
+
* @param importFromId The id of the existing UserRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_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 UserRoles 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.
|
|
149
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles astro_user_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
|
package/dist/user-roles/index.js
CHANGED
|
@@ -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/resources/user_roles
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function userRolesDeploymentRolesToTerraform(struct) {
|
|
@@ -262,7 +262,7 @@ export class UserRolesWorkspaceRolesList extends cdktf.ComplexList {
|
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
/**
|
|
265
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
265
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles astro_user_roles}
|
|
266
266
|
*/
|
|
267
267
|
export class UserRoles extends cdktf.TerraformResource {
|
|
268
268
|
// =================
|
|
@@ -276,7 +276,7 @@ export class UserRoles extends cdktf.TerraformResource {
|
|
|
276
276
|
* Generates CDKTF code for importing a UserRoles 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 UserRoles to import
|
|
279
|
-
* @param importFromId The id of the existing UserRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
279
|
+
* @param importFromId The id of the existing UserRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_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 UserRoles to import is found
|
|
281
281
|
*/
|
|
282
282
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -286,7 +286,7 @@ export class UserRoles extends cdktf.TerraformResource {
|
|
|
286
286
|
// INITIALIZER
|
|
287
287
|
// ===========
|
|
288
288
|
/**
|
|
289
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
289
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/user_roles astro_user_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 UserRoles extends cdktf.TerraformResource {
|
|
|
297
297
|
terraformResourceType: 'astro_user_roles',
|
|
298
298
|
terraformGeneratorMetadata: {
|
|
299
299
|
providerName: 'astro',
|
|
300
|
-
providerVersion: '1.0.
|
|
301
|
-
providerVersionConstraint: '1.0.
|
|
300
|
+
providerVersion: '1.0.10',
|
|
301
|
+
providerVersionConstraint: '1.0.10'
|
|
302
302
|
},
|
|
303
303
|
provider: config.provider,
|
|
304
304
|
dependsOn: config.dependsOn,
|
|
@@ -4,19 +4,19 @@ export interface WorkspaceConfig extends cdktf.TerraformMetaArguments {
|
|
|
4
4
|
/**
|
|
5
5
|
* Whether new Deployments enforce CI/CD deploys by default
|
|
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/resources/workspace#cicd_enforced_default Workspace#cicd_enforced_default}
|
|
8
8
|
*/
|
|
9
9
|
readonly cicdEnforcedDefault: boolean | cdktf.IResolvable;
|
|
10
10
|
/**
|
|
11
11
|
* Workspace description
|
|
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/resources/workspace#description Workspace#description}
|
|
14
14
|
*/
|
|
15
15
|
readonly description: string;
|
|
16
16
|
/**
|
|
17
17
|
* Workspace name
|
|
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/resources/workspace#name Workspace#name}
|
|
20
20
|
*/
|
|
21
21
|
readonly name: string;
|
|
22
22
|
}
|
|
@@ -61,7 +61,7 @@ export declare class WorkspaceUpdatedByOutputReference extends cdktf.ComplexObje
|
|
|
61
61
|
get username(): any;
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
64
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/workspace astro_workspace}
|
|
65
65
|
*/
|
|
66
66
|
export declare class Workspace extends cdktf.TerraformResource {
|
|
67
67
|
static readonly tfResourceType = "astro_workspace";
|
|
@@ -69,12 +69,12 @@ export declare class Workspace extends cdktf.TerraformResource {
|
|
|
69
69
|
* Generates CDKTF code for importing a Workspace resource upon running "cdktf plan <stack-name>"
|
|
70
70
|
* @param scope The scope in which to define this construct
|
|
71
71
|
* @param importToId The construct id used in the generated config for the Workspace to import
|
|
72
|
-
* @param importFromId The id of the existing Workspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
72
|
+
* @param importFromId The id of the existing Workspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/workspace#import import section} in the documentation of this resource for the id to use
|
|
73
73
|
* @param provider? Optional instance of the provider where the Workspace to import is found
|
|
74
74
|
*/
|
|
75
75
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
76
76
|
/**
|
|
77
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
77
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/workspace astro_workspace} Resource
|
|
78
78
|
*
|
|
79
79
|
* @param scope The scope in which to define this construct
|
|
80
80
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
package/dist/workspace/index.js
CHANGED
|
@@ -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/resources/workspace
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function workspaceCreatedByToTerraform(struct) {
|
|
@@ -134,7 +134,7 @@ export class WorkspaceUpdatedByOutputReference extends cdktf.ComplexObject {
|
|
|
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/resources/workspace astro_workspace}
|
|
138
138
|
*/
|
|
139
139
|
export class Workspace extends cdktf.TerraformResource {
|
|
140
140
|
// =================
|
|
@@ -148,7 +148,7 @@ export class Workspace extends cdktf.TerraformResource {
|
|
|
148
148
|
* Generates CDKTF code for importing a Workspace 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 Workspace to import
|
|
151
|
-
* @param importFromId The id of the existing Workspace 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 Workspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/resources/workspace#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 Workspace to import is found
|
|
153
153
|
*/
|
|
154
154
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -158,7 +158,7 @@ export class Workspace extends cdktf.TerraformResource {
|
|
|
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/resources/workspace astro_workspace} 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 Workspace extends cdktf.TerraformResource {
|
|
|
169
169
|
terraformResourceType: 'astro_workspace',
|
|
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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cdktf-providers/astronomer-astro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Prebuilt astronomer/astro Provider for Terraform CDK (cdktf)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"isDeprecated": false,
|
|
46
46
|
"provider": {
|
|
47
47
|
"name": "registry.terraform.io/astronomer/astro",
|
|
48
|
-
"version": "1.0.
|
|
48
|
+
"version": "1.0.10"
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|