Skip to content

Releases: aws-samples/aws2tf

11th November 2025

11 Nov 22:32

Choose a tag to compare

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

19 Sep 19:54

Choose a tag to compare

Bumped AWS provider to 5.100

Various fixes for elesticache, s3, lambda.
Fixes for cases when resources are missing.

7th July 2025

07 Jul 13:00

Choose a tag to compare

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

25 May 08:30

Choose a tag to compare

In this release:

  • Updated to use v5.98.0 of AWS provider
  • Various bug fixes
  • PR 109 - wildcard support on route53

2nd May 2025

02 May 18:07

Choose a tag to compare

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

02 Mar 16:39

Choose a tag to compare

Rolling in a few bug fixes for this release

Faster collection of attached and inline role policy lists

13th February 2025

13 Feb 20:36

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

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

Choose a tag to compare

Added:

MSK support
Enhanced WAFv2 support
Added support for Lambda Layers
Bugfixes

19th January 2025

19 Jan 18:19

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.