terraform-provider-coder
terraform-provider-coder copied to clipboard
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.2.1 to 6.3.0. Release notes Sourced from goreleaser/goreleaser-action's releases. v6.3.0 Bump undici from 5.28.3 to 5.28.5 in goreleaser/goreleaser-action#488 Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v6.2.1...v6.3.0 Commits 9c156ee ci: update bake-action to...
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.2.0 to 6.3.0. Release notes Sourced from crazy-max/ghaction-import-gpg's releases. v6.3.0 Bump openpgp from 5.11.2 to 6.1.0 in crazy-max/ghaction-import-gpg#215 Bump cross-spawn from 7.0.3 to 7.0.6 in crazy-max/ghaction-import-gpg#212 Full...
Use case: I want to add a coder_app which opens another container's url instead of being limited to `http:/:localhost:[PORT]/[SUBPATH]` : (Of course, both containers are part of the same docker...
### Problem Description The SSH Host Prefix is being deprecated in favor of a deployment-wide suffix. To build IDE modules (e.g., for [Zed](https://github.com/coder/coder/blob/8c0350e20cbf84168592a6715079bdbc22aa4e41/dogfood/contents/zed/main.tf#L27C1-L28C1)) that use the [Coder Desktop Connect](https://coder.com/docs/user-guides/desktop) networking,...
Was playing around with the `cron` attribute, and found out that it parses expressions in `seconds minutes hours ...` instead of `minutes hours ...`. I can see [here](https://github.com/coder/coder/blob/c84bf9f8157f4bf7308e4c3de002f49636d81d12/agent/agentscripts/agentscripts.go#L45) that the...
Given a parameter with a choice, when creating a Workspace, if the user deletes the default value in the field, in this example from `"0"` to `""` ```tf data "coder_parameter"...
Currently, the Terraform provisioner relies on the output of `terraform graph` to determine what resource `coder_metadata` instances should be applied to when building the template or workspace. Unfortunately, it's very...
# Problem When creating multiple resources within a `count` or `for_each` loop, you end up with multiple resources using the same label as seen in the `terraform graph` output. The...
While there `run_on_start` and `run_on_stop` form a nice balance, some `run_on_start` scripts are actually meant to be balanced against a `run_on_destroy` trigger. As an example, using the `run_on_start` scripts to...
Version: [`v0.27.1+65583ec`](https://github.com/coder/coder/commit/65583eca47f6d9d194ed8b038c3c010a4cd331c4) If you create a `coder_app` like the following, you get a 500 error from Coder. Either support for subdomains with commands should be added or the Terraform provider...