terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

Add support for a summary view of org teams.

Open david-bain opened this issue 3 years ago • 0 comments

Add a flag input to optionally skip returning the repositories and members on calling the github_organization_teams data source. This improves performance of the graphql call when only summary information is needed. Especially important on orgs with large numbers of teams/members.

  • Add summary_only optional flag input to skip returning members and repositories
  • Add 'results_per_page' optional int to reduce the results per page returned.
  • Update docs to reflect change

david-bain avatar Jun 06 '22 00:06 david-bain