Skip to content

Commit 2f5031d

Browse files
authored
Merge pull request #1070 from numbnp/numbnp-values-default_branch_protection
resource/gitlab_group: Update the allowable values for default_branch_protection
2 parents b3f8859 + e905845 commit 2f5031d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_gitlab_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var _ = registerResource("gitlab_group", func() *schema.Resource {
7272
Type: schema.TypeInt,
7373
Optional: true,
7474
Default: 2,
75-
ValidateFunc: validation.IntInSlice([]int{0, 1, 2}),
75+
ValidateFunc: validation.IntInSlice([]int{0, 1, 2, 3}),
7676
},
7777
"request_access_enabled": {
7878
Description: "Defaults to false. Allow users to request member access.",

0 commit comments

Comments
 (0)