diff --git a/stacks/trading-bot/providers.tf b/stacks/trading-bot/providers.tf index d5469984..3d0bc2c6 100644 --- a/stacks/trading-bot/providers.tf +++ b/stacks/trading-bot/providers.tf @@ -20,6 +20,10 @@ terraform { source = "gavinbunney/kubectl" version = "~> 1.14" } + proxmox = { + source = "telmate/proxmox" + version = "3.0.2-rc07" + } } }