From f818e7a294b6aabad6420eec1f02393d3a1d5187 Mon Sep 17 00:00:00 2001 From: Chris ter Beke <1134120+ChrisTerBeke@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:48:55 +0200 Subject: [PATCH] Upgrade Nomad to v1.8.0 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 890a3f6..66728f3 100644 --- a/variables.tf +++ b/variables.tf @@ -24,7 +24,7 @@ variable "machine_type" { variable "nomad_version" { type = string description = "Nomad version to use for the server and client nodes" - default = "1.7.7" + default = "1.8.0" } variable "nomad_datacenter" {