Move to external boot files
This commit is contained in:
+11
-1
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user