Skip to content

Commit 963fcfc

Browse files
matifalicode-asher
andauthored
docs: add coder module as an installation method (#6692)
Co-authored-by: Asher <[email protected]>
1 parent 7561141 commit 963fcfc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/coder.md

+11
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,16 @@ resource "coder_app" "code-server" {
3333
}
3434
```
3535

36+
Or use our official [`code-server`](https://registry.coder.com/modules/code-server) module from the Coder [module registry](htpps://registry.coder.com/modules):
37+
38+
```terraform
39+
module "code-server" {
40+
source = "registry.coder.com/modules/code-server/coder"
41+
version = "1.0.5"
42+
agent_id = coder_agent.example.id
43+
extensions = ["dracula-theme.theme-dracula", "ms-azuretools.vscode-docker"]
44+
}
45+
```
46+
3647
If you run into issues, ask for help on the `coder/coder` [Discussions
3748
here](https://github.com/coder/coder/discussions).

0 commit comments

Comments
 (0)