Reorganized folder structure

This commit is contained in:
2025-04-29 22:40:27 +02:00
parent 0d3f4a0a30
commit 0eaadbe6a7
52 changed files with 10 additions and 38 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ resource "kubernetes_config_map" "nextcloud_apache_config" {
# Setup MariaDB database
#
module "nextcloud_database" {
source = "../modules/k8s_mariadb"
source = "../modules/db/mariadb"
namespace = kubernetes_namespace.nextcloud.metadata[0].name
app_name = "nextcloud"