Skip to content

Commit 1cfce21

Browse files
chore(deps): update hashicorp/vault requirement from ~> 5.9.0 to ~> 5.10.1
Updates the requirements on [hashicorp/vault](https://github.com/hashicorp/terraform-provider-vault) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-vault/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-vault/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-vault@v5.9.0...v5.10.1) --- updated-dependencies: - dependency-name: hashicorp/vault dependency-version: 5.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f68aeb commit 1cfce21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/management/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
vault = {
1414
source = "hashicorp/vault"
15-
version = "~> 5.9.0"
15+
version = "~> 5.10.1"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)