8000 fix(code-server): set `settings` variable type to `any` by phorcys420 · Pull Request #368 · coder/modules · GitHub
[go: up one dir, main page]

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

fix(code-server): set settings variable type to any #368

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: edit type
  • Loading branch information
phorcys420 committed Dec 17, 2024
commit 432630c5faf31e0dcc7d5ee5d4b1efd87f3d9dbc
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
Loading
0