imfreedom/bamboo-terraform

Lots of doc updates
draft
2019-05-27, Gary Kramlich
435e16a05f1c
Lots of doc updates
variable "base_image_url" { default = "https://cdimage.debian.org/cdimage/openstack/current-9/debian-9-openstack-amd64.qcow2" }
resource "libvirt_volume" "debian_base" {
name = "debian-base"
pool = "${var.volume_pool}"
source = "${var.base_image_url}"
format = "qcow2"
}