diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-04-22 19:49:30 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-04-22 19:49:30 +0200 |
commit | 19bd3211069c2ed4a65827495c43591ec05a600f (patch) | |
tree | 340edbc88c6fd5cb867d956666b9078e18d69a66 /opentofu | |
parent | 6d5a1a74918c3ce8f2d91dce14cfe4bfebab930f (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 7a7514b..48e3ca3 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.75.0" + version = "0.76.0" } local = { source = "hashicorp/local" |