From 175fc723472c5a73f9c10a8cdd39cd05127777a2 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Fri, 18 Oct 2024 09:34:19 -0700 Subject: [PATCH] Update sandbox.tf --- sandbox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.tf b/sandbox.tf index e698194..5db9da3 100644 --- a/sandbox.tf +++ b/sandbox.tf @@ -1,7 +1,7 @@ locals { workspace_instances = [ - "arnol377-sandbox" + # "arnol377-sandbox" ] }