From 82f7a243a0cc9359b79b6bb0bf39e609853ad670 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 01:36:45 +0000 Subject: [PATCH] breaking: the dependency `vault` has been updated to a new major version (5.6.0), which may include breaking changes. #major --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index f0cdef7..a213527 100644 --- a/versions.tf +++ b/versions.tf @@ -38,7 +38,7 @@ terraform { vault = { source = "hashicorp/vault" - version = "3.25.0" + version = "5.6.0" } kubernetes = {