We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
variable
map(any)
1 parent 6d747f3 commit 92c7e18Copy full SHA for 92c7e18
code-server/main.tf
@@ -33,7 +33,7 @@ variable "display_name" {
33
}
34
35
variable "settings" {
36
- type = map(string)
+ type = map(any)
37
description = "A map of settings to apply to code-server."
38
default = {}
39
0 commit comments