Move to external boot files

This commit is contained in:
Greg Hellings
2023-08-11 21:46:51 -05:00
parent 444b9c8980
commit 4955599f41
35 changed files with 740 additions and 1200 deletions
+11 -1
View File
@@ -49,11 +49,16 @@ variable "build" {
default = "0.1"
}
variable "cd_files" {
variable "cd_content" {
type = map(string)
default = {}
}
variable "cd_files" {
type = list(string)
default = []
}
variable "cd_label" {
type = string
default = "cidata"
@@ -64,6 +69,11 @@ variable "http_files" {
default = {}
}
variable "http_directory" {
type = string
default = ""
}
locals {
name = "${var.distro}-${var.version}-${var.arch}"
description = templatefile("../README.box.md", {