diff --git a/nomad/services.tf b/nomad/services.tf index 25639c7..d08830b 100644 --- a/nomad/services.tf +++ b/nomad/services.tf @@ -1,8 +1,8 @@ -module "nextcloud" { - source = "./nextcloud" - - depends_on = [module.databases] -} +# module "nextcloud" { +# source = "./nextcloud" +# +# depends_on = [module.databases] +# } module "backups" { source = "./backups"