You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
## 18.4.0 (2025-09-18)
2
+
3
+
### FEATURES (2 changes)
4
+
5
+
- resource/gitlab_group_level_mr_approvals: [Add group level merge request approvals resource](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/commit/4b8e3977ea9caaef1346ffc63f2a2da2bffadd49) by @heidi.berry ([merge request](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/2588))
6
+
- resource/gitlab_project_external_status_check: [Add new resource for project external status checks](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/commit/72fd42ed6093b3a87d1ed22d3d30d34f2194ef43) by @mness ([merge request](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/2633))
7
+
8
+
### IMPROVEMENTS (1 change)
9
+
10
+
- resource/gitlab_project_hook: [Update docs to indicate which version of GitLab is required to use custom headers](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/commit/d61ae3b605a28b3535f2d28527e79941b62500e9) by @heidi.berry ([merge request](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/2663))
11
+
12
+
### BUG FIXES (2 changes)
13
+
14
+
- resource/gitlab_group_service_account: [Wait for group service account users to be deleted during destroy](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/commit/5bccb8f83e4e2994af9e19812428c756ca577da8) by @heidi.berry ([merge request](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/2649))
15
+
- resource/gitlab_group_share_group: [Add feature flag information for using custom roles](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/commit/70e1ed298d0f28430bb3d9138f2d49282fcd9b9e) by @heidi.berry ([merge request](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/merge_requests/2667))
Copy file name to clipboardExpand all lines: docs/data-sources/current_user.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,5 +31,5 @@ data "gitlab_current_user" "example" {}
31
31
-`id` (String) ID of the user.
32
32
-`name` (String) Human-readable name of the user. Returns **** if the user is a project bot and the requester does not have permission to view the project.
33
33
-`namespace_id` (String) Personal namespace of the user.
34
-
-`public_email` (String) User’s public email.
34
+
-`public_email` (String) User's public email.
35
35
-`username` (String) Username of the user. Unique within this instance of GitLab.
Copy file name to clipboardExpand all lines: docs/data-sources/instance_deploy_keys.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,30 +36,30 @@ data "gitlab_instance_deploy_keys" "example" {
36
36
37
37
### Read-Only
38
38
39
-
-`deploy_keys` (List of Object) The list of all deploy keys across all projects of the GitLab instance. (see [below for nested schema](#nestedatt--deploy_keys))
40
-
-`id` (String) The ID of this resource.
39
+
-`deploy_keys` (Attributes List) The list of all deploy keys across all projects of the GitLab instance. (see [below for nested schema](#nestedatt--deploy_keys))
40
+
-`id` (String) The ID of this datasource. In the format `<public>`.
41
41
42
42
<aid="nestedatt--deploy_keys"></a>
43
43
### Nested Schema for `deploy_keys`
44
44
45
45
Read-Only:
46
46
47
-
-`created_at` (String)
48
-
-`fingerprint` (String)
49
-
-`id` (Number)
50
-
-`key` (String)
51
-
-`projects_with_write_access` (Listof Object) (see [below for nested schema](#nestedobjatt--deploy_keys--projects_with_write_access))
52
-
-`title` (String)
47
+
-`created_at` (String) The creation date of the deploy key. In RFC3339 format.
48
+
-`fingerprint` (String) The fingerprint of the deploy key.
49
+
-`id` (Number) The ID of the deploy key.
50
+
-`key` (String) The deploy key.
51
+
-`projects_with_write_access` (Attributes List) The list of projects that the deploy key has write access to. (see [below for nested schema](#nestedatt--deploy_keys--projects_with_write_access))
0 commit comments