terraform-provider-coder icon indicating copy to clipboard operation
terraform-provider-coder copied to clipboard

Results 71 terraform-provider-coder issues
Sort by recently updated
recently updated
newest added

I'm reading `data.coder_workspace_owner.me.email` in a template for use in Kubernetes, to derive the user's namespace from their email address. During destroy, the datasource returns `[email protected]`, so my template breaks. Is...

# Problem In `coder/coder` and `coder/modules`, we reference the `coder/coder` Terraform provider version in multiple places (https://github.com/coder/coder/pull/16309#pullrequestreview-2580241216) * `provisioner/terraform/testdata` * `examples/templates/*` * all of our modules in `coder/modules` When a...

When using [GitHub External Auth](https://coder.com/docs/admin/external-auth#github) we cannot get the GitHub username and email. This would be useful because some users have different emails and usernames on Coder compared to GitHub....

Agent metadata currently does not support ordering in the same way users can order [apps](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app#order-7) or [agents](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#order-1). We should use the existing syntax to allow ordering metadata items on any...

customer-requested

Relates to https://github.com/coder/coder/issues/15096 Allows the template author to control the CORS behavior of `coder_app` resources. The default (`"simple"`) maintains the existing behavior, while `"passthru"` bypasses Coder's CORS mechanisms.

**Problem Description** 1. While adding `coder_metadata` blocks inside a module we need to pass the resource_id to link the metadata to. The issue arises when the `resource_id` of the instance...

` resource "coder_agent" "agents" { for_each = local.containers_set arch = data.coder_provisioner.me.arch os = "linux" startup_script =

Bumps [github.com/hashicorp/terraform-plugin-log](https://github.com/hashicorp/terraform-plugin-log) from 0.9.0 to 0.10.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-log's releases. v0.10.0 NOTES: This Go module has been updated to Go 1.24 per the Go support policy. Any consumers...

dependencies
go

I would like to add a way to allow users to create workspace specific EnvVars and Secrets. I am envisioning a table like input with keys in the first column...

Version: 2.13.1 ## Problem When using Coder, if a `coder_parameter` has the type number and no default value is set, the build fails with the error `"" is not a...