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