terraform libvirt

prerequis

Setup libvirt provider for terraform https://github.com/dmacvicar/terraform-provider-libvirt/releases

yaourt -S terraform-provider-libvirt

Provision compute into qemu/kvm with terraform and libvirt provider

export LIBVIRT_DEFAULT_URI="qemu+tcp://127.0.0.1/system"

terraform init

terraform apply

Description
run compute on terraform with libvirt hypervisor
Readme 76 KiB
Languages
HCL 85.2%
Makefile 14.1%
Shell 0.7%