From acee9670d0c667aadc4dd1d11a9df5874f85bd66 Mon Sep 17 00:00:00 2001 From: Liam Pietralla Date: Sun, 19 Oct 2025 21:39:32 +1100 Subject: [PATCH] fix var --- infra/nomad/code-snippets.nomad.hcl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/nomad/code-snippets.nomad.hcl b/infra/nomad/code-snippets.nomad.hcl index ccbfea5..93b4dab 100644 --- a/infra/nomad/code-snippets.nomad.hcl +++ b/infra/nomad/code-snippets.nomad.hcl @@ -1,12 +1,12 @@ +variable "version" { +type = string +default = "latest" +} + job "code-snippets" { datacenters = ["dc1"] type = "service" - variable "version" { - type = string - default = "latest" - } - group "code-snippets" { count = 1