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} } ```