Use the hostname for the unraid server rather than the IP

This commit is contained in:
2025-11-07 19:42:38 +11:00
parent 2803f694e8
commit 443d614a66
8 changed files with 15 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ resource "nomad_csi_volume_registration" "unraid_appdata_unifi_network" {
}
context = {
source = "//192.168.1.192/appdata"
source = "//betelgeuse-seven-unraid.lan/appdata"
subDir = "unifi-network" # Note: Needs to be manually created on the share
}