@pulumi/gitlab 4.8.0 → 4.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/applicationSettings.d.ts +2936 -0
- package/applicationSettings.js +543 -0
- package/applicationSettings.js.map +1 -0
- package/branch.d.ts +3 -2
- package/branch.js +1 -1
- package/branch.js.map +1 -1
- package/branchProtection.d.ts +3 -8
- package/branchProtection.js +1 -7
- package/branchProtection.js.map +1 -1
- package/clusterAgent.d.ts +1 -1
- package/clusterAgent.js +1 -1
- package/clusterAgentToken.d.ts +2 -2
- package/clusterAgentToken.js +2 -2
- package/deployKey.d.ts +1 -1
- package/deployKey.js +1 -1
- package/deployKeyEnable.d.ts +1 -1
- package/deployKeyEnable.js +1 -1
- package/deployToken.d.ts +7 -9
- package/deployToken.js +4 -2
- package/deployToken.js.map +1 -1
- package/getBranch.d.ts +43 -1
- package/getBranch.js.map +1 -1
- package/getClusterAgent.d.ts +27 -0
- package/getClusterAgent.js.map +1 -1
- package/getClusterAgents.d.ts +13 -1
- package/getClusterAgents.js.map +1 -1
- package/getCurrentUser.d.ts +27 -0
- package/getGroup.d.ts +54 -0
- package/getGroup.js.map +1 -1
- package/getGroupHook.d.ts +123 -0
- package/getGroupHook.js +28 -0
- package/getGroupHook.js.map +1 -0
- package/getGroupHooks.d.ts +44 -0
- package/getGroupHooks.js +27 -0
- package/getGroupHooks.js.map +1 -0
- package/getGroupMembership.d.ts +31 -1
- package/getGroupMembership.js.map +1 -1
- package/getGroupVariable.d.ts +39 -0
- package/getGroupVariable.js.map +1 -1
- package/getGroupVariables.d.ts +22 -1
- package/getGroupVariables.js.map +1 -1
- package/getInstanceDeployKeys.d.ts +13 -1
- package/getInstanceDeployKeys.js.map +1 -1
- package/getInstanceVariable.d.ts +21 -0
- package/getInstanceVariable.js.map +1 -1
- package/getInstanceVariables.d.ts +4 -1
- package/getInstanceVariables.js.map +1 -1
- package/getProject.d.ts +188 -1
- package/getProject.js.map +1 -1
- package/getProjectHook.d.ts +134 -0
- package/getProjectHook.js +43 -0
- package/getProjectHook.js.map +1 -0
- package/getProjectHooks.d.ts +58 -0
- package/getProjectHooks.js +41 -0
- package/getProjectHooks.js.map +1 -0
- package/getProjectIssue.d.ts +131 -1
- package/getProjectIssue.js.map +1 -1
- package/getProjectIssues.d.ts +238 -1
- package/getProjectIssues.js.map +1 -1
- package/getProjectMembership.d.ts +96 -0
- package/getProjectMembership.js +47 -0
- package/getProjectMembership.js.map +1 -0
- package/getProjectMilestone.d.ts +51 -0
- package/getProjectMilestone.js.map +1 -1
- package/getProjectMilestones.d.ts +58 -1
- package/getProjectMilestones.js.map +1 -1
- package/getProjectProtectedBranch.d.ts +34 -1
- package/getProjectProtectedBranch.js.map +1 -1
- package/getProjectProtectedBranches.d.ts +13 -1
- package/getProjectProtectedBranches.js.map +1 -1
- package/getProjectTag.d.ts +34 -1
- package/getProjectTag.js.map +1 -1
- package/getProjectTags.d.ts +40 -1
- package/getProjectTags.js.map +1 -1
- package/getProjectVariable.d.ts +39 -0
- package/getProjectVariable.js.map +1 -1
- package/getProjectVariables.d.ts +22 -1
- package/getProjectVariables.js.map +1 -1
- package/getProjects.d.ts +193 -1
- package/getProjects.js.map +1 -1
- package/getReleaseLink.d.ts +45 -0
- package/getReleaseLink.js.map +1 -1
- package/getReleaseLinks.d.ts +22 -1
- package/getReleaseLinks.js.map +1 -1
- package/getRepositoryFile.d.ts +54 -0
- package/getRepositoryFile.js.map +1 -1
- package/getRepositoryTree.d.ts +94 -0
- package/getRepositoryTree.js +44 -0
- package/getRepositoryTree.js.map +1 -0
- package/getUser.d.ts +108 -0
- package/getUser.js.map +1 -1
- package/getUsers.d.ts +85 -1
- package/getUsers.js.map +1 -1
- package/group.d.ts +5 -5
- package/group.js +4 -2
- package/group.js.map +1 -1
- package/groupAccessToken.d.ts +7 -12
- package/groupAccessToken.js +4 -2
- package/groupAccessToken.js.map +1 -1
- package/groupBadge.d.ts +5 -5
- package/groupBadge.js +1 -1
- package/groupCluster.d.ts +4 -4
- package/groupCluster.js +4 -2
- package/groupCluster.js.map +1 -1
- package/groupCustomAttribute.d.ts +1 -1
- package/groupCustomAttribute.js +1 -1
- package/groupHook.d.ts +317 -0
- package/groupHook.js +144 -0
- package/groupHook.js.map +1 -0
- package/groupLabel.d.ts +4 -7
- package/groupLabel.js +1 -1
- package/groupLabel.js.map +1 -1
- package/groupLdapLink.d.ts +10 -16
- package/groupLdapLink.js +1 -1
- package/groupLdapLink.js.map +1 -1
- package/groupMembership.d.ts +28 -7
- package/groupMembership.js +5 -1
- package/groupMembership.js.map +1 -1
- package/groupProjectFileTemplate.d.ts +15 -14
- package/groupProjectFileTemplate.js +3 -2
- package/groupProjectFileTemplate.js.map +1 -1
- package/groupSamlLink.d.ts +98 -0
- package/groupSamlLink.js +88 -0
- package/groupSamlLink.js.map +1 -0
- package/groupShareGroup.d.ts +4 -7
- package/groupShareGroup.js +1 -1
- package/groupShareGroup.js.map +1 -1
- package/groupVariable.d.ts +13 -22
- package/groupVariable.js +4 -2
- package/groupVariable.js.map +1 -1
- package/index.d.ts +298 -89
- package/index.js +311 -228
- package/index.js.map +1 -1
- package/instanceCluster.d.ts +4 -4
- package/instanceCluster.js +4 -2
- package/instanceCluster.js.map +1 -1
- package/instanceVariable.d.ts +10 -16
- package/instanceVariable.js +4 -2
- package/instanceVariable.js.map +1 -1
- package/label.d.ts +4 -7
- package/label.js +1 -1
- package/label.js.map +1 -1
- package/managedLicense.d.ts +10 -10
- package/managedLicense.js +1 -1
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/personalAccessToken.d.ts +7 -15
- package/personalAccessToken.js +4 -2
- package/personalAccessToken.js.map +1 -1
- package/pipelineSchedule.d.ts +1 -1
- package/pipelineSchedule.js +1 -1
- package/pipelineScheduleVariable.d.ts +1 -1
- package/pipelineScheduleVariable.js +1 -1
- package/pipelineTrigger.d.ts +1 -1
- package/pipelineTrigger.js +3 -1
- package/pipelineTrigger.js.map +1 -1
- package/project.d.ts +55 -72
- package/project.js +4 -2
- package/project.js.map +1 -1
- package/projectAccessToken.d.ts +10 -13
- package/projectAccessToken.js +4 -2
- package/projectAccessToken.js.map +1 -1
- package/projectApprovalRule.d.ts +4 -7
- package/projectApprovalRule.js +1 -1
- package/projectApprovalRule.js.map +1 -1
- package/projectBadge.d.ts +5 -5
- package/projectBadge.js +1 -1
- package/projectCluster.d.ts +4 -4
- package/projectCluster.js +4 -2
- package/projectCluster.js.map +1 -1
- package/projectCustomAttribute.d.ts +1 -1
- package/projectCustomAttribute.js +1 -1
- package/projectEnvironment.d.ts +3 -5
- package/projectEnvironment.js +1 -1
- package/projectEnvironment.js.map +1 -1
- package/projectFreezePeriod.d.ts +1 -1
- package/projectFreezePeriod.js +1 -1
- package/projectHook.d.ts +18 -2
- package/projectHook.js +9 -3
- package/projectHook.js.map +1 -1
- package/projectIssue.d.ts +28 -39
- package/projectIssue.js +1 -1
- package/projectIssue.js.map +1 -1
- package/projectIssueBoard.d.ts +189 -0
- package/projectIssueBoard.js +131 -0
- package/projectIssueBoard.js.map +1 -0
- package/projectLevelMrApprovals.d.ts +5 -8
- package/projectLevelMrApprovals.js +2 -2
- package/projectLevelMrApprovals.js.map +1 -1
- package/projectMembership.d.ts +4 -7
- package/projectMembership.js +1 -1
- package/projectMembership.js.map +1 -1
- package/projectMilestone.d.ts +1 -1
- package/projectMilestone.js +1 -1
- package/projectMirror.d.ts +1 -1
- package/projectMirror.js +4 -2
- package/projectMirror.js.map +1 -1
- package/projectProtectedEnvironment.d.ts +9 -2
- package/projectProtectedEnvironment.js +7 -1
- package/projectProtectedEnvironment.js.map +1 -1
- package/projectRunnerEnablement.d.ts +1 -1
- package/projectRunnerEnablement.js +1 -1
- package/projectShareGroup.d.ts +7 -13
- package/projectShareGroup.js +1 -1
- package/projectShareGroup.js.map +1 -1
- package/projectTag.d.ts +4 -3
- package/projectTag.js +2 -2
- package/projectTag.js.map +1 -1
- package/projectVariable.d.ts +13 -22
- package/projectVariable.js +4 -2
- package/projectVariable.js.map +1 -1
- package/releaseLink.d.ts +6 -11
- package/releaseLink.js +1 -1
- package/releaseLink.js.map +1 -1
- package/repositoryFile.d.ts +4 -7
- package/repositoryFile.js +1 -1
- package/repositoryFile.js.map +1 -1
- package/runner.d.ts +8 -8
- package/runner.js +4 -2
- package/runner.js.map +1 -1
- package/serviceExternalWiki.d.ts +3 -5
- package/serviceExternalWiki.js +1 -1
- package/serviceExternalWiki.js.map +1 -1
- package/serviceGithub.d.ts +4 -7
- package/serviceGithub.js +4 -2
- package/serviceGithub.js.map +1 -1
- package/serviceJira.d.ts +7 -13
- package/serviceJira.js +4 -2
- package/serviceJira.js.map +1 -1
- package/serviceMicrosoftTeams.d.ts +4 -7
- package/serviceMicrosoftTeams.js +1 -1
- package/serviceMicrosoftTeams.js.map +1 -1
- package/servicePipelinesEmail.d.ts +4 -7
- package/servicePipelinesEmail.js +1 -1
- package/servicePipelinesEmail.js.map +1 -1
- package/serviceSlack.d.ts +9 -11
- package/serviceSlack.js +1 -1
- package/serviceSlack.js.map +1 -1
- package/systemHook.d.ts +5 -8
- package/systemHook.js +5 -3
- package/systemHook.js.map +1 -1
- package/tagProtection.d.ts +1 -1
- package/tagProtection.js +1 -1
- package/topic.d.ts +5 -8
- package/topic.js +2 -2
- package/topic.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +137 -0
- package/types/output.d.ts +321 -1
- package/user.d.ts +11 -14
- package/user.js +5 -3
- package/user.js.map +1 -1
- package/userCustomAttribute.d.ts +1 -1
- package/userCustomAttribute.js +1 -1
- package/userGpgKey.d.ts +119 -0
- package/userGpgKey.js +101 -0
- package/userGpgKey.js.map +1 -0
- package/userSshKey.d.ts +4 -7
- package/userSshKey.js +1 -1
- package/userSshKey.js.map +1 -1
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
package/groupMembership.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
22
|
*
|
|
23
23
|
* ## Import
|
|
24
24
|
*
|
|
25
|
-
*
|
|
25
|
+
* GitLab group membership can be imported using an id made up of `group_id:user_id`, e.g.
|
|
26
26
|
*
|
|
27
27
|
* ```sh
|
|
28
28
|
* $ pulumi import gitlab:index/groupMembership:GroupMembership test "12345:1337"
|
|
@@ -45,8 +45,7 @@ export declare class GroupMembership extends pulumi.CustomResource {
|
|
|
45
45
|
*/
|
|
46
46
|
static isInstance(obj: any): obj is GroupMembership;
|
|
47
47
|
/**
|
|
48
|
-
* Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`,
|
|
49
|
-
* `owner`, `master`.
|
|
48
|
+
* Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`.
|
|
50
49
|
*/
|
|
51
50
|
readonly accessLevel: pulumi.Output<string>;
|
|
52
51
|
/**
|
|
@@ -57,6 +56,14 @@ export declare class GroupMembership extends pulumi.CustomResource {
|
|
|
57
56
|
* The id of the group.
|
|
58
57
|
*/
|
|
59
58
|
readonly groupId: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. Only used during a destroy.
|
|
61
|
+
*/
|
|
62
|
+
readonly skipSubresourcesOnDestroy: pulumi.Output<boolean | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. Only used during a destroy.
|
|
65
|
+
*/
|
|
66
|
+
readonly unassignIssuablesOnDestroy: pulumi.Output<boolean | undefined>;
|
|
60
67
|
/**
|
|
61
68
|
* The id of the user.
|
|
62
69
|
*/
|
|
@@ -75,8 +82,7 @@ export declare class GroupMembership extends pulumi.CustomResource {
|
|
|
75
82
|
*/
|
|
76
83
|
export interface GroupMembershipState {
|
|
77
84
|
/**
|
|
78
|
-
* Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`,
|
|
79
|
-
* `owner`, `master`.
|
|
85
|
+
* Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`.
|
|
80
86
|
*/
|
|
81
87
|
accessLevel?: pulumi.Input<string>;
|
|
82
88
|
/**
|
|
@@ -87,6 +93,14 @@ export interface GroupMembershipState {
|
|
|
87
93
|
* The id of the group.
|
|
88
94
|
*/
|
|
89
95
|
groupId?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. Only used during a destroy.
|
|
98
|
+
*/
|
|
99
|
+
skipSubresourcesOnDestroy?: pulumi.Input<boolean>;
|
|
100
|
+
/**
|
|
101
|
+
* Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. Only used during a destroy.
|
|
102
|
+
*/
|
|
103
|
+
unassignIssuablesOnDestroy?: pulumi.Input<boolean>;
|
|
90
104
|
/**
|
|
91
105
|
* The id of the user.
|
|
92
106
|
*/
|
|
@@ -97,8 +111,7 @@ export interface GroupMembershipState {
|
|
|
97
111
|
*/
|
|
98
112
|
export interface GroupMembershipArgs {
|
|
99
113
|
/**
|
|
100
|
-
* Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`,
|
|
101
|
-
* `owner`, `master`.
|
|
114
|
+
* Access level for the member. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`.
|
|
102
115
|
*/
|
|
103
116
|
accessLevel: pulumi.Input<string>;
|
|
104
117
|
/**
|
|
@@ -109,6 +122,14 @@ export interface GroupMembershipArgs {
|
|
|
109
122
|
* The id of the group.
|
|
110
123
|
*/
|
|
111
124
|
groupId: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* Whether the deletion of direct memberships of the removed member in subgroups and projects should be skipped. Only used during a destroy.
|
|
127
|
+
*/
|
|
128
|
+
skipSubresourcesOnDestroy?: pulumi.Input<boolean>;
|
|
129
|
+
/**
|
|
130
|
+
* Whether the removed member should be unassigned from any issues or merge requests inside a given group or project. Only used during a destroy.
|
|
131
|
+
*/
|
|
132
|
+
unassignIssuablesOnDestroy?: pulumi.Input<boolean>;
|
|
112
133
|
/**
|
|
113
134
|
* The id of the user.
|
|
114
135
|
*/
|
package/groupMembership.js
CHANGED
|
@@ -28,7 +28,7 @@ const utilities = require("./utilities");
|
|
|
28
28
|
*
|
|
29
29
|
* ## Import
|
|
30
30
|
*
|
|
31
|
-
*
|
|
31
|
+
* GitLab group membership can be imported using an id made up of `group_id:user_id`, e.g.
|
|
32
32
|
*
|
|
33
33
|
* ```sh
|
|
34
34
|
* $ pulumi import gitlab:index/groupMembership:GroupMembership test "12345:1337"
|
|
@@ -43,6 +43,8 @@ class GroupMembership extends pulumi.CustomResource {
|
|
|
43
43
|
resourceInputs["accessLevel"] = state ? state.accessLevel : undefined;
|
|
44
44
|
resourceInputs["expiresAt"] = state ? state.expiresAt : undefined;
|
|
45
45
|
resourceInputs["groupId"] = state ? state.groupId : undefined;
|
|
46
|
+
resourceInputs["skipSubresourcesOnDestroy"] = state ? state.skipSubresourcesOnDestroy : undefined;
|
|
47
|
+
resourceInputs["unassignIssuablesOnDestroy"] = state ? state.unassignIssuablesOnDestroy : undefined;
|
|
46
48
|
resourceInputs["userId"] = state ? state.userId : undefined;
|
|
47
49
|
}
|
|
48
50
|
else {
|
|
@@ -59,6 +61,8 @@ class GroupMembership extends pulumi.CustomResource {
|
|
|
59
61
|
resourceInputs["accessLevel"] = args ? args.accessLevel : undefined;
|
|
60
62
|
resourceInputs["expiresAt"] = args ? args.expiresAt : undefined;
|
|
61
63
|
resourceInputs["groupId"] = args ? args.groupId : undefined;
|
|
64
|
+
resourceInputs["skipSubresourcesOnDestroy"] = args ? args.skipSubresourcesOnDestroy : undefined;
|
|
65
|
+
resourceInputs["unassignIssuablesOnDestroy"] = args ? args.unassignIssuablesOnDestroy : undefined;
|
|
62
66
|
resourceInputs["userId"] = args ? args.userId : undefined;
|
|
63
67
|
}
|
|
64
68
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/groupMembership.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupMembership.js","sourceRoot":"","sources":["../groupMembership.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"groupMembership.js","sourceRoot":"","sources":["../groupMembership.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* The `gitlab.GroupProjectFileTemplate` resource allows setting a project from which
|
|
4
|
-
* custom file templates will be loaded.
|
|
4
|
+
* custom file templates will be loaded. In order to use this resource, the project selected must be a direct child of
|
|
5
|
+
* the group selected. After the resource has run, `gitlab_project_template.template_project_id` is available for use.
|
|
5
6
|
* For more information about which file types are available as templates, view
|
|
6
|
-
* [GitLab's documentation](https://docs.gitlab.com/ee/user/
|
|
7
|
+
* [GitLab's documentation](https://docs.gitlab.com/ee/user/group/custom_project_templates.html)
|
|
7
8
|
*
|
|
8
9
|
* > This resource requires a GitLab Enterprise instance with a Premium license.
|
|
9
10
|
*
|
|
@@ -26,13 +27,13 @@ export declare class GroupProjectFileTemplate extends pulumi.CustomResource {
|
|
|
26
27
|
*/
|
|
27
28
|
static isInstance(obj: any): obj is GroupProjectFileTemplate;
|
|
28
29
|
/**
|
|
29
|
-
* The ID of the project that will be used for file templates. This project must be the direct
|
|
30
|
-
* by the group_id
|
|
30
|
+
* The ID of the project that will be used for file templates. This project must be the direct
|
|
31
|
+
* child of the project defined by the group_id
|
|
31
32
|
*/
|
|
32
33
|
readonly fileTemplateProjectId: pulumi.Output<number>;
|
|
33
34
|
/**
|
|
34
|
-
* The ID of the group that will use the file template project. This group must be the direct
|
|
35
|
-
* by project_id
|
|
35
|
+
* The ID of the group that will use the file template project. This group must be the direct
|
|
36
|
+
* parent of the project defined by project_id
|
|
36
37
|
*/
|
|
37
38
|
readonly groupId: pulumi.Output<number>;
|
|
38
39
|
/**
|
|
@@ -49,13 +50,13 @@ export declare class GroupProjectFileTemplate extends pulumi.CustomResource {
|
|
|
49
50
|
*/
|
|
50
51
|
export interface GroupProjectFileTemplateState {
|
|
51
52
|
/**
|
|
52
|
-
* The ID of the project that will be used for file templates. This project must be the direct
|
|
53
|
-
* by the group_id
|
|
53
|
+
* The ID of the project that will be used for file templates. This project must be the direct
|
|
54
|
+
* child of the project defined by the group_id
|
|
54
55
|
*/
|
|
55
56
|
fileTemplateProjectId?: pulumi.Input<number>;
|
|
56
57
|
/**
|
|
57
|
-
* The ID of the group that will use the file template project. This group must be the direct
|
|
58
|
-
* by project_id
|
|
58
|
+
* The ID of the group that will use the file template project. This group must be the direct
|
|
59
|
+
* parent of the project defined by project_id
|
|
59
60
|
*/
|
|
60
61
|
groupId?: pulumi.Input<number>;
|
|
61
62
|
}
|
|
@@ -64,13 +65,13 @@ export interface GroupProjectFileTemplateState {
|
|
|
64
65
|
*/
|
|
65
66
|
export interface GroupProjectFileTemplateArgs {
|
|
66
67
|
/**
|
|
67
|
-
* The ID of the project that will be used for file templates. This project must be the direct
|
|
68
|
-
* by the group_id
|
|
68
|
+
* The ID of the project that will be used for file templates. This project must be the direct
|
|
69
|
+
* child of the project defined by the group_id
|
|
69
70
|
*/
|
|
70
71
|
fileTemplateProjectId: pulumi.Input<number>;
|
|
71
72
|
/**
|
|
72
|
-
* The ID of the group that will use the file template project. This group must be the direct
|
|
73
|
-
* by project_id
|
|
73
|
+
* The ID of the group that will use the file template project. This group must be the direct
|
|
74
|
+
* parent of the project defined by project_id
|
|
74
75
|
*/
|
|
75
76
|
groupId: pulumi.Input<number>;
|
|
76
77
|
}
|
|
@@ -7,9 +7,10 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* The `gitlab.GroupProjectFileTemplate` resource allows setting a project from which
|
|
10
|
-
* custom file templates will be loaded.
|
|
10
|
+
* custom file templates will be loaded. In order to use this resource, the project selected must be a direct child of
|
|
11
|
+
* the group selected. After the resource has run, `gitlab_project_template.template_project_id` is available for use.
|
|
11
12
|
* For more information about which file types are available as templates, view
|
|
12
|
-
* [GitLab's documentation](https://docs.gitlab.com/ee/user/
|
|
13
|
+
* [GitLab's documentation](https://docs.gitlab.com/ee/user/group/custom_project_templates.html)
|
|
13
14
|
*
|
|
14
15
|
* > This resource requires a GitLab Enterprise instance with a Premium license.
|
|
15
16
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupProjectFileTemplate.js","sourceRoot":"","sources":["../groupProjectFileTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"groupProjectFileTemplate.js","sourceRoot":"","sources":["../groupProjectFileTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,MAAa,wBAAyB,SAAQ,MAAM,CAAC,cAAc;IA+C/D,YAAY,IAAY,EAAE,WAA0E,EAAE,IAAmC;QACrI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwD,CAAC;YACvE,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAuD,CAAC;YACrE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,qBAAqB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClE,MAAM,IAAI,KAAK,CAAC,mDAAmD,CAAC,CAAC;aACxE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,wBAAwB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7E,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqC,EAAE,IAAmC;QACnI,OAAO,IAAI,wBAAwB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,wBAAwB,CAAC,YAAY,CAAC;IACzE,CAAC;;AA1BL,4DAoEC;AAtDG,gBAAgB;AACO,qCAAY,GAAG,gEAAgE,CAAC"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The `gitlab.GroupSamlLink` resource allows to manage the lifecycle of an SAML integration with a group.
|
|
4
|
+
*
|
|
5
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/groups.html#saml-group-links)
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
12
|
+
*
|
|
13
|
+
* const test = new gitlab.GroupSamlLink("test", {
|
|
14
|
+
* accessLevel: "developer",
|
|
15
|
+
* groupId: "12345",
|
|
16
|
+
* samlGroupName: "samlgroupname1",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* GitLab group saml links can be imported using an id made up of `group_id:saml_group_name`, e.g.
|
|
23
|
+
*
|
|
24
|
+
* ```sh
|
|
25
|
+
* $ pulumi import gitlab:index/groupSamlLink:GroupSamlLink test "12345:samlgroupname1"
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare class GroupSamlLink extends pulumi.CustomResource {
|
|
29
|
+
/**
|
|
30
|
+
* Get an existing GroupSamlLink resource's state with the given name, ID, and optional extra
|
|
31
|
+
* properties used to qualify the lookup.
|
|
32
|
+
*
|
|
33
|
+
* @param name The _unique_ name of the resulting resource.
|
|
34
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
35
|
+
* @param state Any extra arguments used during the lookup.
|
|
36
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
37
|
+
*/
|
|
38
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: GroupSamlLinkState, opts?: pulumi.CustomResourceOptions): GroupSamlLink;
|
|
39
|
+
/**
|
|
40
|
+
* Returns true if the given object is an instance of GroupSamlLink. This is designed to work even
|
|
41
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
42
|
+
*/
|
|
43
|
+
static isInstance(obj: any): obj is GroupSamlLink;
|
|
44
|
+
/**
|
|
45
|
+
* Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
|
|
46
|
+
*/
|
|
47
|
+
readonly accessLevel: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* The ID or path of the group to add the SAML Group Link to.
|
|
50
|
+
*/
|
|
51
|
+
readonly group: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the SAML group.
|
|
54
|
+
*/
|
|
55
|
+
readonly samlGroupName: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* Create a GroupSamlLink resource with the given unique name, arguments, and options.
|
|
58
|
+
*
|
|
59
|
+
* @param name The _unique_ name of the resource.
|
|
60
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
61
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
62
|
+
*/
|
|
63
|
+
constructor(name: string, args: GroupSamlLinkArgs, opts?: pulumi.CustomResourceOptions);
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Input properties used for looking up and filtering GroupSamlLink resources.
|
|
67
|
+
*/
|
|
68
|
+
export interface GroupSamlLinkState {
|
|
69
|
+
/**
|
|
70
|
+
* Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
|
|
71
|
+
*/
|
|
72
|
+
accessLevel?: pulumi.Input<string>;
|
|
73
|
+
/**
|
|
74
|
+
* The ID or path of the group to add the SAML Group Link to.
|
|
75
|
+
*/
|
|
76
|
+
group?: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The name of the SAML group.
|
|
79
|
+
*/
|
|
80
|
+
samlGroupName?: pulumi.Input<string>;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* The set of arguments for constructing a GroupSamlLink resource.
|
|
84
|
+
*/
|
|
85
|
+
export interface GroupSamlLinkArgs {
|
|
86
|
+
/**
|
|
87
|
+
* Access level for members of the SAML group. Valid values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
|
|
88
|
+
*/
|
|
89
|
+
accessLevel: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* The ID or path of the group to add the SAML Group Link to.
|
|
92
|
+
*/
|
|
93
|
+
group: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The name of the SAML group.
|
|
96
|
+
*/
|
|
97
|
+
samlGroupName: pulumi.Input<string>;
|
|
98
|
+
}
|
package/groupSamlLink.js
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.GroupSamlLink = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The `gitlab.GroupSamlLink` resource allows to manage the lifecycle of an SAML integration with a group.
|
|
10
|
+
*
|
|
11
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/groups.html#saml-group-links)
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
18
|
+
*
|
|
19
|
+
* const test = new gitlab.GroupSamlLink("test", {
|
|
20
|
+
* accessLevel: "developer",
|
|
21
|
+
* groupId: "12345",
|
|
22
|
+
* samlGroupName: "samlgroupname1",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* GitLab group saml links can be imported using an id made up of `group_id:saml_group_name`, e.g.
|
|
29
|
+
*
|
|
30
|
+
* ```sh
|
|
31
|
+
* $ pulumi import gitlab:index/groupSamlLink:GroupSamlLink test "12345:samlgroupname1"
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
class GroupSamlLink extends pulumi.CustomResource {
|
|
35
|
+
constructor(name, argsOrState, opts) {
|
|
36
|
+
let resourceInputs = {};
|
|
37
|
+
opts = opts || {};
|
|
38
|
+
if (opts.id) {
|
|
39
|
+
const state = argsOrState;
|
|
40
|
+
resourceInputs["accessLevel"] = state ? state.accessLevel : undefined;
|
|
41
|
+
resourceInputs["group"] = state ? state.group : undefined;
|
|
42
|
+
resourceInputs["samlGroupName"] = state ? state.samlGroupName : undefined;
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
const args = argsOrState;
|
|
46
|
+
if ((!args || args.accessLevel === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'accessLevel'");
|
|
48
|
+
}
|
|
49
|
+
if ((!args || args.group === undefined) && !opts.urn) {
|
|
50
|
+
throw new Error("Missing required property 'group'");
|
|
51
|
+
}
|
|
52
|
+
if ((!args || args.samlGroupName === undefined) && !opts.urn) {
|
|
53
|
+
throw new Error("Missing required property 'samlGroupName'");
|
|
54
|
+
}
|
|
55
|
+
resourceInputs["accessLevel"] = args ? args.accessLevel : undefined;
|
|
56
|
+
resourceInputs["group"] = args ? args.group : undefined;
|
|
57
|
+
resourceInputs["samlGroupName"] = args ? args.samlGroupName : undefined;
|
|
58
|
+
}
|
|
59
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
60
|
+
super(GroupSamlLink.__pulumiType, name, resourceInputs, opts);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Get an existing GroupSamlLink resource's state with the given name, ID, and optional extra
|
|
64
|
+
* properties used to qualify the lookup.
|
|
65
|
+
*
|
|
66
|
+
* @param name The _unique_ name of the resulting resource.
|
|
67
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
68
|
+
* @param state Any extra arguments used during the lookup.
|
|
69
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
70
|
+
*/
|
|
71
|
+
static get(name, id, state, opts) {
|
|
72
|
+
return new GroupSamlLink(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Returns true if the given object is an instance of GroupSamlLink. This is designed to work even
|
|
76
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
77
|
+
*/
|
|
78
|
+
static isInstance(obj) {
|
|
79
|
+
if (obj === undefined || obj === null) {
|
|
80
|
+
return false;
|
|
81
|
+
}
|
|
82
|
+
return obj['__pulumiType'] === GroupSamlLink.__pulumiType;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
exports.GroupSamlLink = GroupSamlLink;
|
|
86
|
+
/** @internal */
|
|
87
|
+
GroupSamlLink.__pulumiType = 'gitlab:index/groupSamlLink:GroupSamlLink';
|
|
88
|
+
//# sourceMappingURL=groupSamlLink.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groupSamlLink.js","sourceRoot":"","sources":["../groupSamlLink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IAiDpD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;IAzED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;;AA1BL,sCA2EC;AA7DG,gBAAgB;AACO,0BAAY,GAAG,0CAA0C,CAAC"}
|
package/groupShareGroup.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
20
20
|
*
|
|
21
21
|
* ## Import
|
|
22
22
|
*
|
|
23
|
-
*
|
|
23
|
+
* GitLab group shares can be imported using an id made up of `mainGroupId:shareGroupId`, e.g.
|
|
24
24
|
*
|
|
25
25
|
* ```sh
|
|
26
26
|
* $ pulumi import gitlab:index/groupShareGroup:GroupShareGroup test 12345:1337
|
|
@@ -47,8 +47,7 @@ export declare class GroupShareGroup extends pulumi.CustomResource {
|
|
|
47
47
|
*/
|
|
48
48
|
readonly expiresAt: pulumi.Output<string | undefined>;
|
|
49
49
|
/**
|
|
50
|
-
* The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`,
|
|
51
|
-
* `maintainer`, `owner`, `master`
|
|
50
|
+
* The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`
|
|
52
51
|
*/
|
|
53
52
|
readonly groupAccess: pulumi.Output<string>;
|
|
54
53
|
/**
|
|
@@ -77,8 +76,7 @@ export interface GroupShareGroupState {
|
|
|
77
76
|
*/
|
|
78
77
|
expiresAt?: pulumi.Input<string>;
|
|
79
78
|
/**
|
|
80
|
-
* The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`,
|
|
81
|
-
* `maintainer`, `owner`, `master`
|
|
79
|
+
* The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`
|
|
82
80
|
*/
|
|
83
81
|
groupAccess?: pulumi.Input<string>;
|
|
84
82
|
/**
|
|
@@ -99,8 +97,7 @@ export interface GroupShareGroupArgs {
|
|
|
99
97
|
*/
|
|
100
98
|
expiresAt?: pulumi.Input<string>;
|
|
101
99
|
/**
|
|
102
|
-
* The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`,
|
|
103
|
-
* `maintainer`, `owner`, `master`
|
|
100
|
+
* The access level to grant the group. Valid values are: `no one`, `minimal`, `guest`, `reporter`, `developer`, `maintainer`, `owner`, `master`
|
|
104
101
|
*/
|
|
105
102
|
groupAccess: pulumi.Input<string>;
|
|
106
103
|
/**
|
package/groupShareGroup.js
CHANGED
|
@@ -26,7 +26,7 @@ const utilities = require("./utilities");
|
|
|
26
26
|
*
|
|
27
27
|
* ## Import
|
|
28
28
|
*
|
|
29
|
-
*
|
|
29
|
+
* GitLab group shares can be imported using an id made up of `mainGroupId:shareGroupId`, e.g.
|
|
30
30
|
*
|
|
31
31
|
* ```sh
|
|
32
32
|
* $ pulumi import gitlab:index/groupShareGroup:GroupShareGroup test 12345:1337
|
package/groupShareGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupShareGroup.js","sourceRoot":"","sources":["../groupShareGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"groupShareGroup.js","sourceRoot":"","sources":["../groupShareGroup.ts"],"names":[],"mappings":"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"}
|
package/groupVariable.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
22
|
*
|
|
23
23
|
* ## Import
|
|
24
24
|
*
|
|
25
|
-
*
|
|
25
|
+
* GitLab group variables can be imported using an id made up of `groupid:variablename:scope`, e.g.
|
|
26
26
|
*
|
|
27
27
|
* ```sh
|
|
28
28
|
* $ pulumi import gitlab:index/groupVariable:GroupVariable example 12345:group_variable_key:*
|
|
@@ -45,8 +45,7 @@ export declare class GroupVariable extends pulumi.CustomResource {
|
|
|
45
45
|
*/
|
|
46
46
|
static isInstance(obj: any): obj is GroupVariable;
|
|
47
47
|
/**
|
|
48
|
-
* The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab,
|
|
49
|
-
* values other than `*` will cause inconsistent plans.
|
|
48
|
+
* The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
|
|
50
49
|
*/
|
|
51
50
|
readonly environmentScope: pulumi.Output<string | undefined>;
|
|
52
51
|
/**
|
|
@@ -58,13 +57,11 @@ export declare class GroupVariable extends pulumi.CustomResource {
|
|
|
58
57
|
*/
|
|
59
58
|
readonly key: pulumi.Output<string>;
|
|
60
59
|
/**
|
|
61
|
-
* If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking
|
|
62
|
-
* requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
|
|
60
|
+
* If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
|
|
63
61
|
*/
|
|
64
62
|
readonly masked: pulumi.Output<boolean | undefined>;
|
|
65
63
|
/**
|
|
66
|
-
* If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to
|
|
67
|
-
* `false`.
|
|
64
|
+
* If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
|
|
68
65
|
*/
|
|
69
66
|
readonly protected: pulumi.Output<boolean | undefined>;
|
|
70
67
|
/**
|
|
@@ -72,7 +69,7 @@ export declare class GroupVariable extends pulumi.CustomResource {
|
|
|
72
69
|
*/
|
|
73
70
|
readonly value: pulumi.Output<string>;
|
|
74
71
|
/**
|
|
75
|
-
* The type of a variable. Valid values are: `
|
|
72
|
+
* The type of a variable. Valid values are: `envVar`, `file`. Default is `envVar`.
|
|
76
73
|
*/
|
|
77
74
|
readonly variableType: pulumi.Output<string | undefined>;
|
|
78
75
|
/**
|
|
@@ -89,8 +86,7 @@ export declare class GroupVariable extends pulumi.CustomResource {
|
|
|
89
86
|
*/
|
|
90
87
|
export interface GroupVariableState {
|
|
91
88
|
/**
|
|
92
|
-
* The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab,
|
|
93
|
-
* values other than `*` will cause inconsistent plans.
|
|
89
|
+
* The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
|
|
94
90
|
*/
|
|
95
91
|
environmentScope?: pulumi.Input<string>;
|
|
96
92
|
/**
|
|
@@ -102,13 +98,11 @@ export interface GroupVariableState {
|
|
|
102
98
|
*/
|
|
103
99
|
key?: pulumi.Input<string>;
|
|
104
100
|
/**
|
|
105
|
-
* If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking
|
|
106
|
-
* requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
|
|
101
|
+
* If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
|
|
107
102
|
*/
|
|
108
103
|
masked?: pulumi.Input<boolean>;
|
|
109
104
|
/**
|
|
110
|
-
* If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to
|
|
111
|
-
* `false`.
|
|
105
|
+
* If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
|
|
112
106
|
*/
|
|
113
107
|
protected?: pulumi.Input<boolean>;
|
|
114
108
|
/**
|
|
@@ -116,7 +110,7 @@ export interface GroupVariableState {
|
|
|
116
110
|
*/
|
|
117
111
|
value?: pulumi.Input<string>;
|
|
118
112
|
/**
|
|
119
|
-
* The type of a variable. Valid values are: `
|
|
113
|
+
* The type of a variable. Valid values are: `envVar`, `file`. Default is `envVar`.
|
|
120
114
|
*/
|
|
121
115
|
variableType?: pulumi.Input<string>;
|
|
122
116
|
}
|
|
@@ -125,8 +119,7 @@ export interface GroupVariableState {
|
|
|
125
119
|
*/
|
|
126
120
|
export interface GroupVariableArgs {
|
|
127
121
|
/**
|
|
128
|
-
* The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab,
|
|
129
|
-
* values other than `*` will cause inconsistent plans.
|
|
122
|
+
* The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
|
|
130
123
|
*/
|
|
131
124
|
environmentScope?: pulumi.Input<string>;
|
|
132
125
|
/**
|
|
@@ -138,13 +131,11 @@ export interface GroupVariableArgs {
|
|
|
138
131
|
*/
|
|
139
132
|
key: pulumi.Input<string>;
|
|
140
133
|
/**
|
|
141
|
-
* If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking
|
|
142
|
-
* requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
|
|
134
|
+
* If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
|
|
143
135
|
*/
|
|
144
136
|
masked?: pulumi.Input<boolean>;
|
|
145
137
|
/**
|
|
146
|
-
* If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to
|
|
147
|
-
* `false`.
|
|
138
|
+
* If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
|
|
148
139
|
*/
|
|
149
140
|
protected?: pulumi.Input<boolean>;
|
|
150
141
|
/**
|
|
@@ -152,7 +143,7 @@ export interface GroupVariableArgs {
|
|
|
152
143
|
*/
|
|
153
144
|
value: pulumi.Input<string>;
|
|
154
145
|
/**
|
|
155
|
-
* The type of a variable. Valid values are: `
|
|
146
|
+
* The type of a variable. Valid values are: `envVar`, `file`. Default is `envVar`.
|
|
156
147
|
*/
|
|
157
148
|
variableType?: pulumi.Input<string>;
|
|
158
149
|
}
|
package/groupVariable.js
CHANGED
|
@@ -28,7 +28,7 @@ const utilities = require("./utilities");
|
|
|
28
28
|
*
|
|
29
29
|
* ## Import
|
|
30
30
|
*
|
|
31
|
-
*
|
|
31
|
+
* GitLab group variables can be imported using an id made up of `groupid:variablename:scope`, e.g.
|
|
32
32
|
*
|
|
33
33
|
* ```sh
|
|
34
34
|
* $ pulumi import gitlab:index/groupVariable:GroupVariable example 12345:group_variable_key:*
|
|
@@ -64,10 +64,12 @@ class GroupVariable extends pulumi.CustomResource {
|
|
|
64
64
|
resourceInputs["key"] = args ? args.key : undefined;
|
|
65
65
|
resourceInputs["masked"] = args ? args.masked : undefined;
|
|
66
66
|
resourceInputs["protected"] = args ? args.protected : undefined;
|
|
67
|
-
resourceInputs["value"] = args ? args.value : undefined;
|
|
67
|
+
resourceInputs["value"] = (args === null || args === void 0 ? void 0 : args.value) ? pulumi.secret(args.value) : undefined;
|
|
68
68
|
resourceInputs["variableType"] = args ? args.variableType : undefined;
|
|
69
69
|
}
|
|
70
70
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
71
|
+
const secretOpts = { additionalSecretOutputs: ["value"] };
|
|
72
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
71
73
|
super(GroupVariable.__pulumiType, name, resourceInputs, opts);
|
|
72
74
|
}
|
|
73
75
|
/**
|
package/groupVariable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupVariable.js","sourceRoot":"","sources":["../groupVariable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"groupVariable.js","sourceRoot":"","sources":["../groupVariable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IAiEpD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,KAAK,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;QAC1D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;IAnGD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;;AA1BL,sCAqGC;AAvFG,gBAAgB;AACO,0BAAY,GAAG,0CAA0C,CAAC"}
|