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

Add optional repository IDs flag

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

Note: PR 1177, which also migrates the repositories data source to use graphql is preferred over this commit.

Repository IDs are required for some resources. Allowing the github_repositories data source to return the IDs in addition can eliminate the extra step of querying each repository for its ID.

  • Add include_repo_id input flag to return repo IDs
  • Add test to confirm

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