diff --git a/infra/r740/proxmox/main.tf b/infra/r740/proxmox/main.tf index ec08740..0b22d73 100644 --- a/infra/r740/proxmox/main.tf +++ b/infra/r740/proxmox/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.81.0" + version = "0.113.1" } } }