Releases: aws-samples/aws2tf
9th February 2026
19th January 2026
Updated docs
added documentation directory and docs
added .kiro/steering content so folks can see kiro testing etc
added extra resource support
Kiro has been used for bug finding / code quality checks
Next release will build out further stack -> Terraform resource support
5th January 2026
Support for many new resources - thanks to Kiro's automated code creation and testing !
see Terraform-Resources.md for complete list. Further expanded resource support to follow.
Many bug fixes, again thanks to Kiro's automated unit tests.
As always you may run into issues as coverage is expanded, please raise an issue if you do.
30th December 2025
This relaese fixes issues with -i and -m introduced after code refactoring
29th December 2025
Major updates to code base:
. formalised logging
. new log file: aws2tf.log
. addressed potential security issues with code
. support for aws provider 6.27.0
. updated minimum boto3 requirement to latest (1.42.16)
. reduced console output, and started to introduce progress bars
. new requirement in requirements.txt (tqdm)
. fixed some issues introduced by aws provider 6.27.0
11th November 2025
This release supports/uses the AWS v6 provider by default, all previous releases used the v5 provider
See the README file for more.
The --output -o option has been removed due to a security vulnerability.
19th Sept 2025
Bumped AWS provider to 5.100
Various fixes for elesticache, s3, lambda.
Fixes for cases when resources are missing.
7th July 2025
In this release:
Fixed -m and -s options
Added support for msk cluster
Added support for elasticache
Added -o option to iject custom string to output path
Fixed various reported bugs
Merged PR 122
25th May 2025
In this release:
- Updated to use v5.98.0 of AWS provider
- Various bug fixes
- PR 109 - wildcard support on route53
2nd May 2025
In this release:
- Bug fixes
- Added check to ensure merge option is valid when using
- removed unnecessary messages/output
- resource list gathering optimisations