terraform-provider-github
terraform-provider-github copied to clipboard
feat(data_github_user): Add lookup by id
Resolves #524
Before the change?
- You cannot look up GitHub users by id
After the change?
- You can look up GitHub users by id
Pull request checklist
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been reviewed and added / updated if needed (for bug fixes / features)
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
- [ ] Yes
- [x] No