Skip to content

Releases: paulRbr/terraform-makefile

Pass all the args Luke

26 Oct 09:19
Compare
Choose a tag to compare
  • adds missing command taint, workspace and state from terraform
  • Modify execution from a shell alias to an executable script for tf-make

New Features

20 Oct 14:28
Compare
Choose a tag to compare
  • adds missing command console, refresh and import from terraform
  • adds credentials management for OVH provider (OpenStack based API)
  • Ability to execute the terraform makefile wrapper in any directory different than where the makefile is stored 🎉. Thanks @mvisonneau

Upgrade Terraform to 0.10.7

14 Oct 15:05
Compare
Choose a tag to compare
  • Adds -check option in the make lint task to return an error code in case the formatting is wrong.

Upgrade Terraform to 0.10.6

23 Sep 19:52
Compare
Choose a tag to compare

Features

  • Upgrade Terraform to 0.10.6
  • make lint will return a non-zero error code if formatting is changed thanks to 0.10.5's new -check option.

Bugfix release

11 Sep 09:51
Compare
Choose a tag to compare
  • fix environment variables name with numbers
  • fix dry-run command

First release

11 Sep 07:33
Compare
Choose a tag to compare

Version number will be in sync with Terraform version. If fixes needs to be applied in between two terraform releases we will name the release <terraform-version>-i where i will be a positive integer. E.g. 0.10.4-1.