From 4d153ba67bcb6ee05794b448cbe2cd114d39e0e4 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Tue, 18 Apr 2023 07:40:42 +0000 Subject: [PATCH] Add 'README.md' --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e09e842 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# tf-debian-vm + +Terraform module to easily create a Debian virtual machine using the libvirt [Terraform provider](https://registry.terraform.io/providers/dmacvicar/libvirt/latest/docs). + +Features: +- SSH host certificate authentication +- Cloud-init bootstrapped +- Ability to attach disk for permanent storage \ No newline at end of file