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

Update Terraform proxmox to v3.0.1-rc9

See merge request developerdurp/homelab!22
This commit is contained in:
2025-05-22 10:34:26 +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-rc8"
version = "3.0.1-rc9"
}
}
}