Re: [packer] Are there any wildcards for the "only" or "except" configurations?

2016-10-11 Thread Evans Tucker
Ah, OK. I was using multiple virtualbox-iso builders, running a variety of provisioners to customize the images with various packages and config files, then sending them to a single amazon-import post-processor... which then turned into multiple amazon-import post-processors because we now have

[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":