Skip to content

Commit

Permalink
tweak: Update the version of the vault agent used in Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Sep 9, 2022
1 parent 6fa8985 commit 3fa6c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ variable "suffix" {

variable "vault_version" {
description = "The version of Hashicorp Vault to use."
default = "1.10.0"
default = "1.11.2"
}

variable "vault_agent_version" {
description = "The version of the Vault agent to use."
default = "1.2.1"
default = "1.3.1"
}

variable "opentelemetry" {
Expand Down

0 comments on commit 3fa6c6b

Please sign in to comment.