From 0dcba9b08c6b99541fbd265dc008b0e839e822c7 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 21 Oct 2024 08:06:58 +0500 Subject: [PATCH] Update jupyterlab/main.tf Co-authored-by: Asher --- jupyterlab/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab/main.tf b/jupyterlab/main.tf index e893f53..27f514b 100644 --- a/jupyterlab/main.tf +++ b/jupyterlab/main.tf @@ -41,7 +41,7 @@ variable "share" { variable "subdomain" { type = bool - description = "Determines whether JupyterLab will be accessed via it's own subdomain or whether it will be accessed via a path on Coder." + description = "Determines whether JupyterLab will be accessed via its own subdomain or whether it will be accessed via a path on Coder." default = true }