Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloZup committed Sep 26, 2018
1 parent 97a280e commit a36d4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libvirt/base/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ variable "bridge" {

variable "images" {
description = "list of images to be uploaded to the libvirt host, leave default for all"
default = ["centos7", "opensuse423", "ubuntu1804", "sles15", "sles11sp4", "sles12", "sles12sp1", "sles12sp2", "sles12sp3", "sles-es7"]
default = ["centos7", "opensuse423", "ubuntui-1804", "sles15", "sles11sp4", "sles12", "sles12sp1", "sles12sp2", "sles12sp3", "sles-es7"]
type = "list"
}

0 comments on commit a36d4ab

Please sign in to comment.