We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add support for querying the user's account and its data via our coder_workspace data source, e.g.
coder_workspace
resource "local_file" "timezone" { content = ${data.coder_workspace.me.timezone} }