imfreedom/bamboo-terraform

Add a clean target and setup remote state
draft
2019-05-27, Gary Kramlich
40553e90cced
Add a clean target and setup remote state
variable "libvirt_uri" { default = "qemu:///system" }
provider "libvirt" {
uri = "${var.libvirt_uri}"
}