- Version bump plugin to
6.0
since terraform0.12
has breaking changes - Update embedded TF to
0.12.1
- Update embedded TF to
0.11.13
- Add
fmt
action
- Update embedded TF to
0.11.11
- Update embedded TF to
0.11.8
- Add
vars
andvar_files
to destroy operation
BREAKING CHANGE
- Removed
destroy
param - Removed
plan
param - Added
actions
param to provide a list of actions to perform. See DOCS.md for more info and examples.
- Add .netrc support
- Update embedded TF to
0.11.7
- Update embedded TF to
0.11.3
- Pass
-var-file
to validate command - Update embedded TF to
0.10.8
- Persist state locking config (jmccann#55)
- Update embedded TF to
0.10.7
Breaking Change
- Update embedded TF to 0.10.3
- In order to support validate in TF 0.10.3 add
vars
to validate command. This is not compatible with older versions of TF.
Breaking Change
- Removed
secrets
key
Added Features
- Added support for
destroy
- Add ability to specify TF version to use via
tf_version