| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Caution
We are no longer accepting new contributions to this repo. We have moved all modules to https://github.com/coder/registry repo. Please see #469 for more details.
Modules extend Coder Templates to create reusable components for your development environment.
e.g.
module "code-server" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/code-server/coder"
version = "1.0.2"
agent_id = coder_agent.main.id
}Check out the Coder Registry for instructions to integrate modules into your template.
See CONTRIBUTING.md for instructions on how to construct and publish a module to the Coder Registry.
| Back | FazBrowse Home | New Git URL |