Github provider Error 401 Bad credentials #1627
Unanswered
StefanIGit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
today I wanted to update the firewall, form my new notebook.
So I checked out our project, set the hecloud token, did a
terraform init
andterraform plan
which resulted in thisWe use Bitbucket btw, I tried downgrading the provider but I cannot find a working version.
I fixed this by creating a github token my with my private account and was able to successfully run
export GITHUB_TOKEN="your_github_token" terraform plan
Any ideas what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions