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

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