I just created azure account and tried to create resource group using terraform, I provided sub.id
, tenant_id
, client_id
and client_secret
. But after terraform init and validate, terraform plan is not responding, will it take long time, should I need to wait or Is it an error?
I tried with gitbash terminal and powershell terminal and I tried with different local directories, it gives the same response. Refer the screenshot here.
2
Answers
this indicates a potential issue or delay in the execution though it is difficult to find out the exact reason without more information.
Please check the below steps in case any of these will help:
Most probably its due Microsoft Provider(s) not registered. You can either register a provider or set flag
skip_provider_registration
.Register a provider, if not already: