Skip to content

Commit 7d42e64

Browse files
committed
Actually run make reviewable
1 parent c802bf5 commit 7d42e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-sources/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ data "gitlab_group" "foo" {
4545
- **name** (String) The name of this group.
4646
- **parent_id** (Number) Integer, ID of the parent group.
4747
- **path** (String) The path of the group.
48-
- **prevent_forking_outside_group** (Boolean) When enabled, users can not fork projects from this group to external namespaces
48+
- **prevent_forking_outside_group** (Boolean) When enabled, users can not fork projects from this group to external namespaces.
4949
- **request_access_enabled** (Boolean) Boolean, is request for access enabled to the group.
5050
- **runners_token** (String, Sensitive) The group level registration token to use during runner setup.
5151
- **visibility_level** (String) Visibility level of the group. Possible values are `private`, `internal`, `public`.

docs/resources/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ resource "gitlab_project" "example" {
4747
- **lfs_enabled** (Boolean) Boolean, defaults to true. Whether to enable LFS
4848
- **mentions_disabled** (Boolean) Boolean, defaults to false. Disable the capability
4949
- **parent_id** (Number) Integer, id of the parent group (creates a nested group).
50-
- **prevent_forking_outside_group** (Boolean) When enabled, users can not fork projects from this group to external namespaces
50+
- **prevent_forking_outside_group** (Boolean) When enabled, users can not fork projects from this group to external namespaces.
5151
- **project_creation_level** (String) , defaults to Maintainer.
5252
- **request_access_enabled** (Boolean) Boolean, defaults to false. Whether to
5353
- **require_two_factor_authentication** (Boolean) Boolean, defaults to false.

0 commit comments

Comments
 (0)