-
Notifications
You must be signed in to change notification settings - Fork 22
feat: add login_type to coder_workspace_owner data source #235
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
Comments
Hi, is this issue still open? I would like to give it a try. |
Yes, this issue has not yet been worked on! |
Great, done! |
Hi @pmareke thank your for your contribution. Could you run |
Done! |
* feat: add login_type to coder_workspace_owner data source * feat: remove types check * feat: update integration test * feat: run linter * feat: set empty string as the default value for the login type * feat: update integration test * feat: add a warning when the CODER_WORKSPACE_OWNER_LOGIN_TYPE is not set * feat: create a new diags variable * feat: add missing comma * feat: add missing parenthesis * feat: fix typo in summary field Co-authored-by: Cian Johnston <[email protected]> --------- Co-authored-by: Cian Johnston <[email protected]>
#287 updates the provider to add the field. A separate PR will be required in |
Thanks so much @johnstcn, I really like doing the PR! |
@johnstcn do you know if there was a subsequent PR raised for this? |
Is it merged into |
@dannykopping @matifali looks like it wasn't. I can add one quickly. |
* feat: add login_type to coder_workspace_owner data source * feat: remove types check * feat: update integration test * feat: run linter * feat: set empty string as the default value for the login type * feat: update integration test * feat: add a warning when the CODER_WORKSPACE_OWNER_LOGIN_TYPE is not set * feat: create a new diags variable * feat: add missing comma * feat: add missing parenthesis * feat: fix typo in summary field Co-authored-by: Cian Johnston <[email protected]> --------- Co-authored-by: Cian Johnston <[email protected]> (cherry picked from commit 2598aa7)
We will close it in release v2.0 |
...we can expose account type, i.e.,
password
,github
,oidc
, ornone
(could be extracted to a new issue) https://github.com/coder/terraform-provider-coder/assets/10648092/58097426-aed9-4f80-bcf9-75e8ab7358c0_Originally posted by @matifali in _ https://github.com/coder/terraform-provider-coder/issues/219#issuecomment-2135511772
The text was updated successfully, but these errors were encountered: