From 530bb7102a57ecad77a7bb6fd84b9f0b0933c34b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 26 Sep 2023 06:00:09 +0300 Subject: [PATCH] fix Jupyterlab --- jupyterlab/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/jupyterlab/main.tf b/jupyterlab/main.tf index e95c0a2..cab53ee 100644 --- a/jupyterlab/main.tf +++ b/jupyterlab/main.tf @@ -40,7 +40,6 @@ resource "coder_script" "jupyterlab" { PORT : var.port }) run_on_start = true - run_on_stopt = false } resource "coder_app" "jupyterlab" {