chore: fix new.sh (#36)

Co-authored-by: Muhammad Atif Ali <atif@coder.com>
This commit is contained in:
Ben Potter
2023-09-24 15:30:53 +01:00
committed by GitHub
parent 22184ef4d2
commit b18ac37cbb
3 changed files with 20 additions and 13 deletions

View File

@@ -27,10 +27,10 @@ Automatically install [VS Code](https://code.visualstudio.com) in a workspace, c
```hcl
module "vscode-web" {
source = "https://registry.coder.com/modules/vscode-web"
agent_id = coder_agent.example.id
version = "1.82.0"
folder = "/home/coder/my-projet"
acept_license = true
source = "https://registry.coder.com/modules/vscode-web"
agent_id = coder_agent.example.id
version = "1.82.0"
folder = "/home/coder/my-projet"
accept_license = true
}
```