chore: add `start_blocks_login=true`

pull/61/head
Muhammad Atif Ali 2 years ago
parent d7f60d3000
commit 4393fb6f0f
No known key found for this signature in database

@ -54,4 +54,5 @@ resource "coder_app" "filebrowser" {
icon = "https://raw.githubusercontent.com/filebrowser/logo/master/icon_raw.svg"
subdomain = true
share = "owner"
start_blocks_login = true
}

@ -35,4 +35,5 @@ resource "coder_script" "personalize" {
icon = "/icon/personalize.svg"
log_path = var.log_path
run_on_start = true
start_blocks_login = true
}

Loading…
Cancel
Save