Skip to content

Commit

Permalink
fix: disable forcenew property on user. Fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 30, 2022
1 parent e17c606 commit d3e052c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resource_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func user() *schema.Resource {
Default: allowedUserTypes[userType],
Description: "The type of user (regular/system)",
Optional: true,
ForceNew: true,
ValidateFunc: validateUserType,
},
"roles": {
Expand Down

0 comments on commit d3e052c

Please sign in to comment.