Update Terraform proxmox to v3.0.1-rc8

This commit is contained in:
Renovate Bot
2025-05-08 11:36:35 +00:00
parent 4b0ef9a97e
commit 6a26e350d3
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ terraform {
required_providers {
proxmox = {
source = "Telmate/proxmox"
version = "3.0.1-rc6"
version = "3.0.1-rc8"
}
}
}