removed shell

pull/90/head
Stephen Kirby 2 years ago
parent 1a71239436
commit f5b7df46f2

@ -66,7 +66,6 @@ resource "coder_script" "code-server" {
agent_id = var.agent_id
display_name = "code-server"
icon = "/icon/code.svg"
shell = "bash"
script = templatefile("${path.module}/run.sh", {
VERSION : var.install_version,
EXTENSIONS : join(",", var.extensions),

Loading…
Cancel
Save