Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

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

Lines changed: 1 addition & 1 deletion
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)