From e21a5bc56e03ab78ba75b9f31af68f66a13fced7 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 15 Oct 2024 22:54:00 +0500 Subject: [PATCH] Update jupyterlab/main.tf --- jupyterlab/main.tf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/jupyterlab/main.tf b/jupyterlab/main.tf index 239c5aa..d50ed02 100644 --- a/jupyterlab/main.tf +++ b/jupyterlab/main.tf @@ -72,12 +72,3 @@ resource "coder_app" "jupyterlab" { subdomain = var.subdomain share = var.share order = var.order - - dynamic "healthcheck" { - for_each = var.subdomain ? toset([true]) : toset([]) - content { - url = "http://localhost:${var.port}/@${data.coder_workspace_owner.me.name}/${data.coder_workspace.me.name}/apps/jupyterlab" - interval = 6 - threshold = 10 - } - }