@pulumi/gitlab 9.12.0-alpha.1779951889 → 9.12.0-alpha.1780007192
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 +1 -1
- package/applicationSettings.js +1 -1
- package/branch.d.ts +1 -1
- package/branch.js +1 -1
- package/package.json +2 -2
package/applicationSettings.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import * as outputs from "./types/output";
|
|
|
10
10
|
*
|
|
11
11
|
* > All `gitlab.ApplicationSettings` use the same ID `gitlab`.
|
|
12
12
|
*
|
|
13
|
-
*
|
|
13
|
+
* > This resource does not implement any destroy logic, it's a no-op at this point.
|
|
14
14
|
* It's also not possible to revert to the previous settings.
|
|
15
15
|
*
|
|
16
16
|
* > Requires at administrative privileges on GitLab.
|
package/applicationSettings.js
CHANGED
|
@@ -37,7 +37,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
37
37
|
*
|
|
38
38
|
* > All `gitlab.ApplicationSettings` use the same ID `gitlab`.
|
|
39
39
|
*
|
|
40
|
-
*
|
|
40
|
+
* > This resource does not implement any destroy logic, it's a no-op at this point.
|
|
41
41
|
* It's also not possible to revert to the previous settings.
|
|
42
42
|
*
|
|
43
43
|
* > Requires at administrative privileges on GitLab.
|
package/branch.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* The `gitlab.Branch` resource manages the lifecycle of a repository branch.
|
|
6
6
|
*
|
|
7
|
-
*
|
|
7
|
+
* > The `ref` attribute is only set in state on resource creation. Imports or divergent branches can lead Terraform to destroy and recreate the resource. Use the lifecycle meta-argument to ignore changes to avoid this behavior.
|
|
8
8
|
*
|
|
9
9
|
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/branches/)
|
|
10
10
|
*
|
package/branch.js
CHANGED
|
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
31
31
|
/**
|
|
32
32
|
* The `gitlab.Branch` resource manages the lifecycle of a repository branch.
|
|
33
33
|
*
|
|
34
|
-
*
|
|
34
|
+
* > The `ref` attribute is only set in state on resource creation. Imports or divergent branches can lead Terraform to destroy and recreate the resource. Use the lifecycle meta-argument to ignore changes to avoid this behavior.
|
|
35
35
|
*
|
|
36
36
|
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/branches/)
|
|
37
37
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/gitlab",
|
|
3
|
-
"version": "9.12.0-alpha.
|
|
3
|
+
"version": "9.12.0-alpha.1780007192",
|
|
4
4
|
"description": "A Pulumi package for creating and managing GitLab resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"pulumi": {
|
|
23
23
|
"resource": true,
|
|
24
24
|
"name": "gitlab",
|
|
25
|
-
"version": "9.12.0-alpha.
|
|
25
|
+
"version": "9.12.0-alpha.1780007192"
|
|
26
26
|
}
|
|
27
27
|
}
|