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

This commit is contained in:
Renovate Bot 2025-01-18 03:01:54 +00:00
parent 2acbe71c71
commit eaf56da0db
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ terraform {
required_providers { required_providers {
proxmox = { proxmox = {
source = "bpg/proxmox" source = "bpg/proxmox"
version = "0.69.1" version = "0.70.0"
} }
} }
} }

View file

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