integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
870 stars 708 forks source link

changed logic on repositories_detailed #2248

Closed n47h4n12 closed 2 months ago

n47h4n12 commented 2 months ago

Resolves #2094


Before the change?

The repositories_detailed attribute was incorrectly truncating the repositories associated with a team to the last page of repositories associated with that team.

After the change?

The repositories_detailed data attribute will no longer be incorrectly truncated.

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!