packer version: 1.0.3
Host Platform: Arch Linux
template.json: https://github.com/archlinux/arch-boxes/blob/master/vagrant.json
output: https://paste.archlinux.de/M2D8/
You are missing one pair of [] in post-processors. See the docs.
@rickard-von-essen which pair? There is one pair around all post-processors and packer validate template.json
says the file is ok
You need one more to make them a sequence. vagrant-cloud must follow after vagrant, not be executed directly on the output of virtualbox-iso. Check the example in the docs.
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Most helpful comment
You need one more to make them a sequence. vagrant-cloud must follow after vagrant, not be executed directly on the output of virtualbox-iso. Check the example in the docs.