Skip to content

Commit

Permalink
Fix manifest naming
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Oct 30, 2023
1 parent 3b51385 commit 6ea2e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ build {
}

post-processor "manifest" {
output = "manifest_aws.json"
output = "manifest_aws_${var.source_ami_architecture}.json"
}
}

0 comments on commit 6ea2e98

Please sign in to comment.