From 611c314e2b1bff1f47446edbd9e69fe33c97c554 Mon Sep 17 00:00:00 2001 From: gregory hendrickson Date: Wed, 15 Mar 2023 15:54:49 -0700 Subject: [PATCH] remove autoscale dir --- main.tf | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.tf b/main.tf index eff0c5a..0cfa335 100644 --- a/main.tf +++ b/main.tf @@ -33,6 +33,3 @@ module "instance-group" { source = "./modules/instance-group" } -module "autoscale" { - source = "./modules/autoscale" -} \ No newline at end of file