terraform-provider-coder
terraform-provider-coder copied to clipboard
E.g., in `coder_app` and `coder_agent.metadata`.
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.18.0 to 0.20.0. Commits bc151c4 README: fix link to x/tools d1f873e modfile: fix Cleanup clobbering Line reference b56a28f modfile: Add support for tool lines 79169e9 LICENSE: update...
Add OIDC refresh token to coder_workspace_owner data source, useful to renew access token inside the workspace without restarting it.
Some users want to share `coder_app`s with a specific group or users, rather than all authenticated users on a deployment. We should support this with a new `"template"` [share attribute](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app#share)...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.1 Dependencies Update x/net/http2 to address CVE-2023-45288 (#7352) metadata: remove String method from MD to make printing...
Our release workflow currently just runs `goreleaser`. We should the same suite of formatting, linting, and testing steps before releasing. Update the release workflow to include the same steps as...
...we can expose account type, i.e., `password`, `github`, `oidc`, or `none` (could be extracted to a new issue)  _Originally posted by @matifali in https://github.com/coder/terraform-provider-coder/issues/219#issuecomment-2135511772_
The idea would be to have metadata about the current_build in the coder_workspace datasource ( [https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/workspace](https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/workspace)) The available metadata that could be implemented: [https://coder.com/docs/reference/api/workspaces](https://coder.com/docs/reference/api/workspaces) About my usecase: I would be...
Let's follow the terraform developer [best practices]https://developer.hashicorp.com/terraform/plugin/best-practices/versioning) for versioning provider releases. This suggests bumping minor when we add new attributes to existing resources or add new resources without any breaking...
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.20.0 to 0.21.0. Commits 46a3137 zip: set GIT_DIR in test when using bare repositories 3afcd4e go.mod: set go version to 1.22.0 b1d336c go.mod: update required go version...