From f3cfdc01d7174b24bdbdd53fd3c274fd37521bd4 Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:37:43 +0100 Subject: [PATCH] Update main.tf --- 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 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 = {} }