This commit is contained in:
2021-05-20 20:08:54 +02:00
commit bc72c32c23
13 changed files with 668 additions and 0 deletions

8
providers.tf Normal file
View File

@@ -0,0 +1,8 @@
terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.3"
}
}
}