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

This is self-inflicted but the git clone module shows the git repository as optional, but if its missing it will fail and cause the workspace to show up as unhealthy....

bug
good first issue

Once https://github.com/coder/envbuilder/issues/212 and https://github.com/coder/envbuilder/issues/211 are implemented, we should add support for modules to read the devcontainer configuration and perform relevant actions. In the case of `code-server`, this may mean installing...

enhancement

Reference issue [#313](https://github.com/coder/modules/issues/313)

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.17.2 to 1.26.0. Release notes Sourced from crate-ci/typos's releases. v1.26.0 [1.26.0] - 2024-10-07 Compatibility (pre-commit) Requires 3.2+ Fixes (pre-commit) Resolve deprecations in 4.0 about deprecated stage names...

dependencies

Currently, we install vault CLI as part of our other vault modules. Let us create a new module that only installs the vault CLI without the authentication steps. It should...

enhancement
module-idea

## Context We now have modules with a lot of duplicate code and only differ in core functionality. An example is our `vault` and `jfrog` modules. We have three vault...

enhancement
module-idea

Hi, I'm able to use Jupyter on subpath in the following way: ```hcl data "coder_workspace" "me" {} data "coder_workspace_owner" "me" {} resource "coder_agent" "main" { os = "linux" arch =...

enhancement
module-idea

I noticed a bug while testing this module, which was preventing to install of vault CLI.

## Base URL Configuration Issue in FileBrowser Module ### Problem Description There's an issue in the FileBrowser module version `1.0.19`, specifically in the [filebrowser/run.sh#L21](https://github.com/coder/modules/blob/438c9045673c629e95416960c94a6b6344e3d298/filebrowser/run.sh#L21) script. The script attempts to customize...

bug

Add Github and Gitlab when using git@ URLs.