From aa20c73d268a53e21ab9f61e656be095eb36e901 Mon Sep 17 00:00:00 2001 From: Ricardo Mateus Date: Wed, 17 Aug 2022 10:10:18 +0100 Subject: [PATCH] Update backend_modules/null/base/variables.tf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ondřej Holeček --- backend_modules/null/base/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_modules/null/base/variables.tf b/backend_modules/null/base/variables.tf index 64761e76c..fa35a57aa 100644 --- a/backend_modules/null/base/variables.tf +++ b/backend_modules/null/base/variables.tf @@ -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) }