https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-terraform/select-custom-resources#using-terraform-import-blocks contains faulty instructions for generating import.tf
The page instructs to use the --generate-mapping-file but it is not working.
A new --generate-import-block was added in #516 and it appears to work better instead.
https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-terraform/select-custom-resources#using-terraform-import-blocks contains faulty instructions for generating
import.tfThe page instructs to use the
--generate-mapping-filebut it is not working.A new
--generate-import-blockwas added in #516 and it appears to work better instead.