coder / coder/terraform-provider-coder

feat: add timezone to coder_workspace_owner datasource

Open
#213 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.