Skip to content

Commit

Permalink
Fix import issue in auth0_user_role resource
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Jun 13, 2023
1 parent 44d712d commit dfc862f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/auth0/user/resource_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ func upsertUserRoles(ctx context.Context, data *schema.ResourceData, meta interf
return diag.FromErr(err)
}

userID := data.Get("user_id").(string)
data.SetId(userID)

return readUserRoles(ctx, data, meta)
}

Expand Down

0 comments on commit dfc862f

Please sign in to comment.