Skip to content

Commit 50b6ae1

Browse files
author
Jordan Caussat
committed
Update users datasource: add order_by updated_at option
1 parent 5e035f3 commit 50b6ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/data_source_gitlab_users.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func dataSourceGitlabUsers() *schema.Resource {
2020
Optional: true,
2121
Default: "id",
2222
ValidateFunc: validation.StringInSlice([]string{"id", "name",
23-
"username", "created_at"}, true),
23+
"username", "created_at", "updated_at"}, true),
2424
},
2525
"sort": {
2626
Type: schema.TypeString,

0 commit comments

Comments
 (0)