chore: add start_blocks_login=true (#61)
This commit is contained in:
committed by
GitHub
parent
d7f60d3000
commit
b031136552
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user