From 65d0f302e44ceb76c1c182d1a93dfc255905e407 Mon Sep 17 00:00:00 2001 From: kangaechu Date: Thu, 10 Feb 2022 10:17:17 +0900 Subject: [PATCH] Documentation: Add id to github_user Data Source --- website/docs/d/user.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/d/user.html.markdown b/website/docs/d/user.html.markdown index 4ecb5b88c4..56ee6777f8 100644 --- a/website/docs/d/user.html.markdown +++ b/website/docs/d/user.html.markdown @@ -34,6 +34,7 @@ output "current_github_login" { ## Attributes Reference + * `id` - the ID of the user. * `node_id` - the Node ID of the user. * `login` - the user's login. * `avatar_url` - the user's avatar URL.