Skip to content

Commit

Permalink
Bump hashicorp/vault in /example/vault/environments/local
Browse files Browse the repository at this point in the history
Bumps [hashicorp/vault](https://github.com/hashicorp/terraform-provider-vault) from 3.11.0 to 3.15.0.
- [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@v3.11.0...v3.15.0)

---
updated-dependencies:
- dependency-name: hashicorp/vault
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcofranssen committed May 1, 2023
1 parent 093b38f commit 2e46a22
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
35 changes: 17 additions & 18 deletions example/vault/environments/local/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/vault/environments/local/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
vault = {
source = "hashicorp/vault"
version = "~> 3.11.0"
version = "~> 3.15.0"
}
}
}

0 comments on commit 2e46a22

Please sign in to comment.