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

This commit is contained in:
Renovate Bot 2024-11-26 02:01:14 +00:00 committed by Matt Reeves
parent 5bdd8ea355
commit 2cde1db471
2 changed files with 2 additions and 2 deletions

View file

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

View file

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