-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Error: The terraform-provider-github_v5.32.0 plugin crashed! #1821
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with |
I tried to force previous versions of the plugin ( |
Possible duplicate of #1818? |
This was working 23 days ago. |
we just started running into this too a few days ago but we were pinned to version 5.25.1 and ci just began failing, and ours is around one thing we did notice is for us its started around the time that terraform 1.5.5 was released, but rolling back to 1.5.4 doesn't seem to make a difference We also did try the latest version 5.32.0 but got the same issue
EDIT: turns out our problem is unrelated and for some reason we had a repository with a repository template that was made private thus no owner causing the segfault. ill create a separate issue to discuss how to fix this. |
Same, can't downgrade the version since we want to use Edit: Actually, mine crashes on
|
Update: it seems an expired GitHub PAT causes this. We generated a new token, and the provider works. Maybe the provider should not crash when the token is expired. |
Fixed in Provider returns:
|
Describe the need
I use a Terraform Cloud pipeline to configure some GitHub repositories for my organization. This pipeline was running fine (last successful run was 3 weeks ago). Today I added a new configuration, reusing the same resources, but the Terrafom Cloud plan failed with a crash error (see log):
Environment:
provider.tf
:SDK Version
terraform-provider-github_v5.32.0
API Version
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: