terraform-provider-coder
terraform-provider-coder copied to clipboard
Related: https://github.com/coder/coder/issues/13218 This PR adds Terraform definition for `coder_workspace_tags` with resource reference tests.
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.0.0 to 5.1.0. Release notes Sourced from goreleaser/goreleaser-action's releases. v5.1.0 Important This version changes the default behavior of latest to ~> v1. The next major of this...
In https://github.com/coder/coder/discussions/13122 a user sees empty values when referencing `${data.coder_workspace.me.template_id}` in their template. This happens because their coder server version is behind the provider, and this kind of issue will...
Customers have requested that we promote our terraform provider to `v1.0`. The product is quite stable and, of course, is used in every one of our customers' deployments. To show...
Terraform recommends migrating to [Terraform Plugins Framework](https://developer.hashicorp.com/terraform/plugin/framework) as it provides some benefits over the SDKv2. 1. https://developer.hashicorp.com/terraform/plugin/framework-benefits/ 2. https://developer.hashicorp.com/terraform/plugin/framework/migrating/benefits ## Docs Terraform Plugin Framework Develop Terraform providers using the recommended...
Extracted from https://github.com/coder/terraform-provider-coder/issues/217#issuecomment-2102217213 As per https://endoflife.date/go, only the latest 2 versions of Go are supported for any security patches. `terraform-terraform-coder` is on 1.20, which has been unsupported for the last...
Extracted from https://github.com/coder/envbuilder/pull/174#discussion_r1591093964 The properties that are per user and not per workspace should be added/refactored to the new data source, `coder_user`. Other properties that should be added or moved...
Bumps [contributor-assistant/github-action](https://github.com/contributor-assistant/github-action) from 2.3.2 to 2.4.0. Release notes Sourced from contributor-assistant/github-action's releases. v2.4.0 What's Changed Update required GITHUB_TOKEN permissions by @pellared in contributor-assistant/github-action#144 Move CLA/DCO bot name into subscript at...
As suggested in https://github.com/coder/coder/discussions/13122 It would be nice to have a data source `coder_template` to read template properties. 1. `data.coder_workspace.me.template_id` 2. `data.coder_workspace.me.template_name}` 3. `data.coder_workspace.me.template_version` etc. This and #219 can be...
The placeholder for a string parameter suggests that if you leave the field empty, the parameter default will be used. However, what you actually get in the Terraform run is...