⬆️ Update Terraform proxmox to v0.67.0
Some checks failed
Lint on PR / Lint YAML files (pull_request) Successful in 10s
Deploy to Hosts / deploy (pull_request) Has been cancelled

This commit is contained in:
Renovate Bot 2024-11-20 03:00:57 +00:00
parent 9c4b08d0fe
commit 2fe94693bc
2 changed files with 2 additions and 2 deletions

View file

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

View file

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