From 6684a03ef0bb557cc596a412de334289187afff2 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Sun, 25 Aug 2024 11:22:28 +0100 Subject: [PATCH] fix: resource name incorrect value --- modules/coder/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }