2022-03-21 23:27:54 -04:00

9 lines
123 B
HCL

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