modules
modules copied to clipboard
A collection of Terraform Modules to work with Coder.
The error message is: ``` Error: Invalid value for variable on main.tf line 248, in module "jetbrains_gateway": 248: folder = "/home/coder/${local.folder_name}" ├──────────────── │ var.folder is "/home/coder/foo/" The folder must be...
Create a module that installs kasmvnc if it doesn't exist and starts it. ## Must have - [x] coder_app - [x] coder_script (https://github.com/coder/coder/pull/9584) ## Nice to have - [x] Variable...
As per [this](https://youtrack.jetbrains.com/issue/FL-23947/Allow-to-connect-to-a-remote-machine-over-SSH-via-a-URL-handler#focus=Comments-27-9783970.0-0) Fleet issue, it will soon support launching remote environments via a URI scheme. With Fleet 1.36 (the version after the upcoming version 1.35), Fleet URI handler will...
Extracted from coder/coder#12838, see the issue for more details. A sample output  The module should add the metadata to any workspace given the image, repo name, and xray-url. ```tf...
Related to coder/coder#13087 Add a password to all modules that support it natively. This will require, 1. Generating a random password 2. Exposing it as a `coder_metadata` item. 3. Adding...
We need to bump the version for all modules or do some parsing to detect which modules have changed between tags. It would be ideal if each module could have...
It looks like what is displayed on the website is the main branch, but the modules only can be accessed by a version tag. This might be an artifact of...
I have validated a web RDP client called [devolutions-gateway](https://github.com/Devolutions/devolutions-gateway) which works well inside coder workspaces as a coder_app. See [RFC](https://www.notion.so/coderhq/Windows-Workspaces-Enablement-Package-18fdd9f4bfd84e6ea1e6fbb3898919a0)  You can see...
I would like to request an option to use a specific or `latest` version of the selected IDE. For example: - [ ] Case 1: We specify `2024.1` to use...
I'm currently writing a Coder template for a project that needs submodules to be cloned. With the git CLI you'd use `git clone --recurse-submodules` but there's no such option with...