v0.7.1
- Rename resources and data sources to better match their use cases and actions.
packer_build
is nowpacker_image
andpacker_file_dependencies
is nowpacker_files
- Simplify resources/data sources
- Add directory support. Now, by default, packer runs in the current directory with
.
as parameter if you don't specify a file or directory. You can specify a different directory or a single packer file. Closes #1