Skip to content

Releases: johandry/terranova

Release v.0.0.4

23 Oct 10:21
Compare
Choose a tag to compare

Release v0.0.4 includes:

  • Get outputs from the Terraform code, no need anymore to check the state.
  • Export of the same Terraform code that will be applied
  • Allow the debug and troubleshooting by executing the Terraform code with terraform
  • Fix a bug related to using multiple non-tf files in the Terraform code.

Release v0.0.3

10 Jan 16:21
Compare
Choose a tag to compare

Release v0.0.3 includes:

  • Use of Log Middleware and Logger to filter the Terraform logs
  • CI with Travis and GH Actions
  • Code coverage with Codecov
  • Unit Tests with code coverage +25%
  • Make the state persist to a file using the PersistStateTo(filename) function
  • Support Terraform Modules, adding multiple Terraform files

Release v0.0.2

17 Oct 22:25
4887c64
Compare
Choose a tag to compare

This release makes Terranova uses Terraform v0.12

Release v.0.0.1

05 Oct 05:31
Compare
Choose a tag to compare

This is the first release of Terranova.
Terranova v0.0.1 includes:

  • Terraform v0.11
  • Go modules
  • Apply(bool)
  • Plan(bool)
  • WriteState(io.Writer)
  • ReadState(io.Reader)
  • Documentation and examples in github.com/johandry/terranova-examples

and more