Consolidate CentOS 7

This commit is contained in:
Greg Hellings
2023-08-03 15:46:44 -05:00
parent bb63ff7534
commit 22c04bd092
8 changed files with 61 additions and 18 deletions
+7 -2
View File
@@ -50,8 +50,8 @@ variable "build" {
}
variable "cd_files" {
type = list(string)
default = []
type = map(string)
default = {}
}
variable "cd_label" {
@@ -59,6 +59,11 @@ variable "cd_label" {
default = "cidata"
}
variable "http_files" {
type = map(string)
default = {}
}
locals {
name = "${var.distro}-${var.version}-${var.arch}"
description = templatefile("../README.box.md", {