Skip to content

Commit

Permalink
chore: edit type
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Dec 17, 2024
1 parent cbd06b1 commit 432630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ variable "slug" {
}

variable "settings" {
type = map(string)
type = map(any)
description = "A map of settings to apply to code-server."
default = {}
}
Expand Down

0 comments on commit 432630c

Please sign in to comment.