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: 5 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T09:39:46.000Z (5 months ago)
- Last Synced: 2025-05-13T04:57:02.132Z (5 months ago)
- Topics: infrastructure-as-code, kvm, libvirt, qemu, self-hosted, terraform, tf, virtual-machine
- Language: HCL
- Homepage:
- Size: 97.7 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
```