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

# Overview When building an "open in coder" workflow from any url, we could also support Github Pull Requests and Gitlab Merge Requests. # Notes on Pull Request Neither can...

enhancement

I propose integrating cursor.sh as an IDE option alongside VSCode in Coder. Cursor.sh, being an AI-first fork of VSCode, offers unique features that could significantly benefit Coder's users, enhancing productivity...

enhancement
module-idea

The dotfiles modules fails on my side: ![image](https://github.com/coder/modules/assets/5358638/e5bc4180-5a13-485f-ab1e-64d241ce96fd) I added the module like this: ```terraform module "dotfiles" { source = "https://registry.coder.com/modules/dotfiles" agent_id = coder_agent.workspace.id } ``` and specified this [repository](https://github.com/jaulz/dotfiles.git)....

bug

Make configuring, installing `jf` cli and configuring package managers optional. This is useful if we only want to use the `access_token` with another terraform resource.

enhancement
good first issue

Currently, our JetBrains-Gateway module accepts a list of IDE identifiers and folders as input and we use it to create the URI and a `coder_paramter` to pick the IDE. ```tf...

enhancement

Not exactly sure how this would work, but I'm currently running this script in workspaces for basic load simulation: https://gist.githubusercontent.com/bpmct/1182a00734292c4529bb873d7ea4668e/raw/932166524418f5a40ff3c4d9d845993caed8a0e8/simulate_load.sh

module-idea

This can happen if data `coder_external_auth` is providing an empty token. Related coder/coder#11367

If a module relies on a new feature in Coder, we should have a way to detect/prevent it from being used on old versions

Some coder_apps can not be hosted on a sub path and require `subdomain = true`. We should add a property to metadata to filter those apps on registry.coder.com examples, 1....

enhancement

We already have `shfmt` it would be nice to also lint using `shellcheck`. @mafredri I would appreciate it if you could do this sometimes. It's not a high priority, just...

scaffolding