From 67e4284930b1861ff733f967d11856bcf72ba47d Mon Sep 17 00:00:00 2001 From: gregory hendrickson Date: Wed, 15 Mar 2023 16:21:11 -0700 Subject: [PATCH] update main.tf --- main.tf | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.tf b/main.tf index 36fb320..870f23b 100644 --- a/main.tf +++ b/main.tf @@ -16,7 +16,4 @@ module "network" { } -module "instance-group" { - source = "./modules/instance-group" -}