Re: [packer] Is it possible to pass output from one post-processor to another?

2016-10-11 Thread Alvaro Miranda Aguilera
Hello On the github code there is a new post-processor called manifest: https://github.com/mitchellh/packer/blob/d310de8cf5871354bd1d12996a87020803d373ea/website/source/docs/post-processors/manifest.html.md is not yet on the build I think, so you should try to build from the source with make dev

[packer] Is it possible to pass output from one post-processor to another?

2016-10-11 Thread Evans Tucker
For example, would it be possible to pass the AMI ID that's created by an amazon-import post-processor to local shell post-processor? Something like this: { "post-processors": [ { "type": "amazon-import", ... }, { "type": "shell-local", "inline":