coder / coder/terraform-provider-coder
feat: add timezone to coder_workspace_owner datasource
Open
good first issue
- Dominant language
- Go
- Stars
- 60
- Forks
- 27
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 2
Description
add support for querying the user's account and its data via our `coder_workspace` data source, e.g.
```hcl
resource "local_file" "timezone" {
content = ${data.coder_workspace.me.timezone}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.