From bd824154d5b314fb56422ce0b040dfb59c4ec9b1 Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:51:24 +0000 Subject: [PATCH] chore: edit type --- code-server/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-server/main.tf b/code-server/main.tf index 5357f8b..c80e537 100644 --- a/code-server/main.tf +++ b/code-server/main.tf @@ -39,7 +39,7 @@ variable "slug" { } variable "settings" { - type = map(any) + type = any description = "A map of settings to apply to code-server." default = {} }