terraform-provider-azuredevops: Error: invalid character '<' looking for beginning of value

Running TF OSS locally on

win10 version 1809 | Build: 17763.1217

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave “+1” or “me too” comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform (and Azure DevOps Provider) Version

Affected Resource(s)

  • azuredevops_0.0.1

Terraform Configuration Files

provider "azuredevops" {
  version = ">= 0.0.1"
}

Debug Output

Error: invalid character ‘<’ looking for beginning of value

on main.tf line 5, in provider “azuredevops”: 5: provider “azuredevops” {

Panic Output

Expected Behavior

Should have planned, as it works on MAC/Linux

Actual Behavior

plan failed

Steps to Reproduce

  1. terraform apply

Important Factoids

References

About this issue

  • Original URL
  • State: open
  • Created 4 years ago
  • Reactions: 6
  • Comments: 21 (1 by maintainers)

Most upvoted comments

Try debug log. That error happens usually if the API responds with an HTML page, usually with a login or error page of some sorts. Hence the first character being a “<”.