We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5157b21 commit 87ee06eCopy full SHA for 87ee06e
gitlab/data_source_gitlab_user.go
@@ -69,7 +69,7 @@ func dataSourceGitlabUserRead(d *schema.ResourceData, meta interface{}) error {
69
}
70
d.SetId(fmt.Sprintf("%d", found.ID))
71
d.Set("name", found.Name)
72
- d.Set("userName", found.Username)
+ d.Set("username", found.Username)
73
d.Set("email", found.Email)
74
return nil
75
0 commit comments