Skip to content

Releases: DontShaveTheYak/cf2tf

v0.4.1

09 Nov 10:41
a0ad1ea
Compare
Choose a tag to compare

Changes

🚀 Features

  • Ability to handle "Endpoint" nested !GetAtt for RDS DB Instance @shadycuz (#93)

🐛 Bug Fixes

  • Nested Attributes weren't handled correctly because the conversion of CF prop to TF args happened first @shadycuz (#93)
  • Fixed failed to render argument stack_name @shadycuz (#93)
  • Fixed edge cases when converting a CF type to a search string for finding the matching TF doc file @shadycuz (#93)

🧰 Maintenance

v0.4.0

05 Nov 08:37
46d86fa
Compare
Choose a tag to compare

Changes

🚀 Features

  • Fix the conversion of Map data structures @shadycuz (#84)
  • Handle conversion of Conditional Cloudformation Resources @shadycuz (#85)
  • Add override system to manually fix conversion errors @shadycuz (#86)

🐛 Bug Fixes

  • Fix bug in Sub function where references to attributes were not handled @shadycuz (#88)

🧰 Maintenance

  • Update actions/setup-python action to v4.3.0 @shadycuz (#79)
  • Update release-drafter/release-drafter action to v5.21.1 @shadycuz (#83)

v0.3.1

05 Oct 08:43
69c6e01
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v0.3.0

06 Sep 03:15
5ab3137
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add ability to handle AWS StackName and StackId pseudo vars @shadycuz (#66)

🐛 Bug Fixes

  • fix the handling of Condition intrinsic function @shadycuz (#64)

🧰 Maintenance

  • Update poetry version to avoid strange build errors @shadycuz (#67)
  • Cleanup unused/duplicate/commented code @shadycuz (#65)

v0.2.7

21 Aug 19:39
bd0dcd4
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix crash when Cloudformation resources don't specify Properties Map @shadycuz (#60)

🧰 Maintenance

v0.2.6

05 Aug 01:30
1fd703f
Compare
Choose a tag to compare

Changes

🚀 Features

  • Use gettempdir() when cloning Terraform AWS provider source code @thaiphv (#46)
    • cf2tf should now support windows!

🐛 Bug Fixes

  • Fix issue with versions in resource types and documentation file names @shadycuz (#49)

🧰 Maintenance

v0.2.5

27 Jul 23:28
5348968
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix substitution issue where literal dollar sign in string is treated like variable @shadycuz (#39)

v0.2.4

21 Jul 03:38
8209586
Compare
Choose a tag to compare

A special thanks to @pogzyb who is the FIRST DontShaveTheYak contributor 🥇 🎉 ❤️

Changes

🐛 Bug Fixes

🧰 Maintenance

v0.2.3

29 Jun 00:18
04640c9
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Thanks @xentripetal for reporting and helping to fix so many bugs!

  • Fix multiple bugs @shadycuz (#27)
    • Allow join inside equals function
    • Mappings not working if the map name was a function/variable
    • pseudo variables referenced as data.aws_region.current.name
    • empty strings in conditionals

🧰 Maintenance

v0.2.2

27 Jun 01:25
364a47e
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes