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

Adds deprication notice to git_auth in docs and renames 'gh' to 'GitHub' in external_auth docs for clarity.

add support for querying the user's account and its data via our `coder_workspace` data source, e.g. ```hcl resource "local_file" "timezone" { content = ${data.coder_workspace.me.timezone} } ```

good first issue

Add tests for terraform [1.8.x](https://github.com/hashicorp/terraform/releases/tag/v1.8.0) and probably reconsider our test matrix only to test for currently supported terraform versions. https://endoflife.date/terraform ![image](https://github.com/coder/terraform-provider-coder/assets/10648092/3c0b529e-f79a-45c9-8836-dcaf7ad67bc5)

enhancement
help wanted

In #163 `coder_git_auth` was marked as deprecated. It does show a message when used but it would be helpful to provide that same information in the documentation. Right now the...

documentation
good first issue

This is more of an unfortunate circumstance, but one where I don't think there is a workaround. ### Terraform Version ``` Terraform v1.7.5 + provider registry.terraform.io/coder/coder v0.20.1 ``` ### Affected...

good first issue

It would be amazing, if there was an additional property for a `coder_parameter` called `sensitiv` (or similar). This would hide the current value of the parameter if the workspace is...

# Description The integrated [healthcheck](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app#nested-schema-for-healthcheck) should be able to check a HTTP a status code. E.g. we are deploying an K3D cluster inside out workspace. The healthcheck is already green...

Hi there, ### Terraform Version Terraform 1.5.2 ### Affected Resource(s) - coder_parameter ### Terraform Configuration Files ```hcl data "coder_parameter" "admin_password" { name = "admin_password" display_name = "Admin Password" description =...

I'm not sure I can detect the flow, but it seems to place the metadata under randomly chosen resources. https://github.com/cloudnative-coop/space-templates/tree/canon/iipod-metal With items hidden (and logs closed) ![image](https://github.com/coder/terraform-provider-coder/assets/31331/15f20c14-7f83-429b-8bda-49639d3dd487) Unhidden: ![image](https://github.com/coder/terraform-provider-coder/assets/31331/12ae1a16-23e3-4d61-8e8d-cc0422a11bd9)

```console Error: Too many option blocks on .terraform/modules/gcp_regions/gcp-region/main.tf line 707, in data "coder_parameter" "region": 707: content { No more than 64 "option" blocks are allowed ```