create-vm-template
Generate Terraform configuration to create Proxmox VM templates with customized CPU, memory, disk, and network settings.
Instructions
Generate Terraform configuration for Proxmox VMs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the VM template | |
| vmid | Yes | Proxmox VM ID | |
| template | Yes | Base template to use | |
| cores | No | Number of CPU cores | |
| memory | No | Memory in MB | |
| disk | No | Disk size | 20G |
| network | No | ||
| outputDir | No | Output directory for configuration | terraform |