You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @rma945 thanks for reporting this. I went ahead and worked on a fix for this in #306. Once that gets merged and released I'll update this issue:) Thanks for your patience!
Describe the problem
If you have more than 50 clients - terraform data resources will not work properly, because by default API client will always use 50 items per page
What was the expected behavior?
Add parameter in a provider configuration for a define per_page variable
Reproduction
Just create more than 50 clients, and then try to get the client with logical number 51 by data resource
Environment
terraform version: 1.2.6
auth0 provider version: 0.31.0
The text was updated successfully, but these errors were encountered: