From 2d43c2cd20b8b77aabfc290541abd97b4ae85549 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Thu, 2 May 2024 17:47:30 -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 377ac01..084f830 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 of VS Code Web in the background, otherwise fetches it from internet" + description = "Uses cached copy of VS Code Web in the background, otherwise fetches it from internet." default = false }