Skip to content

Commit 432630c

Browse files
committed
chore: edit type
1 parent cbd06b1 commit 432630c

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
@@ -39,7 +39,7 @@ variable "slug" {
3939
}
4040

4141
variable "settings" {
42-
type = map(string)
42+
type = map(any)
4343
description = "A map of settings to apply to code-server."
4444
default = {}
4545
}

0 commit comments

Comments
 (0)