Open 2-X opened 4 years ago
👋 Hey Friends, this issue has been automatically marked as stale
because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned
label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!
Yeah this would be nifty ..
👋 Hey Friends, this issue has been automatically marked as stale
because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned
label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!
yeah i would still love this though...
Currently we can only provide a username to in the
github_membership
andgithub_user
data sources. We're interested in using the unique identifier found athttps://api.github.com/users/{USERNAME}
in the"id"
field. This is because username can be changed by the user, which causes our terraform scripts for github memberships to be out of date. Theid
cannot be changed and is globally unique, which makes it a much better candidate.Instead of providing the username to the
/users
endpoint, you can get the same information by providing theid
to the/user
endpoint (e.g.https://api.github.com/user/{id}
).