From 98b3f0a1d468671f0a21d5fd9ad86af1deecfe48 Mon Sep 17 00:00:00 2001 From: Roger Chao Date: Fri, 14 Feb 2025 12:50:11 -0800 Subject: [PATCH] ci pretty update --- vscode-web/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vscode-web/README.md b/vscode-web/README.md index 77c0576..5846c04 100644 --- a/vscode-web/README.md +++ b/vscode-web/README.md @@ -76,11 +76,11 @@ By default, this module installs the latest. To pin a specific version, retrieve ```tf module "vscode-web" { - count = data.coder_workspace.me.start_count - source = "registry.coder.com/modules/vscode-web/coder" - version = "1.0.30" - agent_id = coder_agent.example.id - commit_id = "e54c774e0add60467559eb0d1e229c6452cf8447" + count = data.coder_workspace.me.start_count + source = "registry.coder.com/modules/vscode-web/coder" + version = "1.0.30" + agent_id = coder_agent.example.id + commit_id = "e54c774e0add60467559eb0d1e229c6452cf8447" accept_license = true } ```