modules icon indicating copy to clipboard operation
modules copied to clipboard

A collection of Terraform Modules to work with Coder.

Results 54 modules issues
Sort by recently updated
recently updated
newest added

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...

bug
good first issue

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...

module-idea
coder_script

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...

enhancement
good first issue
module-idea

Extracted from coder/coder#12838, see the issue for more details. A sample output ![image](https://github.com/coder/coder/assets/10648092/4a521342-1ca8-4aa1-9404-c3f4e1055609) The module should add the metadata to any workspace given the image, repo name, and xray-url. ```tf...

module-idea

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...

enhancement
good first issue

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...

bug
documentation

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) ![Screenshot 2024-04-23 at 10 57 09 AM](https://github.com/coder/modules/assets/22407953/717668e6-19fa-475f-b0a2-016278523d95) You can see...

module-idea

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...

enhancement

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...

enhancement
good first issue