We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3f8859 + e905845 commit 2f5031dCopy full SHA for 2f5031d
internal/provider/resource_gitlab_group.go
@@ -72,7 +72,7 @@ var _ = registerResource("gitlab_group", func() *schema.Resource {
72
Type: schema.TypeInt,
73
Optional: true,
74
Default: 2,
75
- ValidateFunc: validation.IntInSlice([]int{0, 1, 2}),
+ ValidateFunc: validation.IntInSlice([]int{0, 1, 2, 3}),
76
},
77
"request_access_enabled": {
78
Description: "Defaults to false. Allow users to request member access.",
0 commit comments