diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-01 20:41:48 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-01 20:41:48 +0200 |
commit | 11d2aec9571f2dd5d579a2b890adcd5499f9e1d5 (patch) | |
tree | c03a1e3be557b56ac21cd757413391b6cd886933 | |
parent | 19bd3211069c2ed4a65827495c43591ec05a600f (diff) |
-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 48e3ca3..e453f27 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.76.0" + version = "0.77.0" } local = { source = "hashicorp/local" |