update README with limitations section

This commit is contained in:
Lukas Greve
2025-10-20 10:29:26 +02:00
parent b2b4eb9d01
commit 3c8120a733

View File

@@ -29,12 +29,16 @@ cloud-init.tf domain.tf network.tf outputs.tf pool.tf provider.tf variable
- [QEMU](https://www.qemu.org/) - [QEMU](https://www.qemu.org/)
- [libvirt](https://libvirt.org/) - [libvirt](https://libvirt.org/)
- [Terraform provider for Libvirt](https://github.com/dmacvicar/terraform-provider-libvirt) - [Terraform provider for Libvirt](https://github.com/dmacvicar/terraform-provider-libvirt)
- An SSH key pair to connect to machines that are deployed using cloud-init - An SSH key pair to connect to machines that are deployed using cloud-init. See instructions below.
## Assumptions ## Assumptions
- Your Linux x86_64-based machine has at least 4 GB of available memory and 2 CPUs - Your Linux x86_64-based machine has at least 4 GB of available memory and 2 CPUs
## Limitations
- Only a deployment is supported at a time, as some resources are shared. E.g. Ubuntu cannot be deployed alongside Debian.
## How to use it ## How to use it
- Clone this repository - Clone this repository