imfreedom/bamboo-terraform

Try to make the dependency stuff work correctly, still having some issues with dns, but kind of working
variable "libvirt_uri" { default = "qemu:///system" }
provider "libvirt" {
uri = "${var.libvirt_uri}"
}