v0.6.1
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)