-
Notifications
You must be signed in to change notification settings - Fork 813
[BUG]: github provider 6.5.0
is failing on updating github_organization_ruleset
#2542
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
Comments
Has anyone found a workaround for this bug? I tried to manually create the ruleset via click'ops, and then import it - which worked. But then TF wanted to update the ruleset and it failed. This one is blocking all work on a org-wide ruleset. |
@tim-acima we just rolled back to previous version as workaround :( |
@tim-acima required_providers {
github = {
source = "integrations/github"
- version = "= 6.5.0"
+ version = "= 6.4.0"
}
} |
I just came to report the same issue. I have just added this as a temp workout, ensuring the config is correctly set in the UI. # intrim fix for the resource modification not executing correctly
ignore_changes = [rules[0].deletion, rules[0].required_linear_history] |
Hey @kfcampbell , any chance a bug fix on this could make it into the next release? 🙏 |
Pinging this issue again, to keep it from going stale. We're still running into this issue. |
Same issue we are having. |
Make sure include is not empty. It worked for me after that. |
This is exactly what I have and I still get the error. |
try this. |
Still crashes with
|
Is there any progress with this issue? |
Nudging this again... so it doesn't go stale. |
Expected Behavior
To make changes on resource
github_organization_ruleset
Actual Behavior
Terraform crashes when executing apply.
Terraform Version
Terraform v1.7.5
on linux_amd64
Affected Resource(s)
Terraform Configuration Files
Steps to Reproduce
Debug Output
Panic Output
Code of Conduct
The text was updated successfully, but these errors were encountered: