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: docs/data-sources/group_membership.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,27 +32,27 @@ data "gitlab_group_membership" "example" {
32
32
33
33
### Optional
34
34
35
-
-**access_level** (String) Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
36
-
-**full_path** (String) The full path of the group.
37
-
-**group_id** (Number) The ID of the group.
38
-
-**id** (String) The ID of this resource.
35
+
-`access_level` (String) Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
36
+
-`full_path` (String) The full path of the group.
37
+
-`group_id` (Number) The ID of the group.
38
+
-`id` (String) The ID of this resource.
39
39
40
40
### Read-Only
41
41
42
-
-**members** (List of Object) The list of group members. (see [below for nested schema](#nestedatt--members))
42
+
-`members` (List of Object) The list of group members. (see [below for nested schema](#nestedatt--members))
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
@@ -32,36 +32,36 @@ data "gitlab_instance_deploy_keys" "example" {
32
32
33
33
### Optional
34
34
35
-
-**id** (String) The ID of this resource.
36
-
-**public** (Boolean) Only return deploy keys that are public.
35
+
-`id` (String) The ID of this resource.
36
+
-`public` (Boolean) Only return deploy keys that are public.
37
37
38
38
### Read-Only
39
39
40
-
-**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
+
-`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))
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** (List of Object) (see [below for nested schema](#nestedobjatt--deploy_keys--projects_with_write_access))
52
-
-**title** (String)
47
+
-`created_at` (String)
48
+
-`fingerprint` (String)
49
+
-`id` (Number)
50
+
-`key` (String)
51
+
-`projects_with_write_access` (List of Object) (see [below for nested schema](#nestedobjatt--deploy_keys--projects_with_write_access))
Copy file name to clipboardExpand all lines: docs/data-sources/project.md
+70-70Lines changed: 70 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,91 +30,91 @@ data "gitlab_project" "example" {
30
30
31
31
### Optional
32
32
33
-
-**id** (String) The integer or path with namespace that uniquely identifies the project within the gitlab install.
34
-
-**path_with_namespace** (String) The path of the repository with namespace.
35
-
-**public_builds** (Boolean) If true, jobs can be viewed by non-project members.
33
+
-`id` (String) The integer or path with namespace that uniquely identifies the project within the gitlab install.
34
+
-`path_with_namespace` (String) The path of the repository with namespace.
35
+
-`public_builds` (Boolean) If true, jobs can be viewed by non-project members.
36
36
37
37
### Read-Only
38
38
39
-
-**analytics_access_level** (String) Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
40
-
-**archived** (Boolean) Whether the project is in read-only mode (archived).
41
-
-**auto_cancel_pending_pipelines** (String) Auto-cancel pending pipelines. This isn’t a boolean, but enabled/disabled.
42
-
-**auto_devops_deploy_strategy** (String) Auto Deploy strategy. Valid values are `continuous`, `manual`, `timed_incremental`.
43
-
-**auto_devops_enabled** (Boolean) Enable Auto DevOps for this project.
44
-
-**autoclose_referenced_issues** (Boolean) Set whether auto-closing referenced issues on default branch.
45
-
-**build_git_strategy** (String) The Git strategy. Defaults to fetch.
46
-
-**build_timeout** (Number) The maximum amount of time, in seconds, that a job can run.
47
-
-**builds_access_level** (String) Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
48
-
-**container_expiration_policy** (List of Object) Set the image cleanup policy for this project. **Note**: this field is sometimes named `container_expiration_policy_attributes` in the GitLab Upstream API. (see [below for nested schema](#nestedatt--container_expiration_policy))
49
-
-**container_registry_access_level** (String) Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
50
-
-**default_branch** (String) The default branch for the project.
51
-
-**description** (String) A description of the project.
-**external_authorization_classification_label** (String) The classification label for the project.
54
-
-**forking_access_level** (String) Set the forking access level. Valid values are `disabled`, `private`, `enabled`.
55
-
-**http_url_to_repo** (String) URL that can be provided to `git clone` to clone the
56
-
-**issues_access_level** (String) Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
57
-
-**issues_enabled** (Boolean) Enable issue tracking for the project.
58
-
-**lfs_enabled** (Boolean) Enable LFS for the project.
59
-
-**merge_commit_template** (String) Template used to create merge commit message in merge requests. (Introduced in GitLab 14.5.)
60
-
-**merge_pipelines_enabled** (Boolean) Enable or disable merge pipelines.
61
-
-**merge_requests_access_level** (String) Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
62
-
-**merge_requests_enabled** (Boolean) Enable merge requests for the project.
63
-
-**merge_trains_enabled** (Boolean) Enable or disable merge trains.
64
-
-**name** (String) The name of the project.
65
-
-**namespace_id** (Number) The namespace (group or user) of the project. Defaults to your user.
66
-
-**operations_access_level** (String) Set the operations access level. Valid values are `disabled`, `private`, `enabled`.
67
-
-**path** (String) The path of the repository.
68
-
-**pipelines_enabled** (Boolean) Enable pipelines for the project.
69
-
-**printing_merge_request_link_enabled** (Boolean) Show link to create/view merge request when pushing from the command line
70
-
-**push_rules** (List of Object) Push rules for the project. (see [below for nested schema](#nestedatt--push_rules))
71
-
-**remove_source_branch_after_merge** (Boolean) Enable `Delete source branch` option by default for all new merge requests
72
-
-**repository_access_level** (String) Set the repository access level. Valid values are `disabled`, `private`, `enabled`.
73
-
-**repository_storage** (String) Which storage shard the repository is on. (administrator only)
74
-
-**request_access_enabled** (Boolean) Allow users to request member access.
75
-
-**requirements_access_level** (String) Set the requirements access level. Valid values are `disabled`, `private`, `enabled`.
76
-
-**resolve_outdated_diff_discussions** (Boolean) Automatically resolve merge request diffs discussions on lines changed with a push.
77
-
-**runners_token** (String) Registration token to use during runner setup.
78
-
-**security_and_compliance_access_level** (String) Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
79
-
-**snippets_access_level** (String) Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
80
-
-**snippets_enabled** (Boolean) Enable snippets for the project.
81
-
-**squash_commit_template** (String) Template used to create squash commit message in merge requests. (Introduced in GitLab 14.6.)
82
-
-**ssh_url_to_repo** (String) URL that can be provided to `git clone` to clone the
83
-
-**topics** (Set of String) The list of topics for the project.
84
-
-**visibility_level** (String) Repositories are created as private by default.
85
-
-**web_url** (String) URL that can be used to find the project in a browser.
86
-
-**wiki_access_level** (String) Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
87
-
-**wiki_enabled** (Boolean) Enable wiki for the project.
39
+
-`analytics_access_level` (String) Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
40
+
-`archived` (Boolean) Whether the project is in read-only mode (archived).
41
+
-`auto_cancel_pending_pipelines` (String) Auto-cancel pending pipelines. This isn’t a boolean, but enabled/disabled.
42
+
-`auto_devops_deploy_strategy` (String) Auto Deploy strategy. Valid values are `continuous`, `manual`, `timed_incremental`.
43
+
-`auto_devops_enabled` (Boolean) Enable Auto DevOps for this project.
44
+
-`autoclose_referenced_issues` (Boolean) Set whether auto-closing referenced issues on default branch.
45
+
-`build_git_strategy` (String) The Git strategy. Defaults to fetch.
46
+
-`build_timeout` (Number) The maximum amount of time, in seconds, that a job can run.
47
+
-`builds_access_level` (String) Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
48
+
-`container_expiration_policy` (List of Object) Set the image cleanup policy for this project. **Note**: this field is sometimes named `container_expiration_policy_attributes` in the GitLab Upstream API. (see [below for nested schema](#nestedatt--container_expiration_policy))
49
+
-`container_registry_access_level` (String) Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
50
+
-`default_branch` (String) The default branch for the project.
51
+
-`description` (String) A description of the project.
0 commit comments