Replace the volume test with a useful file browser

This commit is contained in:
2025-05-04 16:47:31 +10:00
parent 1a4d434d5b
commit 1df01e6c76
5 changed files with 112 additions and 111 deletions

View File

@@ -62,6 +62,6 @@ resource "nomad_volume" "unraid_transfer" {
}
}
resource "nomad_job" "volume_test" {
jobspec = file("volume-test.nomad.hcl")
resource "nomad_job" "transfer" {
jobspec = file("transfer.nomad.hcl")
}