0.13.0 (Jul 17, 2023)
ENHANCEMENTS
- Resource mapping file (i.e.
aztfexportResourceMapping.json
) will now be generated together with theimport.tf
that is the Terraform official import blocks, as long as the version ofterraform
being used is v1.5.0 or later (#398) - New option:
--plain-ui
which can be used together with--non-interactive
for environment that has no/dev/tty
available (#423) - Support azurerm provider v3.65.0 (#430)
BUG FIXES