Skip to content

Commit d7d8d1a

Browse files
authored
docs: add coder module as an installation method
1 parent 7561141 commit d7d8d1a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/coder.md

Lines changed: 11 additions & 0 deletions
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 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)