modules
modules copied to clipboard
A collection of Terraform Modules to work with Coder.
# 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...
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...
The dotfiles modules fails on my side:  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)....
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.
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...
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
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....
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...