aboutsummaryrefslogtreecommitdiff
path: root/opentofu
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-12-25 21:18:35 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-12-25 21:18:35 +0100
commit85159d5a9f7d865684cd99cb774cef5f6984c940 (patch)
treef6eb60cfb2569459a3f21811ab362d7880d9df76 /opentofu
parentbf6654e316c5f92a101e6badf8fb51f2a6d2ff77 (diff)
tofu: update bpg/proxmox to 0.90.0
Diffstat (limited to 'opentofu')
-rw-r--r--opentofu/versions.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf
index f722ea0..c11e217 100644
--- a/opentofu/versions.tf
+++ b/opentofu/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
- version = "0.85.0"
+ version = "0.90.0"
}
local = {
source = "hashicorp/local"