Releases: johandry/terranova
Releases · johandry/terranova
Release v.0.0.4
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
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
This release makes Terranova uses Terraform v0.12
Release v.0.0.1
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