Skip to content

Releases: DontShaveTheYak/cf2tf

v0.9.0

18 Nov 23:09
3dd7add
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v0.8.0

02 May 01:46
1db4bcd
Compare
Choose a tag to compare

Changes

🚀 Features

  • Modify search algorithm to improve conversion of resources types @shadycuz (#293)

🐛 Bug Fixes

  • fix crash when converting tags to Terraform format @shadycuz (#294)

🧰 Maintenance

v0.7.1

19 Apr 22:23
49d3a86
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.7.0

19 Apr 21:36
2847084
Compare
Choose a tag to compare

Changes

🚀 Features

v0.6.3

18 Apr 00:19
074a352
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

v0.6.2

26 Nov 17:24
4e5dd55
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Allow cidr function to be nested inside of select function @shadycuz (#238)
  • fix "Condition" key being treated like a intrinsic function @shadycuz (#237)
  • Make parsing Attributes from Terraform documentation more robust @shadycuz (#229)

🧰 Maintenance

v0.6.1

29 Jul 13:31
28c3898
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

v0.6.0

09 Jul 21:10
c46872d
Compare
Choose a tag to compare

Changes

🚀 Features

  • add better error handling when solving intrinsic functions @shadycuz (#195)
  • change search algorithm to get better search results @shadycuz (#188)
  • Automatically convert Cloudformation tags to Terraform format. @shadycuz (#179)

🐛 Bug Fixes

  • fix bug where a ref would fail if the resource had no attributes @shadycuz (#192)
  • fix automatic tag conversion error when tags are already a map @shadycuz (#191)
  • Fix bug when parsing attributes that are nested @shadycuz (#190)
  • Better logging and error handling when cloning terraform src code @shadycuz (#178)

🧰 Maintenance

v0.5.0

23 Mar 23:06
1bb1f06
Compare
Choose a tag to compare

Changes

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