-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aztfy not importing VM #122
Comments
@justPaulo This is due to currently given the resource id of a VM, |
Hello @magodo Thanks, |
@justPaulo Sorry that is a typo, I really mean "isn't able to"... Currently, You can check out this blog for a live walk through: https://www.kmruddy.com/2022/terrafy-existing-azure-resources. |
@magodo no worries. Now I understand that actually, one has to "select" the resource marked with "Skip" to have it terraformed. However, the logic of skipping some resources and others not, escapes me... |
|
Is there any special reason why Azure resources like Virtual Machines are not imported? Googled around and found more people with the same issue. There's even an automatically generated comment in the created code, example:
...
depends_on = [
# Depending on "/subscriptions/xxxxxxxxx/resourceGroups/rg/providers/Microsoft.Compute/virtualMachines/vm", which is not imported by Terraform.
]
...
The text was updated successfully, but these errors were encountered: