terraform { required_providers { proxmox = { source = "telmate/proxmox" version = ">=1.0.0" } } } provider "proxmox" { # Configuration options }