chore: add start_blocks_login=true (#61)

This commit is contained in:
Muhammad Atif Ali
2023-09-28 16:14:04 +03:00
committed by GitHub
parent d7f60d3000
commit b031136552
2 changed files with 10 additions and 8 deletions

View File

@@ -31,8 +31,9 @@ resource "coder_script" "personalize" {
script = templatefile("${path.module}/run.sh", {
PERSONALIZE_PATH : var.path,
})
display_name = "Personalize"
icon = "/icon/personalize.svg"
log_path = var.log_path
run_on_start = true
display_name = "Personalize"
icon = "/icon/personalize.svg"
log_path = var.log_path
run_on_start = true
start_blocks_login = true
}