Skip to content

Commit a0b207b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ovh/resource_me_identity_user.go

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func resourceMeIdentityUser() *schema.Resource {
3939
"group": {
4040
Type: schema.TypeString,
4141
Optional: true,
42+
Default: "DEFAULT",
4243
Description: "User's group",
4344
},
4445
"login": {

0 commit comments

Comments
 (0)