Skip to content

Commit

Permalink
chore(packer-images) adds Name tag with a value matching the GC f…
Browse files Browse the repository at this point in the history
…ilter (#1553)

chore(packer-images) adds Name tag with a value matching the GC filter

Signed-off-by: jayfranco999 <[email protected]>
  • Loading branch information
jayfranco999 authored Nov 26, 2024
1 parent 329e7e0 commit 247307e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 247307e

Please sign in to comment.