rename version to custom_version

pull/42/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent e6b089da91
commit 95b92f76c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save