⬆️ Update Terraform proxmox to v0.68.1
Some checks failed
Ansible Deploy to Hosts / deploy (pull_request) Has been cancelled

This commit is contained in:
Renovate Bot 2024-12-07 03:01:05 +00:00
parent a3fe007875
commit 8ce51171dc
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"
}
}
}