From f2e564e5ef861e2887b33cdbffdd6828f36966e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:24:28 +0000 Subject: [PATCH] Bump the terraform-providers group across 2 directories with 1 update Bumps the terraform-providers group with 1 update in the /modules/landing-zone directory: [hashicorp/vault](https://github.com/hashicorp/terraform-provider-vault). Bumps the terraform-providers group with 1 update in the /modules/management directory: [hashicorp/vault](https://github.com/hashicorp/terraform-provider-vault). Updates `hashicorp/vault` from 5.6.0 to 5.7.0 - [Release notes](https://github.com/hashicorp/terraform-provider-vault/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-vault/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-vault/compare/v5.6.0...v5.7.0) Updates `hashicorp/vault` from 5.6.0 to 5.7.0 - [Release notes](https://github.com/hashicorp/terraform-provider-vault/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-vault/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-vault/compare/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: hashicorp/vault dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/vault dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers ... Signed-off-by: dependabot[bot] --- modules/landing-zone/main.tf | 2 +- modules/management/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/landing-zone/main.tf b/modules/landing-zone/main.tf index c3c50bb..81f6dc1 100644 --- a/modules/landing-zone/main.tf +++ b/modules/landing-zone/main.tf @@ -11,7 +11,7 @@ terraform { } vault = { source = "hashicorp/vault" - version = "5.6.0" + version = "5.7.0" } } } diff --git a/modules/management/main.tf b/modules/management/main.tf index 95084f8..026035a 100644 --- a/modules/management/main.tf +++ b/modules/management/main.tf @@ -12,7 +12,7 @@ terraform { } vault = { source = "hashicorp/vault" - version = "5.6.0" + version = "5.7.0" } } }