https://www.pulumi.com/registry/packages/proxmoxve/
Pulumi Home Get Started Cloud Engineering Products Pricing Docs Blog Learn Pulumi Events & Workshops GitHub Slack Registry Sign In Get Started Star Slack Docs Registry Sign In Pulumi Registry Get Started Search Pulumi Registry Proxmox Virtual Environment (Proxmox VE) Proxmox Virtual Environment (Proxmox VE) v2.3.1, Feb 10 23 Proxmox Virtual Environment (Proxmox VE) v2.3.1 published on Friday, Feb 10, 2023 by Daniel Muehlbachler-Pietrzykowski muhlba91/pulumi-proxmoxve Overview Install Installation & Configuration API API Docs The Proxmox Virtual Environment (Proxmox VE) provider for Pulumi can be used to provision virtual machines and containers using Proxmox VE . const proxmox = require ( "@muhlba91/pulumi-proxmoxve" ) const virtualMachine = new proxmox . vm . VirtualMachine ( 'vm' , { nodeName : 'pve1' , agent : { enabled : false , // toggles checking fo...