terraform-provider-github
terraform-provider-github copied to clipboard
Add optional repository IDs flag
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_idinput flag to return repo IDs - Add test to confirm