Releases: wobondar/tfconfig
Releases · wobondar/tfconfig
Release v0.5.1
- Terraform version detected from project
terraform.env
configTERRAFORM_VERSION
variable
old projects are backward compatible
Full Changelog: v0.5.0...v0.5.1
Release v0.5.0
- Terraform environments version via argument
-ev=2
orTF_ENV_VERSION
variable to support HCL2 - Apple Silicon (M1) support
- Linux arm64 support
Full Changelog: v0.4.2...v0.5.0
Release v0.4.2
- Template and Dns provider versions from an environment
.env
Release v0.4.1
- Null and Random provider versions come from an environment
.env
Release v0.4.0
- Updated aws-go-sdk v1.15.49 (was v1.13.37)
- SSM buffering issue fixed with more than 10 SSM variables during batch request
- Some debugging/logs options
- "Special" cli flag :)
Release v0.3.5
- Support for AWS_PROFILE with s3 backend block whenever running locally
Release v0.3.4
- Backend command support for new project environment configurations
Release v0.3.3
Ability to use ENV variable for local running instead of cli flag
Just set TF_LOCAL=true
.
Release v0.3.2
- Refactored backend command
- Refactored env command that will use terraform.env project config
- Dirty implementation of the separated project and environment Terraform configurations
- Not tested
Release v0.3.0
- Handling for not existent SSM keys with properly error
If the key doesnt exists in AWS SSM, the value after processing dotenv file will be replaced as VALUE_NOT_EXISTS
Corresponding warning will be logged according to the export mode