IMPROVEMENTS
- Upgrade to latest ruby_terraform, adding Microsoft Windows support.
IMPROVEMENTS
- Allow environment to be provided for command invocation.
IMPROVEMENTS
- Add support for fetching ARM Terraform binaries.
IMPROVEMENTS
- Upgrade to latest ruby_terraform.
IMPROVEMENTS:
- A validate task is now included and installed as part of the default task definition.
IMPROVEMENTS:
- The state file can now be specified as a lambda that receives task arguments and parameters and is expected to return the state file path.
IMPROVEMENTS:
- The plan rake task now passes from_module to init to specify the source module
BACKWARDS INCOMPATIBILITIES / NOTES:
- Due to backwards incompatible changes in terraform 0.10, this release will only work with terraform >= 0.10.
IMPROVEMENTS:
- The provision rake task now passes from_module to init to specify the source module
- The provision rake task now passes auto_approve as true to apply in preparation for an upcoming terraform release that will set this flag to false by default.