Skip to content

Releases: mvisonneau/tfcw

0.0.4

01 Apr 18:05
f20e49b
Compare
Choose a tag to compare

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

21 Mar 16:29
d973833
Compare
Choose a tag to compare

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

27 Feb 16:24
74871f9
Compare
Choose a tag to compare

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

18 Feb 18:52
ff16ad8
Compare
Choose a tag to compare

Added

  • Read configuration form HCL (or json) file
  • Fetch sensitive values from 3 providers : vault, s5 and environment variables
  • Plan and apply Terraform stacks
  • dry-run feature on render function
  • purge unmanaged variables