chore(deps): update terraform proxmox to v0.95.0

This commit is contained in:
Renovate 2026-02-10 00:04:23 +00:00
parent 0c4862fcd1
commit ca6e1c01f6
6 changed files with 64 additions and 64 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.94.0"
version = "0.95.0"
}
http = {
source = "hashicorp/http"