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
Prev Previous commit
Next Next commit
chore: edit type
  • Loading branch information
phorcys420 committed Dec 17, 2024
commit bd824154d5b314fb56422ce0b040dfb59c4ec9b1
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(any)
type = any
description = "A map of settings to apply to code-server."
default = {}
}
Expand Down
Loading
0