diff --git a/vscode-web/main.tf b/vscode-web/main.tf index 207450e..4a2f04e 100644 --- a/vscode-web/main.tf +++ b/vscode-web/main.tf @@ -92,7 +92,7 @@ variable "order" { } variable "settings" { - type = map(string) + type = any description = "A map of settings to apply to VS Code web." default = {} }