imfreedom/bamboo-terraform

a70f5ef491c9
make sure the cloud init images end up in the right pool
variable "libvirt_uri" { default = "qemu:///system" }
provider "libvirt" {
uri = "${var.libvirt_uri}"
}