Skip to content

Commit 92c7e18

Browse files
committed
chore: set variable type to map(any)
1 parent 6d747f3 commit 92c7e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-server/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variable "display_name" {
3333
}
3434

3535
variable "settings" {
36-
type = map(string)
36+
type = map(any)
3737
description = "A map of settings to apply to code-server."
3838
default = {}
3939
}

0 commit comments

Comments
 (0)