From d152fb5fab9b487e2e701f1e76a1e8d8e23be959 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 15 Oct 2024 22:57:19 +0500 Subject: [PATCH] Update jupyterlab/main.tf --- jupyterlab/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab/main.tf b/jupyterlab/main.tf index 08c93a0..88933ff 100644 --- a/jupyterlab/main.tf +++ b/jupyterlab/main.tf @@ -67,7 +67,7 @@ resource "coder_app" "jupyterlab" { agent_id = var.agent_id slug = "jupyterlab" # sync with the usage in URL display_name = "JupyterLab" - url = var.subdomain ? "http://localhost:${var.port}/@${data.coder_workspace_owner.me.name}/${data.coder_workspace.me.name}/apps/jupyterlab" : "http://localhost:${var.port}" + url = var.subdomain ? "http://localhost:${var.port}" : "http://localhost:${var.port}/@${data.coder_workspace_owner.me.name}/${data.coder_workspace.me.name}/apps/jupyterlab" icon = "/icon/jupyter.svg" subdomain = var.subdomain share = var.share