Releases: aws-samples/aws2tf
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
2nd March 2025
Rolling in a few bug fixes for this release
Faster collection of attached and inline role policy lists
13th February 2025
Added:
- -dsgs - uses data source for security groups - see readme
- -dnet - changed so only uses data sources for aws_vpc and aws_subnet
Fixed bugs in the way profiles are used
Fixed issue with user profiles for datazone