diff --git a/vscode-web/main.tf b/vscode-web/main.tf index c9d5682..b5382f1 100644 --- a/vscode-web/main.tf +++ b/vscode-web/main.tf @@ -105,7 +105,7 @@ variable "offline" { variable "use_cached" { type = bool - description = "Uses cached copy VS Code Web in the background, otherwise fetched it from GitHub" + description = "Uses cached copy of VS Code Web in the background, otherwise fetches it from internet" default = false }