Skip to content

Commit

Permalink
chore(deps): update terraform vault to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 54a95bd commit b47c6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provision/gpc/main.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 = "4.2.0"
version = "4.4.0"
}
proxmox = {
source = "bpg/proxmox"
Expand Down
2 changes: 1 addition & 1 deletion provision/servonet/main.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 = "4.2.0"
version = "4.4.0"
}
proxmox = {
source = "bpg/proxmox"
Expand Down

0 comments on commit b47c6fc

Please sign in to comment.