Troubleshooting¶
Here you find a collection of potential errors and how to solve them.
DevOps¶
The resource cannot be found¶
If you encounter an error during plan saying:
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: The resource cannot be found.
│
│ with provider["registry.terraform.io/microsoft/azuredevops"],
│ on provider.tf line 5, in provider "azuredevops":
│ 5: provider "azuredevops" {
│
This usually means, that Terraform cannot find your Azure DevOps Organization.
Make sure you can reach DevOps from your machine and check the devops.yml file
for typos.