- Notifications
You must be signed in to change notification settings - Fork22
Closed
Description
Extracted fromcoder/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 fromcoder_workspace
can be
coder_workspace.owner
->coder_user.name
coder_workspace.owner_name
->coder_user.full_name
coder_workspace.owner_email
->coder_user.email
- Add
coder_user.private_ssh_key
(sensitive) - Add
coder_user.public_ssh_key
- Add
coder_user.groups
(A list of all groups if applicable)