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:
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" {