Need assistance while running terraformer import command #1711
chintaninfodesk
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I execute this command "C:\Users\swapnil.jade\terraformer\terraformer.exe import azure --resources=virtual_machine" in power shell I am getting below response:
PS C:\Users\swapnil.jade> C:\Users\swapnil.jade\terraformer\terraformer.exe import azure --resources=virtual_machine
2023/05/31 16:54:30 Testing if Service Principal / Client Certificate is applicable for Authentication..
2023/05/31 16:54:30 Testing if Multi Tenant Service Principal / Client Secret is applicable for Authentication..
2023/05/31 16:54:30 Testing if Service Principal / Client Secret is applicable for Authentication..
2023/05/31 16:54:30 Testing if OIDC is applicable for Authentication..
2023/05/31 16:54:30 Testing if Managed Service Identity is applicable for Authentication..
2023/05/31 16:54:30 Testing if Obtaining a Multi-tenant token from the Azure CLI is applicable for Authentication..
2023/05/31 16:54:30 Testing if Obtaining a token from the Azure CLI is applicable for Authentication..
2023/05/31 16:54:30 Using Obtaining a token from the Azure CLI for Authentication
2023/05/31 16:54:31 Getting OAuth config for endpoint https://login.microsoftonline.com/ with tenant 0a0f2b45-010e-4675-86c7-c9377c984bfb
2023/05/31 16:54:32 exec: no command
At end it gives exec: no command. Can anyone help on this..
Beta Was this translation helpful? Give feedback.
All reactions