imfreedom/bamboo-terraform

remove the installer and always start the agent
draft
2019-05-26, Gary Kramlich
10cdd0571af7
remove the installer and always start the agent
variable "libvirt_uri" { default = "qemu:///system" }
provider "libvirt" {
uri = "${var.libvirt_uri}"
}