Skip to content

Commit 3b666be

Browse files
update
1 parent e3454ad commit 3b666be

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
@@ -82,7 +82,7 @@ resource "coder_script" "code-server" {
8282
LOG_PATH : var.log_path,
8383
INSTALL_PREFIX : var.install_prefix,
8484
// This is necessary otherwise the quotes are stripped!
85-
SETTINGS : replace(replace(replace(jsonencode(var.settings), "\"", "\\\""),"\"\[","\[\\\""),"\]\","\\\"\]")
85+
SETTINGS : replace(replace(replace(jsonencode(var.settings), "\"", "\\\""),"\"[","[\\\""),"]\","\\\"]")
8686
run_on_start = true
8787
}
8888

0 commit comments

Comments
 (0)