- Update embedded TF to
1.0.2
- A continuation of
v0.15
release line but now following semver - Please refer to Terraform v1.0 Compatibility Promises
- A continuation of
- fix: remove -lock and -lock-timeout for terraform init - jmccann#130
- fix:
-force
->-auto-approve
- jmccann#128
- added ability to disable refresh
- Update embedded TF to
0.15.1
- Please refer to Terraform v15 Migration Guide
- Update other deps
- Update embedded TF to
0.14.11
- Please refer to Terraform v14 Migration Guide
- Update embedded TF to
0.13.2
- minor version bump due to major version change of terraform
- Update embedded TF to
0.13.1
- added curl
- add ability to load creds from
env_file
parameter (jmccann#107). Thanks @neemiasjnr!
- Update embedded TF to
0.12.20
- Update alpine to 3.11 in docker image (jmccann#109). Thanks @sgerrand!
- Update embedded TF to
0.12.16
- tfValidate vars and var-file argument removal #106 Thanks @gsingh1
- Update embedded TF to
0.12.11
- Update embedded TF to
0.12.10
- Support for parallel execution (jmccann#94). Thanks @caioquirino!
- Updated golang to 1.13
- Update embedded TF to
0.12.8
- Update embedded TF to
0.12.6
- Update embedded TF to
0.12.4
- 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.14
- 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