Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e21a5bc

Browse files
authored
Update jupyterlab/main.tf
1 parent c7a3834 commit e21a5bc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

jupyterlab/main.tf

-9
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,3 @@ resource "coder_app" "jupyterlab" {
7272
subdomain = var.subdomain
7373
share = var.share
7474
order = var.order
75-
76-
dynamic "healthcheck" {
77-
for_each = var.subdomain ? toset([true]) : toset([])
78-
content {
79-
url = "http://localhost:${var.port}/@${data.coder_workspace_owner.me.name}/${data.coder_workspace.me.name}/apps/jupyterlab"
80-
interval = 6
81-
threshold = 10
82-
}
83-
}

0 commit comments

Comments
 (0)