diff options
Diffstat (limited to 'opentofu/versions.tf')
-rw-r--r-- | opentofu/versions.tf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf index de393ca..a872a44 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -3,8 +3,8 @@ terraform { required_providers { proxmox = { - source = "telmate/proxmox" - version = "3.0.1-rc6" + source = "bpg/proxmox" + version = "0.72.0" } local = { source = "hashicorp/local" |