There are cases when you want to import existing infrastructure in terraform state. When import blocks are used and no other changes are applied (plan output Plan: 2 to import, 0 to add, 0 to change, 0 to destroy to a terraform plan OTF doesn't run the import.
A workaround is to create a dummy change like change a description or a tag value, import the resources and revert the dummy change.
There are cases when you want to import existing infrastructure in terraform state. When
importblocks are used and no other changes are applied (plan outputPlan: 2 to import, 0 to add, 0 to change, 0 to destroyto a terraform plan OTF doesn't run the import.A workaround is to create a dummy change like change a description or a tag value, import the resources and revert the dummy change.