removed shell

This commit is contained in:
Stephen Kirby
2023-10-13 19:30:25 +00:00
parent 1a71239436
commit f5b7df46f2

View File

@@ -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),