Loading
Fix pagination for gitlab_group_provisioned_users data source
What does this MR do?
Fixes pagination support for gitlab_group_provisioned_users data source.
Previously, the data source only returned the first page of results (~20 users) because the API call was not paginated using ScanAndCollect.
Related Issues
Closes #6867 (closed)