Skip to content

Commit

Permalink
Update Terraform vault to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent a0d4823 commit ef3b23c
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.25.0"
version = "4.4.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.25.0"
version = "4.4.0"
}
unifi = {
source = "paultyng/unifi"
Expand Down

0 comments on commit ef3b23c

Please sign in to comment.