diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2026-01-23 18:05:28 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2026-01-23 18:05:28 +0100 |
| commit | 103334e98a2b64f5cc9767590369c2baa7ee1fd6 (patch) | |
| tree | d4bd511da43d72f073e44d68cf5f7e8012532d51 /opentofu/versions.tf | |
| parent | 7b618d5cfe057b43df036698472dada120f5c057 (diff) | |
tofu: update bpg/proxmox to 0.93.0
Diffstat (limited to 'opentofu/versions.tf')
| -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 c11e217..640f3b6 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.90.0" + version = "0.93.0" } local = { source = "hashicorp/local" |
