terraform-provider-packer

Terraform Provider for HashiCorp Packer

MPL-2.0 License

Stars
33
Committers
3

Bot releases are visible (Hide)

terraform-provider-packer - v0.16.0 Latest Release

Published by simaotwx 2 months ago

  • Update Packer to 1.10.0 (last commit licensed under MPL)
  • Update dependencies
  • Add (partial) support for complex variables (#7)
  • Add support for sensitive variables (#16)
  • Fix packer log file output (#17)
  • Disable Packer telemetry by default (CHECKPOINT_DISABLE)
  • Fix nil pointer dereference bug in Packer code
  • Add Windows arm64 binary to releases
terraform-provider-packer - v0.16.0-rc4

Published by simaotwx 2 months ago

This is a pre-release. Only for testing.

  • Improve number support in dynamic variables
  • Update documentation
  • Schema housekeeping
  • Add Windows arm64 binary to releases
terraform-provider-packer - v0.16.0-rc3

Published by simaotwx 2 months ago

This is a pre-release. Only for testing.

  • Fix nil pointer dereference bug in Packer code
terraform-provider-packer - v0.16.0-rc2

Published by simaotwx 2 months ago

  • Update Packer to 1.10.0 (last commit licensed under MPL)
  • Update dependencies
  • Add (partial) support for complex variables (#7)
  • Add support for sensitive variables (#16)
  • Fix packer log file output (#17)
  • Disable Packer telemetry by default (CHECKPOINT_DISABLE)
terraform-provider-packer - v0.15.1

Published by simaotwx 12 months ago

  • Fix incorrect addtional_params order (#15)
  • Add documentation for additional_params (#14)
  • Update documentation
terraform-provider-packer - v0.15.0

Published by simaotwx 12 months ago

  • Update Packer to 1.9.4
  • Update Go to 1.20
  • Update dependencies
  • Migrate to latest TFSDK
  • Add some additional information on errors
terraform-provider-packer - v0.14.0

Published by simaotwx almost 2 years ago

  • Update to Packer 1.8.4
terraform-provider-packer - v0.13.0

Published by simaotwx about 2 years ago

  • Update Packer to 1.8.3
  • Update Terraform Plugin Framework
  • BREAKING: Remove experimental data source packer_build.
  • Update documentation
terraform-provider-packer - v0.12.2

Published by simaotwx over 2 years ago

terraform-provider-packer - v0.12.1

Published by simaotwx over 2 years ago

  • Update dependencies
  • Update docs
terraform-provider-packer - v0.12.0

Published by simaotwx over 2 years ago

  • Update Packer to 1.8.1
terraform-provider-packer - v0.11.0 – BREAKING CHANGE

Published by simaotwx over 2 years ago

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 https://github.com/hashicorp/terraform/issues/13664.

terraform-provider-packer - v0.10.0

Published by simaotwx over 2 years ago

  • Clean up
  • Add experimental packer_build data source
terraform-provider-packer - v0.10.0-beta.1

Published by simaotwx over 2 years ago

terraform-provider-packer - v0.9.2

Published by simaotwx over 2 years ago

terraform-provider-packer - v0.9.1

Published by simaotwx over 2 years ago

  • Update Packer to 1.7.10
terraform-provider-packer - v0.9.0

Published by simaotwx over 2 years ago

  • Update Packer to 1.7.9
  • Update docs

Full Changelog: https://github.com/toowoxx/terraform-provider-packer/compare/v0.8.2...v0.9.0

terraform-provider-packer - v0.8.2

Published by simaotwx almost 3 years ago

  • Fix #4 (thanks @UncleSamSwiss)
  • Update direct dependencies

Full Changelog: https://github.com/toowoxx/terraform-provider-packer/compare/v0.8.1...v0.8.2

terraform-provider-packer - v0.8.1

Published by simaotwx almost 3 years ago

  • Update docs (to reflect the change in v0.8.0)
  • Update Terraform Plugin Framework dependency
terraform-provider-packer - v0.8.0

Published by simaotwx almost 3 years ago

  • resource packer_image: New attribute keep_environment to pass through environment variables from the provider to Packer (Fixes #2)
Package Rankings
Top 6.59% on Proxy.golang.org
Related Projects