Releases: paulRbr/terraform-makefile
Releases · paulRbr/terraform-makefile
Pass all the args Luke
- adds missing command
taint
,workspace
andstate
from terraform - Modify execution from a shell alias to an executable script for
tf-make
New Features
- adds missing command
console
,refresh
andimport
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
- Adds
-check
option in themake lint
task to return an error code in case the formatting is wrong.
Upgrade Terraform to 0.10.6
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
- fix environment variables name with
numbers
- fix
dry-run
command
First release
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
.