We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd06b1 commit 432630cCopy full SHA for 432630c
code-server/main.tf
@@ -39,7 +39,7 @@ variable "slug" {
39
}
40
41
variable "settings" {
42
- type = map(string)
+ type = map(any)
43
description = "A map of settings to apply to code-server."
44
default = {}
45
0 commit comments