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

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

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