From 4c016da032a7798972ed2b63794a67d654db01c5 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Thu, 2 May 2024 17:45:09 -0700 Subject: [PATCH] Update main.tf Co-authored-by: Asher --- vscode-web/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-web/main.tf b/vscode-web/main.tf index b5382f1..377ac01 100644 --- a/vscode-web/main.tf +++ b/vscode-web/main.tf @@ -99,7 +99,7 @@ variable "settings" { variable "offline" { type = bool - description = "Just run VS Code Web in the background, don't fetch it from GitHub" + description = "Just run VS Code Web in the background, don't fetch it from the internet." default = false }