Update vscode-web/main.tf

Co-authored-by: Muhammad Atif Ali <me@matifali.dev>
pull/235/head
Michael Brewer 1 year ago committed by GitHub
parent b78593ce6d
commit c6857f7f4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
}

Loading…
Cancel
Save