We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55e7bc commit ef91a93Copy full SHA for ef91a93
code-server/main.tf
@@ -82,7 +82,7 @@ resource "coder_script" "code-server" {
82
LOG_PATH : var.log_path,
83
INSTALL_PREFIX : var.install_prefix,
84
// This is necessary otherwise the quotes are stripped!
85
- SETTINGS : replace(jsonencode(var.settings), "\", "\\\""),
+ SETTINGS : replace(var.settings, "\", "\\\""),
86
})
87
run_on_start = true
88
}
0 commit comments