From 247307ea8c400318148ee07f21557f60fa77700e Mon Sep 17 00:00:00 2001 From: Jaideep <79799016+jayfranco999@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:43:13 +0530 Subject: [PATCH] chore(`packer-images`) adds `Name` tag with a value matching the GC filter (#1553) chore(packer-images) adds Name tag with a value matching the GC filter Signed-off-by: jayfranco999 --- sources.pkr.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/sources.pkr.hcl b/sources.pkr.hcl index 14de8a67b..d91ea9c0f 100644 --- a/sources.pkr.hcl +++ b/sources.pkr.hcl @@ -23,6 +23,7 @@ source "amazon-ebs" "base" { # To improve audit and garbage collecting, we provide tags tags = { + Name = "${local.image_name}-Packer-${var.architecture}" imageplatform = var.architecture imagetype = local.image_name timestamp = local.now_unix_timestamp