feat: restructure volume path

This commit is contained in:
Yuris Cakranegara
2025-08-06 11:07:18 +10:00
parent 3725c73bce
commit 6595de4788
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
locals {
module_dir = "../modules"
volume_host = module.system_globals.volume_host
root_volume = module.system_globals.volume_host
volume_host = "${module.system_globals.volume_host}/appdata"
}
module "system_globals" {