Skip to content

Commit e905845

Browse files
authored
Update the allowable values for default_branch_protection
1 parent b3f8859 commit e905845

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)