Update README.md

pull/250/head
Muhammad Atif Ali 10 months ago committed by GitHub
parent c10a2bab32
commit cf3159cb5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,9 +13,10 @@ Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and
```tf ```tf
module "kasmvnc" { module "kasmvnc" {
source = "registry.coder.com/modules/kasmvnc/coder" source = "registry.coder.com/modules/kasmvnc/coder"
version = "1.0.20" version = "1.0.20"
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
desktop_environment = "xfce"
} }
``` ```

Loading…
Cancel
Save