chore: rename data_dir to volume_host

This commit is contained in:
Yuris Cakranegara
2025-06-07 15:01:08 +10:00
parent c4775366e8
commit d441e80fbd
2 changed files with 6 additions and 6 deletions

View File

@@ -14,9 +14,9 @@ output "timezone" {
value = data.dotenv.system_config.entries.TIMEZONE
}
output "data_dir" {
description = "Base directory for data volumes"
value = data.dotenv.system_config.entries.DATA_DIR
output "volume_host" {
description = "Base directory for host volumes"
value = data.dotenv.system_config.entries.VOLUME_HOST
}
output "puid" {