From 256ea79c413865253a3914157291e46dedcefc15 Mon Sep 17 00:00:00 2001 From: gregory hendrickson Date: Wed, 15 Mar 2023 20:16:21 -0700 Subject: [PATCH] remove compute_enable from main.tf --- main.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.tf b/main.tf index 8a96b34..870f23b 100644 --- a/main.tf +++ b/main.tf @@ -1,9 +1,5 @@ # Module Configuration -module "compute_enable"{ - source = "./modules/compute_enable" -} - module "storage" { source = "./modules/storage" project_id = var.project_id