feat(terraform): Upgrade Proxmox provider to v3.0.2-rc05
Some checks failed
CD - Deploy Infrastructure / Terraform Validation (push) Failing after 11s
CD - Deploy Infrastructure / Deploy on pve1 (push) Has been skipped
CD - Deploy Infrastructure / Deploy on pve2 (push) Has been skipped
CD - Deploy Infrastructure / Deploy on pve3 (push) Has been skipped
CD - Deploy Infrastructure / Validate K3s Cluster (push) Has been skipped
CD - Deploy Infrastructure / Deployment Notification (push) Failing after 1s

Upgrade from v2.9 to v3.0.2-rc05 for Proxmox 9 compatibility. This version no longer requires the deprecated VM.Monitor permission.
This commit is contained in:
Tellsanguis 2025-11-13 20:09:56 +01:00
parent 912e27c30f
commit 5a5e844852
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "~> 2.9"
version = "3.0.2-rc05"
}
local = {
source = "hashicorp/local"

View file

@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "~> 2.9"
version = "3.0.2-rc05"
}
local = {
source = "hashicorp/local"

View file

@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "~> 2.9"
version = "3.0.2-rc05"
}
local = {
source = "hashicorp/local"