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

Allow skip fetch members/repos for github_team data source

Open jeffgran opened this issue 3 years ago • 0 comments

Since a lot of resources (graphql-based ones) now require us to use the team's Node ID instead of just the slug, we often have to use data sources just to look up the ID of the team. However, this is an extreme performance drag because some teams have dozens or hundreds of repositories and members to look up page-wise. We don't need any of that, all we need is the Node ID. So we'd like an option to disable those lookups to speed this up and reduce the chance of rate limiting issues.

jeffgran avatar Aug 12 '22 19:08 jeffgran