Improve naming and architecture listing

This commit is contained in:
Greg Hellings
2023-11-28 14:02:55 -06:00
parent e6b8a19397
commit 86dfe113a0
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ variable "http_directory" {
}
locals {
name = "${var.distro}-${var.version}-${var.arch}"
name = "${var.distro}-${var.version}"
description = templatefile("../README.box.md", {
distro = var.distro
arch = var.arch