From 95b92f76c49c31852a426c50b70d4af5bb7b96fd Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 16:08:45 +0300 Subject: [PATCH] rename version to custom_version --- vscode-web/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vscode-web/README.md b/vscode-web/README.md index 5ebd8f2..7d1db74 100644 --- a/vscode-web/README.md +++ b/vscode-web/README.md @@ -17,9 +17,9 @@ 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 - accept_license = true + source = "https://registry.coder.com/modules/vscode-web" + agent_id = coder_agent.example.id + accept_license = true } ``` @@ -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" - accept_license = true + source = "https://registry.coder.com/modules/vscode-web" + agent_id = coder_agent.example.id + custom_version = "1.82.0" + folder = "/home/coder/my-projet" + accept_license = true } ```