diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2026-04-10 17:51:47 +0200 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2026-04-10 17:51:47 +0200 |
| commit | 65010d55d0250300356822512d5013188e76110d (patch) | |
| tree | 626eac144928dc94f381f6cc3982c996112ce914 | |
| parent | 6ef3532ebc562a64c7b1b9a2c66c8bb4e7afedac (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 640f3b6..bab784d 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.93.0" + version = "0.101.1" } local = { source = "hashicorp/local" |
