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

I think we should have an easy way to install Dev Container features in Coder workspaces (even outside of Dev Containers). My reasoning behind that is that there is already...

enhancement
module-idea

[Discord Thread](https://discord.com/channels/747933592273027093/1287083320949080125) --- The type of the [`settings` variable](https://github.com/coder/modules/blob/93c4fb3a8df4add1ca9e82897e26b6e207291c1b/code-server/main.tf#L41-L45) is `map(string)` and therefore does not allow you to set settings like [`files.exclude`](https://stackoverflow.com/a/33277809) which takes in an object. You would want...

bug

Requires https://github.com/coder/coder/issues/14483

Create a module that kicks off an EBS snapshot on workspace stop and allows workspaces to be optionally created/started from a snapshot via a parameter. Otherwise, it will use the...

enhancement
module-idea