2023-10-23 10:44:10 -04:00

9 lines
123 B
HCL

terraform {
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.6.14"
}
}
}