Releases: mvisonneau/tfcw
Releases · mvisonneau/tfcw
0.0.4
Added
- Capability to manage the workspace SSH key
- Added a timeout flag to automatically exit if the run is too long to start
Changed
- Reviewed the examples and configuration syntax documentation
- Bumped go modules versions
0.0.3
Added
- Support for managing some workspace configuration within the tfcw.hcl file
Changed
- Bumped to go 1.14 / goreleaser 0.129.0
- Fixed a bug preventing the Vault provider from working properly when using multiple values
- Fixed a bug preventing errors from being returned on provider deciphering failures
0.0.2
Added
- Custom name for runs
- Workspace status and current-run-id commands
- Refactored the CLI for creating runs
- Added standalone commands for approving or discarding runs
- Covered ~40% of the codebase with unit tests
- Added the possibility to export the runID into a file when created
0.0.1
Added
- Read configuration form HCL (or json) file
- Fetch sensitive values from 3 providers :
vault
,s5
andenvironment variables
- Plan and apply Terraform stacks
- dry-run feature on render function
- purge unmanaged variables