From 9ab300c225c182c1ad6fc9a3cae21badbd98737b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 23 Jun 2022 09:49:03 -0700 Subject: [PATCH] Remove csi deployment --- nomad/root.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nomad/root.tf b/nomad/root.tf index e4ac533..deb63a4 100644 --- a/nomad/root.tf +++ b/nomad/root.tf @@ -2,6 +2,6 @@ module "acls" { source = "./acls" } -module "storage_plugins" { - source = "./storage_plugins" -} +# module "storage_plugins" { +# source = "./storage_plugins" +# }