Terraform module built to integrate with PROXMOX On-Prem Hypervisor and deploy VMs with Cloud-Init based on an existing VM or Template. The cluster of vms are typically used to run kubernetes on-prem with kubespray.
Name | Version |
---|---|
terraform | >= 1.5 |
proxmox | ~>2.9 |
random | ~> 3.5 |
Name | Version |
---|---|
proxmox | 2.9.14 |
random | 3.5.1 |
No modules.
Name | Type |
---|---|
proxmox_vm_qemu.vm | resource |
random_integer.vm-id | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
proxmox_defaults | Default Proxmox Configurations for Simplicity of Deployment | object({ |
{ |
no |
proxmox_ssh | SSH Keys to provision on the VM | string |
"" |
no |
proxmox_vms | Proxmox VMs to be provisioned | list(object({ |
[] |
no |
No outputs.