0.4.1 (September 25, 2016)
FEATURES:
- Terraform rake tasks now accept runtime arguments, ie:
rake example:module_test:plan[1,2] -- --no-drift --help
IMPROVEMENTS:
- Change COVALENCE_CONFIG to default to covalence.yaml
- Gem spec enforce Ruby version >= 2.0.0
FIXES:
- Terraform path handling when terraform is ran in a docker container context. Volume is mounted at the TERRAFORM_DIR base, workdir is a relative subpath to the TERRAFORM_DIR base.
- Fixed shell interpolation bug for terraform 0.7.x inputs, which currently forces string types.