terraform-provider-libvirt

Terraform provider for provisioning KVM/libvirt infrastructure

brewmacoslinux
Try with needOr install directly
Source

About

Terraform provisioning with Linux KVM using libvirt

Commands

terraform-provider-libvirt

Examples

Initialize Terraform with libvirt provider in working directory$ terraform init
Create a KVM virtual machine using Terraform configuration$ terraform apply -var 'vm_name=myvm' -var 'vcpu=2' -var 'memory=2048'
Plan infrastructure changes before applying libvirt resources$ terraform plan -out=tfplan