terraform-provider-coder icon indicating copy to clipboard operation
terraform-provider-coder copied to clipboard

feat: add timezone to coder_workspace_owner datasource

Open ericpaulsen opened this issue 1 year ago • 4 comments

add support for querying the user's account and its data via our coder_workspace data source, e.g.

resource "local_file" "timezone" {
  content  = ${data.coder_workspace.me.timezone}
}

ericpaulsen avatar Mar 28 '24 19:03 ericpaulsen

I suggest we move provider-related issues to https://github.com/coder/terraform-provider-coder for better organization.

matifali avatar Mar 28 '24 21:03 matifali

Who ever is going to take this. We should probably do https://github.com/coder/terraform-provider-coder/issues/180 first before adding any major features to the provider.

matifali avatar Apr 02 '24 20:04 matifali

@johnstcn, this is another related request to expose the timezone I can't think of an example use case for this yet.

matifali avatar May 28 '24 15:05 matifali

After adding the login_type I would like to give another try to this one, is still open? @matifali do you prefer to do the migration first or go ahead with this one?

Thanks!

pmareke avatar Sep 10 '24 16:09 pmareke