From f1c744fc886c12cc534e6a8c89955d85f5c7e9f4 Mon Sep 17 00:00:00 2001 From: "lord-of-lightning-bot[bot]" <170540725+lord-of-lightning-bot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:30:47 +0000 Subject: [PATCH] =?UTF-8?q?feat(terraform):=20update=20proxmox=20(=200.97.?= =?UTF-8?q?1=20=E2=86=92=200.98.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.97.1 | 0.98.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 db2436c7f..bc778eea3 100644 --- a/terraform/tls/provider.tf +++ b/terraform/tls/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.97.1" + version = "0.98.0" } akeyless = { source = "akeyless-community/akeyless"