You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the Azure-terrafy tool and found that it skips a lot of resources. There were around 443 resources in my resource group and majority of them were skipped by this tool. Around 60 odd resources were imported in the terraform configuration file. What is the reason that it skipped resources like Private Endpoint, Storage Accounts etc...
Is there a fix for such issues.
Regards,
Sujith
The text was updated successfully, but these errors were encountered:
Hi Sujith,
If there is no light bulp on the side of the Resource, its because "it doenst know" what kind of resource it is supposed to be.
To fix it, you can press enter at the desired resource where you then should write the providers definition of that resource eg. "azurerm_storage_account.res1" The ".res1" is the name it will have in your main.tf.
Thank you Holmern for the update. I had tried to type in PowerShell 7 terminal, but it did not allow me to type anything. Will it be possible for you to share the steps that need to be followed once the resource that is skipped has been selected.
Hi Kevin,
I tried the Azure-terrafy tool and found that it skips a lot of resources. There were around 443 resources in my resource group and majority of them were skipped by this tool. Around 60 odd resources were imported in the terraform configuration file. What is the reason that it skipped resources like Private Endpoint, Storage Accounts etc...
Is there a fix for such issues.
Regards,
Sujith
The text was updated successfully, but these errors were encountered: