Use the hostname for the unraid server rather than the IP
This commit is contained in:
@@ -34,7 +34,7 @@ resource "nomad_csi_volume_registration" "unraid_database_dump" {
|
||||
}
|
||||
|
||||
context = {
|
||||
source = "//192.168.1.192/database-dump"
|
||||
source = "//betelgeuse-seven-unraid.lan/database-dump"
|
||||
}
|
||||
|
||||
secrets = {
|
||||
|
||||
Reference in New Issue
Block a user