Releases: AzBuilder/terraform-spring-boot
Releases · AzBuilder/terraform-spring-boot
0.3.0
- Adding support for macOS.
0.2.1
- Fix terraformEnvironmentVariables
- Execute plan before apply
0.2.0
- Support to disable terraform cli ouput colors.
- Code refactor TerraformClient class.
- Add builder to TerraformClient
0.0.6
- Terraform destroy after version 0.15.0 use -auto-approve instead of -force flag
0.0.5
- Add support for terraform init with backend-config option inside TerraformClient
0.0.4
- Adding terraform client execute plan with parameters support
0.0.3
- Fix linux issue to execute a new terraform version
0.0.2
General improvements:
- Add TerraformDownloader class
- Modify TerraformClient class to handle executions with multiple terraform versions.
0.0.1
Initial release
- Support to execute terraform init, plan, apply and destroy.
- Support to set environment variables.
- Support to send terraform parameters.