0.6.0 (Jul 21, 2022)
BREAKING CHANGES:
- The CLI is now refactored to two subcommands:
resource/res
andresource-group/rg
, where theresource/res
is to terrafy a single resource by its Azure resource ID, and theresource-group/rg
is to terrafy a resource group by name, as before (#166)
ENHANCEMENTS:
- New option:
--append
to allow importing to existing workspace (#151) - New subcommand
aztfy resource
to terrafy a single resource by its Azure resource ID (#166) - Replace the TF to Azure ID mapping by
aztft
, which makes the TF resource type auto deducing more accurate (#175) - Update provider schema to v3.14.0 (#176)
- UI improvement for non-interactive mode (#177)
BUG FIXES: