Releases: toowoxx/terraform-provider-packer
Releases · toowoxx/terraform-provider-packer
v0.12.0
v0.11.0 – BREAKING CHANGE
As per semver specification, 0.y.z versions "MAY change at any time. The public API SHOULD NOT be considered stable.".
This version contains a breaking change and affects #2.
- Changed
keep_environment
toignore_environment
to aid #8, #9. Setting this attribute totrue
now causes the provider to not pass through existing environment variables to Packer. This is set tofalse
by default and means that by default all environment variables are passed through. If you wish to not pass through environment variables, please setignore_environment
totrue
.
This provider is ready to be used for use cases described in hashicorp/terraform#13664.
v0.10.0
v0.10.0-beta.1
Add data source packer_build
v0.9.2
v0.9.1
v0.9.0
- Update Packer to 1.7.9
- Update docs
Full Changelog: v0.8.2...v0.9.0
v0.8.2
- Fix #4 (thanks @UncleSamSwiss)
- Update direct dependencies
Full Changelog: v0.8.1...v0.8.2