terraform/providers.tf
2024-12-03 18:20:16 +07:00

3 lines
47 B
HCL

provider "libvirt" {
uri = "qemu:///system"
}