Skip to content

Commit ae5cc1b

Browse files
committed
fix: set user default group
Signed-off-by: Nicolas FOURNIER <[email protected]>
1 parent af9b626 commit ae5cc1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ovh/resource_me_identity_user.go

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func resourceMeIdentityUser() *schema.Resource {
3535
"group": {
3636
Type: schema.TypeString,
3737
Optional: true,
38+
Default: "DEFAULT",
3839
Description: "User's group",
3940
},
4041
"login": {

0 commit comments

Comments
 (0)