Skip to content

Releases: wobondar/tfconfig

Release v0.5.1

30 Nov 15:30
f57370f
Compare
Choose a tag to compare
  • Terraform version detected from project terraform.env config TERRAFORM_VERSION variable
    old projects are backward compatible

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

15 Apr 12:07
975e4d5
Compare
Choose a tag to compare
  • Terraform environments version via argument -ev=2 or TF_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

25 Jan 20:27
9d3c737
Compare
Choose a tag to compare
  • Template and Dns provider versions from an environment .env

Release v0.4.1

01 Jun 14:22
Compare
Choose a tag to compare
  • Null and Random provider versions come from an environment .env

Release v0.4.0

08 Oct 18:50
bf6bb03
Compare
Choose a tag to compare
  • 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

01 Aug 15:36
93d9c25
Compare
Choose a tag to compare
  • Support for AWS_PROFILE with s3 backend block whenever running locally

Release v0.3.4

01 Aug 15:20
f7b03f2
Compare
Choose a tag to compare
  • Backend command support for new project environment configurations

Release v0.3.3

31 Jul 22:38
6849dab
Compare
Choose a tag to compare

Ability to use ENV variable for local running instead of cli flag
Just set TF_LOCAL=true.

Release v0.3.2

31 Jul 22:22
e4b5f43
Compare
Choose a tag to compare
  • 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

14 Jun 19:54
6ab8614
Compare
Choose a tag to compare
  • 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