File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ data "gitlab_group" "foo" {
45
45
- ** name** (String) The name of this group.
46
46
- ** parent_id** (Number) Integer, ID of the parent group.
47
47
- ** 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.
49
49
- ** request_access_enabled** (Boolean) Boolean, is request for access enabled to the group.
50
50
- ** runners_token** (String, Sensitive) The group level registration token to use during runner setup.
51
51
- ** visibility_level** (String) Visibility level of the group. Possible values are ` private ` , ` internal ` , ` public ` .
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ resource "gitlab_project" "example" {
47
47
- ** lfs_enabled** (Boolean) Boolean, defaults to true. Whether to enable LFS
48
48
- ** mentions_disabled** (Boolean) Boolean, defaults to false. Disable the capability
49
49
- ** 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.
51
51
- ** project_creation_level** (String) , defaults to Maintainer.
52
52
- ** request_access_enabled** (Boolean) Boolean, defaults to false. Whether to
53
53
- ** require_two_factor_authentication** (Boolean) Boolean, defaults to false.
You can’t perform that action at this time.
0 commit comments