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 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)
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_workspacecan becoder_workspace.owner->coder_user.namecoder_workspace.owner_name->coder_user.full_namecoder_workspace.owner_email->coder_user.emailcoder_user.private_ssh_key(sensitive)coder_user.public_ssh_keycoder_user.groups(A list of all groups if applicable)