From 8f2b441a5407c1667ff4a43645fb7c55de62b7c9 Mon Sep 17 00:00:00 2001 From: Oscar Lopez Date: Wed, 28 Feb 2024 01:39:51 -0500 Subject: [PATCH] Minecraft Server initial setup --- config.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.tf b/config.tf index 57a511d..807b43c 100644 --- a/config.tf +++ b/config.tf @@ -5,9 +5,9 @@ terraform { organization = "Kroz" # The name of the Terraform Cloud workspace to store Terraform state files in. - workspaces { + /* workspaces { name = "minecraft-server-terraform" - } + } */ } }