From 422748277ea7b6284e80670bcf04a648ed3d11b6 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Fri, 18 Oct 2024 09:45:46 -0700 Subject: [PATCH] Update sandbox.tf (#29) --- 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" ] }