@pulumi/gitlab 6.0.0-alpha.1685643149 → 6.0.2
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/package.json +2 -2
- package/package.json.dev +0 -30
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@pulumi/gitlab)
|
|
4
4
|
[](https://pypi.org/project/pulumi-gitlab)
|
|
5
5
|
[](https://badge.fury.io/nu/pulumi.gitlab)
|
|
6
|
-
[](https://pkg.go.dev/github.com/pulumi/pulumi-gitlab/sdk/v6/go)
|
|
7
7
|
[](https://github.com/pulumi/pulumi-gitlab/blob/master/LICENSE)
|
|
8
8
|
|
|
9
9
|
# GitLab provider
|
|
@@ -54,9 +54,9 @@ The following configuration points are available:
|
|
|
54
54
|
|
|
55
55
|
* token (Optional) - This is the GitLab personal access token. It must be provided but can also be sourced via `GITLAB_TOKEN`.
|
|
56
56
|
|
|
57
|
-
*
|
|
57
|
+
* baseUrl (Optional) - This is the target GitLab base API endpoint. Providing a value is a requirement when working with GitLab CE or GitLab Enterprise e.g. https://my.gitlab.server/api/v4/. It is optional to provide this value and it can also be sourced from the GITLAB_BASE_URL environment variable. The value must end with a slash.
|
|
58
58
|
|
|
59
|
-
*
|
|
59
|
+
* cacertFile (Optional) - This is a file containing the ca cert to verify the gitlab instance. This is available for use when working with GitLab CE or Gitlab Enterprise with a locally-issued or self-signed certificate chain.
|
|
60
60
|
|
|
61
61
|
* insecure (Optional) - When set to true this disables SSL verification of the connection to the GitLab instance. Defaults to `false`.
|
|
62
62
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/gitlab",
|
|
3
|
-
"version": "v6.0.
|
|
3
|
+
"version": "v6.0.2",
|
|
4
4
|
"description": "A Pulumi package for creating and managing GitLab resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource gitlab v6.0.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource gitlab v6.0.2"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0",
|
package/package.json.dev
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pulumi/gitlab",
|
|
3
|
-
"version": "v6.0.0-alpha.1685643149+9f77f727",
|
|
4
|
-
"description": "A Pulumi package for creating and managing GitLab resources.",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"pulumi",
|
|
7
|
-
"gitlab"
|
|
8
|
-
],
|
|
9
|
-
"homepage": "https://pulumi.io",
|
|
10
|
-
"repository": "https://github.com/pulumi/pulumi-gitlab",
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource gitlab v6.0.0-alpha.1685643149+9f77f727"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@pulumi/pulumi": "^3.0.0",
|
|
18
|
-
"builtin-modules": "3.0.0",
|
|
19
|
-
"read-package-tree": "^5.2.1",
|
|
20
|
-
"resolve": "^1.7.1"
|
|
21
|
-
},
|
|
22
|
-
"devDependencies": {
|
|
23
|
-
"@types/node": "^10.0.0",
|
|
24
|
-
"typescript": "^4.3.5"
|
|
25
|
-
},
|
|
26
|
-
"pulumi": {
|
|
27
|
-
"resource": true,
|
|
28
|
-
"name": "gitlab"
|
|
29
|
-
}
|
|
30
|
-
}
|