Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 14 days ago
JSON representation

Manage KVM virtual machines using tf infrastructure-as-code

Awesome Lists containing this project

README

        

# tf-libvirt

![gitleaks](https://github.com/soerenschneider/tf-libvirt/actions/workflows/gitleaks.yaml/badge.svg)
![lint-workflow](https://github.com/soerenschneider/tf-libvirt/actions/workflows/lint.yaml/badge.svg)
![security-workflow](https://github.com/soerenschneider/tf-libvirt/actions/workflows/security.yaml/badge.svg)

## 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
```