Merge branch 'renovate/proxmox-3.x' into 'main'

Update Terraform proxmox to v3.0.1-rc8

See merge request developerdurp/homelab!6
This commit is contained in:
2025-05-12 10:07:53 +00:00
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"
}
}
}