style: tf formatting

This commit is contained in:
Yuris Cakranegara
2025-08-17 22:25:55 +10:00
parent 8ee71193bb
commit c59ebbcc8b
10 changed files with 65 additions and 65 deletions

View File

@@ -39,8 +39,8 @@ module "calibre" {
}
module "copyparty" {
source = "${local.module_dir}/20-services-apps/copyparty"
fileshare_path = "${local.root_volume}"
source = "${local.module_dir}/20-services-apps/copyparty"
fileshare_path = local.root_volume
config_path = "${local.volume_host}/copyparty"
networks = [module.homelab_docker_network.name]
}