Skip to content

Commit

Permalink
Update backend_modules/null/base/variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Ondřej Holeček <[email protected]>
  • Loading branch information
rjmateus and aaannz authored Aug 17, 2022
1 parent 4e56bb8 commit aa20c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend_modules/null/base/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ variable "provider_settings" {

variable "images" {
description = "list of images to be uploaded to the libvirt host, leave default for all"
default = ["centos7o", "centos8o", "opensuse152o", "opensuse153o", "opensuse154o", "sles11sp4", "sles12sp3", "sles12sp4o", "sles12sp5o", "sles15o", "sles15sp1o", "sles15sp2o", "sles15sp3o", "ubuntu1804o", "ubuntu2004o", "amazonlinux2o", "almalinux8o", "rocky8o"]
default = ["centos7o", "centos8o", "opensuse153o", "opensuse154o", "sles12sp3", "sles12sp4o", "sles12sp5o", "sles15o", "sles15sp1o", "sles15sp2o", "sles15sp3o", "ubuntu1804o", "ubuntu2004o", "amazonlinux2o", "almalinux8o", "rocky8o"]
type = set(string)
}

0 comments on commit aa20c73

Please sign in to comment.