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'll admit, I haven't used Jupyter that much so may be representing this wrong. However venv is pretty common in the Python ecosystem so this may be worth supporting Extracting...

Can we support dynamic resizing without a refresh? When we originally created this module _I believe_ this was working, but I could be mistaken. A couple of customers reported this...

We use `bun` for package managemnt and looks like `package-lock.json` was added as an artifact of #236. Additioanly updates deps to availble latest versions.

Adds an optional `coder_app`, that lets a user update dotfiles without a workspace restart. To test use ```tf module "dotfiles" { source = "git::https://github.com/coder/modules.git//dotfiles?ref=matifali/update-dotfiles" agent_id = coder_agent.dev.id manual_update = true...

In some cases `auto_install_extensions` won't if the workspace has not been checkout yet. Ideally coder should provide a method to wait on a dependent task from completing. A work around...

enhancement
good first issue

When installing `jupyter` via `pip3 install --upgrade --no-cache-dir --no-warn-script-location jupyterlab` , the install path may not be in `$HOME/.local/bin/jupyter` which `run.sh` current depends. A solution could be to provide a...

enhancement

We should have a set of expectations around field descriptions / general documentation for modules and add those expectations to the CONTRIBUTING.md. At the same time we should update all...

documentation
good first issue

### Description The `git_clone` module fails to clone a repository on workspace startup if the workspace does not contain a `.ssh/known_hosts` with an entry of the git provider that is...

bug

We should add a module that integrates with our VSCode desktop extension + liveshare. It would automatically install the VSCode liveshare extension, and add a button that opens a new...

module-idea
coder_script

We can add a little module that adds a required terms of service for template usage: ```hcl data "coder_parameter" "terms_of_use" { name = "terms-of-use" display_name = "Terms of use" description...

module-idea