packer: add more tags identifying the image

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2022-03-08 16:10:54 +01:00 committed by Ondřej Budai
parent 7301ea6b9d
commit 22ec89f956

View file

@ -32,6 +32,9 @@ source "amazon-ebs" "image_builder" {
Name = "${var.image_name}"
composer_commit = "${var.composer_commit}"
osbuild_commit = "${var.osbuild_commit}"
os = "rhel"
os_version = "8"
arch = "x86_64"
}
# Set a name for the resulting AMI.