Skip to content

Commit ce8d6e0

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ovh/resource_me_identity_user.go

Lines changed: 1 addition & 0 deletions
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)