-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add coder_workspace_owner
data source
#219
Comments
Wrinkle: "groups" can apparently contain any arbitrary data, which is going to be a headache. |
Wrinkle: we'll also need to send this information from Coder (separate issue) |
For the sake of clarity, this datasource will instead be named |
Part 1 is here: #230 |
coder_user
data sourcecoder_workspace_owner
data source
There is a related request to expose the user's timezone settings in #213. Additionally, we can expose account type, i.e., |
|
coder/coder#13366 updates Coder to allow passing the new fields. |
Extracted from coder/envbuilder#174 (comment)
The properties that are per user and not per workspace should be added/refactored to the new data source,
coder_user
.Other properties that should be added or moved from
coder_workspace
can becoder_workspace.owner
->coder_user.name
coder_workspace.owner_name
->coder_user.full_name
coder_workspace.owner_email
->coder_user.email
coder_user.private_ssh_key
(sensitive)coder_user.public_ssh_key
coder_user.groups
(A list of all groups if applicable)The text was updated successfully, but these errors were encountered: