parent
cf3b9f4518
commit
70aff7bed1
4 changed files with 87 additions and 0 deletions
4
modules/media-centre/main.tf
Normal file
4
modules/media-centre/main.tf
Normal file
|
@ -0,0 +1,4 @@
|
|||
resource "nomad_job" "media-centre" {
|
||||
jobspec = file("${path.module}/jobspec.json")
|
||||
json = true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue