Releases: aws-samples/aws2tf
11th November 2025
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
9th February 2025
Changes:
Fixed error with orphaned subnets
Added these options:
For EC2 instances added
-
-ec2tag "key:value" (to return only the ec2 instances with the key:value pair)
-
-dnet (uses data resources for aws_vpc, aws_subnet and aws_security_group)
-
-dkms (uses data resources for aws_kms_key)
-
-dkey (uses data resources for aws_key_pair)
See readme for more
(Bug fixes for above)
5th February 2025
Added:
MSK support
Enhanced WAFv2 support
Added support for Lambda Layers
Bugfixes
19th January 2025
New in this release
- Refactored code to better support GenAI.
- Removed older bash version to separate branch.
- Basic support for MSK & MWAA.
- Various bug fixes.
- Bumped Terraform provider version to 5.83.1
- New "tv" option to set Terraform provider version yourself.