parent
6ecd68f862
commit
1ec28a61a7
4 changed files with 74 additions and 0 deletions
4
modules/code-server/main.tf
Normal file
4
modules/code-server/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