diff --git a/modules/coder/main.tf b/modules/coder/main.tf index f285e4d..72aedd3 100644 --- a/modules/coder/main.tf +++ b/modules/coder/main.tf @@ -1,4 +1,4 @@ -resource "nomad_job" "media-centre" { +resource "nomad_job" "coder" { jobspec = file("${path.module}/jobspec.json") json = true }