Create Jellyfin job (#6)

Closes #5

Reviewed-on: #6
This commit is contained in:
Ben Martin 2024-06-15 00:22:02 +01:00
parent cf3b9f4518
commit 70aff7bed1
4 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,4 @@
resource "nomad_job" "media-centre" {
jobspec = file("${path.module}/jobspec.json")
json = true
}