From a94d258a5c29ad33a3a338ddd181b143cbe66b00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 04:36:02 +0000 Subject: [PATCH] chore(deps): update terraform proxmox to v0.48.1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index a11b676..774fc7e 100644 --- a/main.tf +++ b/main.tf @@ -5,7 +5,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.46.3" + version = "0.48.1" } talos = { source = "siderolabs/talos"