Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soerenschneider/tf-libvirt
- Owner: soerenschneider
- Created: 2020-10-04T18:37:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T09:30:10.000Z (19 days ago)
- Last Synced: 2024-10-20T04:35:21.363Z (18 days ago)
- Topics: infrastructure-as-code, kvm, libvirt, qemu, self-hosted, terraform, tf, virtual-machine
- Language: HCL
- Homepage:
- Size: 83 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```