3 lines
47 B
Terraform
3 lines
47 B
Terraform
|
provider "libvirt" {
|
||
|
uri = "qemu:///system"
|
||
|
}
|