chore(deps): update terraform proxmox to v0.97.0
All checks were successful
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 58s
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 1m4s

This commit is contained in:
Renovate 2026-02-24 00:02:40 +00:00
parent 9ced54ec3b
commit 138046bce6
6 changed files with 60 additions and 64 deletions

View file

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