hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | README

commit b8f402c6afdef53ffca390f89636e2cabdebdf07
parent 48caf849cafaf86d17cddded3d7f2c25ffc84a02
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue,  9 Jul 2024 21:41:27 +0200

feat: nomad 1.8.1 and vault 1.17.1

Diffstat:
Mhashi-pi.pkr.hcl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hashi-pi.pkr.hcl b/hashi-pi.pkr.hcl @@ -107,7 +107,7 @@ variable "nomad_vault_token" { variable "nomad_version" { type = string - default = "1.7.7" + default = "1.8.1" } variable "username" { @@ -143,7 +143,7 @@ variable "vault_transit_token" { variable "vault_version" { type = string - default = "1.16.2" + default = "1.17.1" } source "arm" "hashipi" {