chore: add example for pinning code-server version
This commit is contained in:
@@ -22,6 +22,16 @@ module "code-server" {
|
|||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
### Pin Versions
|
||||||
|
|
||||||
|
```hcl
|
||||||
|
module "code-server" {
|
||||||
|
source = "https://registry.coder.com/modules/code-server"
|
||||||
|
agent_id = coder_agent.example.id
|
||||||
|
install_version = "4.16.1"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### Pre-install Extensions
|
### Pre-install Extensions
|
||||||
|
|
||||||
Install the Dracula theme from [OpenVSX](https://open-vsx.org/):
|
Install the Dracula theme from [OpenVSX](https://open-vsx.org/):
|
||||||
|
|||||||
Reference in New Issue
Block a user