Skip to content

Commit

Permalink
Update Terraform vault to v3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 15, 2024
1 parent f297ca6 commit 5f8eb5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/vault/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
vault = {
source = "hashicorp/vault"
version = "3.24.0"
version = "3.25.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
vault = {
source = "hashicorp/vault"
version = "3.24.0"
version = "3.25.0"
}
unifi = {
source = "paultyng/unifi"
Expand Down

0 comments on commit 5f8eb5b

Please sign in to comment.