⬆️ Update Terraform proxmox to v0.69.1 #621

Merged
mafyuh merged 1 commit from renovate/proxmox-0.x into main 2025-01-04 21:59:51 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b93aae567f - Show all commits

View file

@ -24,7 +24,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.69.0"
version = "0.69.1"
}
}
}

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.69.0"
version = "0.69.1"
}
}
}