Releases: aws-samples/aws2tf
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.
15th December 2024
This release adds:
A multi-threaded option (-f) to speed up large imports
Pre-reading more resources - again to help with large imports
Support for attached policies to roles, groups and users
New recently announced resource support: s3tables
Support for CloudWAN
Basic support for AWS Transfer family (more will be added to soon)
Far less output and a timed interrupt (20 secs) to report status
Various bug fixes
6th October 2024
Various bug fixes.
Switch to v5.70 of the AWS Terraform provider.
More debugging / error trapping when user only has ReadOnly permissions (which is recommended).
16th September 2024
Added support for:
- Amazon DataZone
- Amazon Connect
Improved ARN dereferencing.
Better documentation of Stack supported resources.
Bump AWS provider to latest 5.67.
Various miscellaneous bug fixes.
22nd August 2024
Added support for
Bedrock Agents
Datazone resources
Added documentation on how to run as a container
16th August 2024
This release transitions to the new Python version
see docs for more
12 July 2024
Fixes to the new python version:
- Fixed merge capability
- Added transit gateway and app stream support
- Fixes to dms imports