terraform { required_providers { proxmox = { source = "Telmate/proxmox" version = "3.0.2-rc07" } } } provider "proxmox" { # Configuration options pm_tls_insecure = true }