terraform-provider-coder
terraform-provider-coder copied to clipboard
Add `coder_user` data source
Extracted from https://github.com/coder/envbuilder/pull/174#discussion_r1591093964
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.namecoder_workspace.owner_name->coder_user.full_namecoder_workspace.owner_emial->coder_user.email- Add
coder_user.private_ssh_key - Add
coder_user.public_ssh_key - Add
coder_user.groups(A list of all groups if applicable)