Coder Module
Add CodeWire to Coder workspaces with a Terraform module. This installscw into your workspace and optionally starts the node process.
Usage
Variables
| Variable | Default | Description |
|---|---|---|
agent_id | required | The ID of a Coder agent |
folder | /home/coder | Working directory for sessions |
install_codewire | true | Whether to install cw |
codewire_version | latest | Version to install |
experiment_report_tasks | false | Enable Coder MCP task reporting |
What It Does
- Installs the
cwbinary into the workspace - Configures the node with the workspace’s working directory
- Optionally enables Coder MCP task reporting for AI agent visibility