Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a3834 commit e21a5bcCopy full SHA for e21a5bc
jupyterlab/main.tf
@@ -72,12 +72,3 @@ resource "coder_app" "jupyterlab" {
72
subdomain = var.subdomain
73
share = var.share
74
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