You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to see information that there is a problem with URL or organization name when problem occur. The current error message is misleading.
╷
│ Error: The organization "dummy-org" does not exist.
│
│ with provider["registry.terraform.io/microsoft/azuredevops"],
│ on main.tf line 1, in provider "azuredevops":
│ 1: provider "azuredevops" {
│
Actual Behavior
Provider returns misleading error when organization service URL is incorrect.
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: The resource cannot be found.
│
│ with provider["registry.terraform.io/microsoft/azuredevops"],
│ on main.tf line 1, in provider "azuredevops":
│ 1: provider "azuredevops" {
│
╵
Steps to Reproduce
terraform init
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered:
I don't quite understand what you mean. I got the mentioned error, not 401 Unauthorized. When I corrected URL it started working. What I noticed is an error that does not indicate the cause
Community Note
Terraform (and Azure DevOps Provider) Version
Terraform v1.4.5
on linux_amd64
provider registry.terraform.io/microsoft/azuredevops v0.5.0
Affected Resource(s)
azuredevops_*
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
It would be good to see information that there is a problem with URL or organization name when problem occur. The current error message is misleading.
Actual Behavior
Provider returns misleading error when organization service URL is incorrect.
Steps to Reproduce
terraform init
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: