diff --git a/code-server/main.tf b/code-server/main.tf index 99616934..5357f8b0 100644 --- a/code-server/main.tf +++ b/code-server/main.tf @@ -39,7 +39,7 @@ variable "slug" { } variable "settings" { - type = map(string) + type = map(any) description = "A map of settings to apply to code-server." default = {} }