Skip to content

v0.6.1

Compare
Choose a tag to compare
@cycloid-machine cycloid-machine released this 12 Mar 14:30
· 76 commits to master since this release

Changed

  • Terraform version from 0.14.6 to 0.14.8
    (PR #114)
  • The flags --hcl and --tfstate are no longer required, the type will be guessed now
    (Issue #101)

Fixed

  • Multiple modules with same resource name now work correctly using full module name module.NAME.aws_instance.NAME2
    (Issue #103)