Skip to content

Releases: CDA0/terrajs

0.6.1

23 Jan 11:04
827dae8
Compare
Choose a tag to compare
  • Fixes a bug that causes the import command to fail when the address includes an indexer, e.g. azurerm_role_assignment.main["developer"].

0.6.0

05 Oct 15:53
3fd26f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.3...0.6.0

0.5.3

12 May 22:03
ead65fc
Compare
Choose a tag to compare
  • Quote resource IDs during imports to avoid special character's within the shell #33

0.5.2

11 May 11:43
512b539
Compare
Choose a tag to compare
  • Fixes parsing of numeric variables #30
  • Fixes environment variable propogation during the Terraform version check #31

0.4.0: Add ability to pass options to exec from a command (#23)

08 Nov 15:02
52a8851
Compare
Choose a tag to compare
* Update integration tests

* Allow options to be passed down to shelljs

* Move partialsPath to constants file

* Add test for terraformDiffError exception

* Cleanup

* Set version to 0.4.0