packer: add more tags identifying the image
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
7301ea6b9d
commit
22ec89f956
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue