From d8f767ddc5a881b60da4a5e4ae1d2fb98a47d211 Mon Sep 17 00:00:00 2001 From: "lord-of-lightning-bot[bot]" <170540725+lord-of-lightning-bot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 13:24:06 +0000 Subject: [PATCH] =?UTF-8?q?feat(terraform):=20update=20proxmox=20(=200.85.?= =?UTF-8?q?1=20=E2=86=92=200.86.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ------------------ | ----------- | ------ | ------ | | terraform-provider | bpg/proxmox | 0.85.1 | 0.86.0 | --- terraform/tls/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/tls/provider.tf b/terraform/tls/provider.tf index 363b234d1..83f2b4aa0 100644 --- a/terraform/tls/provider.tf +++ b/terraform/tls/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.85.1" + version = "0.86.0" } akeyless = { source = "akeyless-community/akeyless"