⬆️ Update Terraform proxmox to v0.68.1
All checks were successful
OpenTofu Automation / deploy (push) Successful in 18s

This commit is contained in:
Renovate Bot 2024-12-07 03:01:05 +00:00 committed by Matt Reeves
parent df975f391b
commit 4f5d69546a
2 changed files with 2 additions and 2 deletions

View file

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

View file

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