I’m starting to work on Terraform modules linked to Azure.
Terraform init tries to install the hashicorp/azuredevops provider when it doesn’t exist. It’s managed by Microsoft under microsoft/azuredevops
Terraform providers tells me that it’s the ‘wif_devops’ module that needs it. Here’s the code in question: Azure Repo
I added a provider block clearly indicating that it needs microsoft/azuredevops, but it doesn’t work.