diff --git a/vscode-web/main.tf b/vscode-web/main.tf index 45771d6..72d59c5 100644 --- a/vscode-web/main.tf +++ b/vscode-web/main.tf @@ -99,7 +99,7 @@ variable "settings" { variable "offline" { type = bool - description = "Just run code-server in the background, don't fetch it from GitHub" + description = "Just run VS Code Web in the background, don't fetch it from GitHub" default = false }