Hi, Thanks for the response.
My scenario is, am creating a pipeline that has to import the azure vm and its attached resources using aztfexport. The vm has two data disk attached to it. Now when I import the data disk, I have to use --name-pattern flag, as the default "res-0" is already used to import virtual machine resource. Now when I use the --generate-import-block flag, its create a import.tf file with two data disk resource name as res-0 and the terraform plan throws error as it doesn't exist but it exist with the different name specified in --name-pattern.