gavinbunney / terraform-provider-bitbucketserver

Terraform provider for Bitbucket Server Management
https://registry.terraform.io/providers/gavinbunney/bitbucketserver/latest
Mozilla Public License 2.0
29 stars 33 forks source link

Fix data_group_users in the face of pagination #45

Closed isometry closed 2 years ago

isometry commented 2 years ago

Without this change, past the first page of results, the pagination logic within data_group_users was incorrectly switching to the data_project_permissions_groups API, as well as not actually updating the API URL, resulting in breakage for groups with >25 users.

gavinbunney commented 2 years ago

Great thanks for the fix!

isometry commented 2 years ago

Thanks for the rapid merge and release!