Skip to content

Commit

Permalink
fix: stop nilling out fields on user
Browse files Browse the repository at this point in the history
  • Loading branch information
MCBrandenburg committed Oct 6, 2020
1 parent b9c8d64 commit c163577
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fusionauth/resource_fusionauth_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ func createUser(data *schema.ResourceData, i interface{}) error {
return err
}
data.SetId(resp.User.Id)
_ = data.Set("send_set_password_email", nil)
_ = data.Set("skip_verification", nil)
if u.User.TenantId == "" {
_ = data.Set("tenant_id", resp.User.TenantId)
}
Expand Down

0 comments on commit c163577

Please sign in to comment.