We have just released Terraform CLI v1.7.0!
This is a minor release with a number of bug fixes and new features, such as:
- terraform test: Providers, modules, resources, and data sources can now be mocked during executions of terraform test.
- removed block for refactoring modules: Module authors can now record in source code when a resource or module call has been removed from configuration, and can inform Terraform whether the corresponding object should be deleted or simply removed from state.
- Import: for_each can now be used to expand the import block to handle multiple resource instances.
Full changelog here: terraform/CHANGELOG.md at v1.7.0 · hashicorp/terraform · GitHub