commit 80d421b6bbfb9c0b0b65f236bceb58b566333506
parent 438c43aa2f5f7f3604abece98890285f7e5ef6e6
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Fri, 31 Jan 2025 00:17:47 +0100
feat(nomad): bump to 1.9.1
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -1,3 +1,5 @@
**.swp
**auto.pkrvars.hcl
+**.img
tls
+manifest.json
diff --git a/hashi-pi.pkr.hcl b/hashi-pi.pkr.hcl
@@ -95,7 +95,7 @@ variable "nomad_server" {
variable "nomad_version" {
type = string
- default = "1.8.2"
+ default = "1.9.1"
}
variable "username" {