Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add timezone to coder_workspace_owner datasource #213

Open
ericpaulsen opened this issue Mar 28, 2024 · 4 comments
Open

feat: add timezone to coder_workspace_owner datasource #213

ericpaulsen opened this issue Mar 28, 2024 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@ericpaulsen
Copy link
Member

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}
}
@matifali
Copy link
Member

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

@matifali
Copy link
Member

matifali commented Apr 2, 2024

Who ever is going to take this. We should probably do #180 first before adding any major features to the provider.

@stirby stirby transferred this issue from coder/coder Apr 26, 2024
@coder-labeler coder-labeler bot added the enhancement New feature or request label Apr 26, 2024
@matifali
Copy link
Member

matifali commented May 28, 2024

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

@johnstcn johnstcn changed the title support retrieving user account configurations in provider feat: add timezone to coder_workspace_owner datasource May 28, 2024
@matifali matifali added the good first issue Good for newcomers label Aug 20, 2024
@matifali matifali added this to the v2 milestone Sep 4, 2024
@pmareke
Copy link
Contributor

pmareke commented Sep 10, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants