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

Hi, I created the 2 exoscale modules for the registry. I set verified to `false` because I wasn´t sure how to verify. Is is possible to verify a module? Moreover...

A module that adds an external `coder_app` with a slack workspace/channel link. It should allow specifying a custom app dispay_name

good first issue
module-idea

Would probably require a rustdesk server

module-idea

https://neko.m1k1o.net/#/

module-idea

How can we specify the order in which modules run? For example, I want the Personalize module to run after my Dotfiles have been fully cloned as I have a...

Example template to enable RDP on Windows and expose a link with instructions to connect (external coder_app to point to the readme of the repo). Down the road, we can...

module-idea
coder_script

Open question: Can we reduce complexity of exectrace templates via a module? https://coder.com/docs/v2/latest/templates/process-logging

module-idea

closes #1 For testing, ```tf module "kasmvnc" { source = "git::https://github.com/coder/modules.git//kasmvnc?ref=kasmVNC" agent_id = coder_agent.dev.id } ``` ![image](https://github.com/coder/modules/assets/10648092/f81cd2ff-217f-4839-8544-dd20f1d548cb)

Currently when we find a cached copy of code-server we run it and exit early. But any requested extensions are not installed. A solution would be to check if `install_prefix`/extensions...

bug

When USE_CACHED is true and no extensions have been installed Then we should still try to install them close #251 --- ## Tests performed - `bun test -t code-server` ##...