Terraform (0.12.29) import not working as expected; import succeeded but plan shows destroy & recreate
问题 Some Background: We have terraform code to create various AWS resources. Some of these resources are created per AWS account and hence are structured to be stored in a account-scope folder in our project. This was when we were only having one AWS region. Now our application is made multi-region and hence these resources are to be created per region for each AWS account. In order to do that we have now moved these TF scripts to region-scope folder which will be run per region. Since these