From 9354d59a9736bf903f2c7885dcd45c724eaee20e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:12:48 +0000 Subject: [PATCH] chore(deps): update terraform proxmox to v0.54.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index a11b676..3384f89 100644 --- a/main.tf +++ b/main.tf @@ -5,7 +5,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.46.3" + version = "0.54.0" } talos = { source = "siderolabs/talos"