⬆️ Update Terraform proxmox to v0.69.1
Some checks failed
Lint on PR / Lint YAML files (pull_request) Successful in 5s
Ansible Deploy to Hosts / deploy (pull_request) Has been cancelled
OpenTofu Automation / deploy (push) Successful in 18s

This commit is contained in:
Renovate Bot 2025-01-04 14:01:23 +00:00
parent 0711107de4
commit b93aae567f
2 changed files with 2 additions and 2 deletions

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"
}
}
}