chore(deps): upgrade bpg/proxmox provider to v0.89.0

Updates the `bpg/proxmox` Terraform provider from version 0.43.0 to 0.89.0 in the production lock file to pull in the latest upstream changes.

Additionally, applies automatic markdown formatting to tables in `docs/proxmox-setup.md` to align columns and improve readability.
This commit is contained in:
darnodo
2025-12-07 13:47:14 +01:00
parent 1b02d43ec4
commit 4623674632
3 changed files with 43 additions and 43 deletions

View File

@@ -10,7 +10,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.43.0"
version = "0.89.0"
}
}
}