Consolidate CentOS 7
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user