Skip to content

Commit 6a3a05c

Browse files
update
1 parent ef91a93 commit 6a3a05c

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(var.settings, "\", "\\\""),
85+
SETTINGS : replace(var.settings, "\"", "\\\""),
8686
})
8787
run_on_start = true
8888
}

0 commit comments

Comments
 (0)