diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-31 21:12:46 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-31 21:12:46 +0200 |
commit | 8d51f18ef5a51129bd6faf737865ce0f1143455b (patch) | |
tree | 6cec9a01eb6f1cffecf84446b17a7b317189a498 | |
parent | 362881053e0600a67139e1a9c997028206e830d0 (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 cb31001..7baf5e9 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.73.2" + version = "0.74.1" } local = { source = "hashicorp/local" |