terraform-provider-coder
terraform-provider-coder copied to clipboard
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} } ```
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 
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...
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...
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)  Unhidden: 
```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 ```