feat: Migrate code-server to coder
This commit is contained in:
parent
4eb40ca819
commit
4d01562061
4 changed files with 105 additions and 62 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