diff options
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 0f20197..cb31001 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.73.1" + version = "0.73.2" } local = { source = "hashicorp/local" |