https://github.com/soerenschneider/tf-libvirt
Manage KVM virtual machines using tf infrastructure-as-code
https://github.com/soerenschneider/tf-libvirt
infrastructure-as-code kvm libvirt qemu self-hosted terraform tf virtual-machine
Last synced: 16 days ago
JSON representation
Manage KVM virtual machines using tf infrastructure-as-code
- Host: GitHub
- URL: https://github.com/soerenschneider/tf-libvirt
- Owner: soerenschneider
- Created: 2020-10-04T18:37:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T18:26:40.000Z (23 days ago)
- Last Synced: 2025-04-13T18:41:56.837Z (23 days ago)
- Topics: infrastructure-as-code, kvm, libvirt, qemu, self-hosted, terraform, tf, virtual-machine
- Language: HCL
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tf-libvirt


## Example config file
```yaml
- name: "database"
memory: 4096
mac: "xx:xx:xx:xx:xx:xx"
disk_size_g: 75
vcpus: 2
os: debian-12
create_volume: true
```