diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-12-25 21:18:35 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-12-25 21:18:35 +0100 |
| commit | 85159d5a9f7d865684cd99cb774cef5f6984c940 (patch) | |
| tree | f6eb60cfb2569459a3f21811ab362d7880d9df76 | |
| parent | bf6654e316c5f92a101e6badf8fb51f2a6d2ff77 (diff) | |
tofu: update bpg/proxmox to 0.90.0
| -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 f722ea0..c11e217 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.85.0" + version = "0.90.0" } local = { source = "hashicorp/local" |
