diff --git a/vscode-web/main.tf b/vscode-web/main.tf index 41ffd63..dd2ab3b 100644 --- a/vscode-web/main.tf +++ b/vscode-web/main.tf @@ -93,7 +93,7 @@ variable "order" { variable "settings" { type = map(string) - description = "A map of settings to apply to code-server." + description = "A map of settings to apply to VS Code web." default = {} }