Skip to content

Releases: toowoxx/terraform-provider-packer

v0.12.0

02 Jun 08:33
f5a1c2e
Compare
Choose a tag to compare
  • Update Packer to 1.8.1

v0.11.0 – BREAKING CHANGE

22 Apr 12:32
025c3b1
Compare
Choose a tag to compare

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 to ignore_environment to aid #8, #9. Setting this attribute to true now causes the provider to not pass through existing environment variables to Packer. This is set to false by default and means that by default all environment variables are passed through. If you wish to not pass through environment variables, please set ignore_environment to true.

This provider is ready to be used for use cases described in hashicorp/terraform#13664.

v0.10.0

11 Apr 13:21
a0e49a7
Compare
Choose a tag to compare
  • Clean up
  • Add experimental packer_build data source

v0.10.0-beta.1

04 Apr 09:42
a5d9805
Compare
Choose a tag to compare
Add data source packer_build

v0.9.2

17 Mar 16:11
c44de50
Compare
Choose a tag to compare
Update Packer to 1.8.0

v0.9.1

07 Feb 14:51
90e2410
Compare
Choose a tag to compare
  • Update Packer to 1.7.10

v0.9.0

21 Jan 09:03
c345268
Compare
Choose a tag to compare
  • Update Packer to 1.7.9
  • Update docs

Full Changelog: v0.8.2...v0.9.0

v0.8.2

11 Jan 12:17
67b3667
Compare
Choose a tag to compare

Full Changelog: v0.8.1...v0.8.2

v0.8.1

03 Dec 17:27
dffcb3a
Compare
Choose a tag to compare
  • Update docs (to reflect the change in v0.8.0)
  • Update Terraform Plugin Framework dependency

v0.8.0

03 Dec 12:32
6bcc266
Compare
Choose a tag to compare
  • resource packer_image: New attribute keep_environment to pass through environment variables from the provider to Packer (Fixes #2)