Skip to content

Commit

Permalink
gitlab_user: "password" and "reset_password" are ForceNew
Browse files Browse the repository at this point in the history
  • Loading branch information
armsnyder committed Nov 30, 2020
1 parent e76f539 commit 56cbf6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitlab/resource_gitlab_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func resourceGitlabUser() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Sensitive: true,
ForceNew: true,
},
"email": {
Type: schema.TypeString,
Expand Down Expand Up @@ -66,6 +67,7 @@ func resourceGitlabUser() *schema.Resource {
"reset_password": {
Type: schema.TypeBool,
Optional: true,
ForceNew: true,
},
},
}
Expand Down

0 comments on commit 56cbf6d

Please sign in to comment.