Update Terraform proxmox to v3.0.2-rc08
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Renovate Bot 2026-07-05 23:00:25 +02:00
parent e7d2ace6ef
commit 3b61a2191f
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "3.0.2-rc07"
version = "3.0.2-rc08"
}
}
}

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "3.0.2-rc07"
version = "3.0.2-rc08"
}
}
}