Skip to content

Commit

Permalink
docs: add coder module as an installation method (#6692)
Browse files Browse the repository at this point in the history
Co-authored-by: Asher <[email protected]>
  • Loading branch information
matifali and code-asher authored Feb 28, 2024
1 parent 7561141 commit 963fcfc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/coder.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,16 @@ resource "coder_app" "code-server" {
}
```

Or use our official [`code-server`](https://registry.coder.com/modules/code-server) module from the Coder [module registry](htpps://registry.coder.com/modules):

```terraform
module "code-server" {
source = "registry.coder.com/modules/code-server/coder"
version = "1.0.5"
agent_id = coder_agent.example.id
extensions = ["dracula-theme.theme-dracula", "ms-azuretools.vscode-docker"]
}
```

If you run into issues, ask for help on the `coder/coder` [Discussions
here](https://github.com/coder/coder/discussions).

0 comments on commit 963fcfc

Please sign in to comment.