diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-10-12 18:24:09 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-10-12 18:24:09 +0200 |
commit | bf6654e316c5f92a101e6badf8fb51f2a6d2ff77 (patch) | |
tree | 3923d5f09a5df7d332de10319a0696807e5eada1 /opentofu | |
parent | 97eacd910e8bc9fb06f59ab25bf5509da7b6a421 (diff) |
Diffstat (limited to 'opentofu')
-rw-r--r-- | opentofu/versions.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf index 3809679..f722ea0 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.82.1" + version = "0.85.0" } local = { source = "hashicorp/local" |