Skip to content

Releases: getporter/terraform-mixin

v0.10.0

12 Aug 18:51
465b046
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0

v0.9.1

04 Mar 14:12
c6306fb
Compare
Choose a tag to compare

v0.9.0

22 Sep 21:13
432a500
Compare
Choose a tag to compare

v0.8.0

23 Aug 21:01
4ab692d
Compare
Choose a tag to compare

Porter Terraform Mixin v0.8.0

This release brings some much needed version bumps, fixes and code cleanup.

First up, the default Terraform version has been bumped to 1.0.4, plus associated example updates, thanks to @ThorstenHans -- whose contributions this release also include slimming down the mixin image (see #78). Thank you!

Otherwise, we've removed some deprecated fields and fixed a bug around the auto-generation of the tfvars file on install.

Full Changelog

v0.7.0

02 Aug 17:19
71a616f
Compare
Choose a tag to compare

Terraform Mixin v0.7.0

🎉 This release ships with a new feature thanks to @bdegeeter! It adds terraform variable persistence across bundle actions via the use of Terraform's tfvars file. When this is used, any/all terraform variables declared at install time needn't be re-declared for subsequent action, saving typing and time.

For full details and examples see the updated README.md.

Full Changelog

v0.6.2

08 Apr 17:47
97c0adc
Compare
Choose a tag to compare

v0.6.1

08 Oct 16:00
174d233
Compare
Choose a tag to compare

Fixes

  • getporter org updates #53
  • Update README.md - add badge and logo #55
  • move to Apache 2.0 per CNCF #54
  • quote -var value to allow for spaces, etc. #49
  • remove trailing newline from output value #50
  • update README around state; update basic example #48
  • update Brigade CI #45
  • bump porter dep; add 'go mod tidy' to build #46
  • fix test-cli script per porter usage #47

Install or Upgrade

porter mixins install terraform

v0.6.0

24 Jul 17:00
5f85f70
Compare
Choose a tag to compare

Features

Misc

  • Rename master branch to main 7916987
  • Add cli test (ported from main Porter repo) 309e55d

Install / Upgrade

https://porter.sh/mixins/terraform/

porter mixin install terraform --feed-url https://cdn.porter.sh/mixins/atom.xml

v0.5.3-beta.1

05 Apr 19:05
8dda9f3
Compare
Choose a tag to compare
Merge pull request #38 from vdice/ref/exec-builder

ref(*): refactor to utilize exec/builder logic

v0.5.2-beta.1

05 Apr 19:05
7d39f43
Compare
Choose a tag to compare