Skip to content

Releases: aws-samples/aws2tf

13th February 2025

13 Feb 20:36
Compare
Choose a tag to compare

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

09 Feb 21:03
Compare
Choose a tag to compare

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

05 Feb 21:18
Compare
Choose a tag to compare

Added:

MSK support
Enhanced WAFv2 support
Added support for Lambda Layers
Bugfixes

19th January 2025

19 Jan 18:19
Compare
Choose a tag to compare

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

15 Dec 18:20
Compare
Choose a tag to compare

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

06 Oct 14:36
Compare
Choose a tag to compare

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

16 Sep 20:08
Compare
Choose a tag to compare

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

22 Aug 20:25
Compare
Choose a tag to compare

Added support for

Bedrock Agents
Datazone resources

Added documentation on how to run as a container

16th August 2024

16 Aug 12:09
Compare
Choose a tag to compare

This release transitions to the new Python version

see docs for more

12 July 2024

12 Jul 09:23
Compare
Choose a tag to compare

Fixes to the new python version:

  • Fixed merge capability
  • Added transit gateway and app stream support
  • Fixes to dms imports