fix: upgrade proxmox provider for Proxmox 9 permissions
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 15s

Move Telmate provider to 3.0.2-rc07, which includes Proxmox 9 permission compatibility and avoids requiring deprecated VM.Monitor.
This commit is contained in:
2026-02-27 21:04:44 +00:00
parent 59fbbb07df
commit 4247d16c24
2 changed files with 31 additions and 32 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "Telmate/proxmox"
version = "3.0.1-rc8"
version = "3.0.2-rc07"
}
}
}
@@ -106,4 +106,3 @@ resource "proxmox_vm_qemu" "llamas" {
bridge = var.bridge
}
}