revert feat: remove coder deployment
This commit is contained in:
Ben Martin 2024-08-25 11:20:45 +01:00
parent a938a7bd6e
commit 24a4f8e220
3 changed files with 123 additions and 0 deletions

4
modules/coder/main.tf Normal file
View file

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