Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloZup committed Sep 26, 2018
1 parent a36d4ab commit 803b41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libvirt/base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "libvirt_volume" "sles-es7_volume" {
resource "libvirt_volume" "ubuntu-1804_volume" {
name = "${var.name_prefix}ubuntu-1804"
source = "https://cloud-images.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-cloudimg-amd64.img"
count = "${var.use_shared_resources ? 0 : (contains(var.images, "sles-es7") ? 1 : 0)}"
count = "${var.use_shared_resources ? 0 : (contains(var.images, "ubuntu-1804") ? 1 : 0)}"
pool = "${var.pool}"
}

Expand Down

0 comments on commit 803b41c

Please sign in to comment.