parent
a938a7bd6e
commit
24a4f8e220
3 changed files with 123 additions and 0 deletions
4
modules/coder/main.tf
Normal file
4
modules/coder/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