From 6ea2e98a0fbd1dd24f89a1b497e00aa8560dde02 Mon Sep 17 00:00:00 2001 From: peterdeme Date: Mon, 30 Oct 2023 11:10:38 +0100 Subject: [PATCH] Fix manifest naming --- aws.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws.pkr.hcl b/aws.pkr.hcl index b006444..81d2608 100644 --- a/aws.pkr.hcl +++ b/aws.pkr.hcl @@ -161,6 +161,6 @@ build { } post-processor "manifest" { - output = "manifest_aws.json" + output = "manifest_aws_${var.source_ami_architecture}.json" } }