-
Notifications
You must be signed in to change notification settings - Fork 626
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
Error while installing cloudflare/cloudflare v4.49.0: checksum list has unexpected SHA-256 hash #4818
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of This issue has been marked with |
I have the same issue. It happens with terraform and tofu when trying to install the 4.49.0 cloudflare provider. I could replicate the issue with this simple main.tf: terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.49.0"
}
}
}
Here is the DEBUG output:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I find you how to by-pass this issue.
Last applied version were 4.48.0
I set it into versions.tf and it start working for me. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Friends... The solution is to pin your dependencies, it's in a comment above. It was a bad release from under a day ago. It'll be rolled back or fixed at some point coming up, but a reasonable solution is accessible and noted above. You can update your required versions and that solves it. If you commit your lock file as is standard best practice for all terraform this isn't an issue. Let's be a little kinder to our colleagues at Cloudflare who were still working on shipping improvements on Christmas Day. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
please don't spam issues with "me too" comments. the issue description describes how to add your vote to the issue if you're impacted or interested in it. the checksum mismatch is due to the terraform registry receiving and caching an complete and failed build. the v4.49.0 release assets on GitHub are correct. already working with hashicorp to have it re-fetch the assets. failing that, i'll put out a no-op release to trigger the entire workflow again which may be easier given the holidays. in the meantime, you can pin to a previous version to unblock yourself. |
Confirmation
Terraform and Cloudflare provider version
terraform1.5.7
Affected resource(s)
All resources.
Terraform configuration files
Link to debug output
N/A
Panic output
No response
Expected output
No errors and for it to work.
Actual output
│ Error: Failed to install provider
│
│ Error while installing cloudflare/cloudflare v4.49.0: checksum list has
│ unexpected SHA-256 hash
│ 17e4acfc06f3f70a8d242a27441aab160db87295cf952733c741133ce4feae0f (expected
│ 69930ebc8c13c231a02c9a3bb608d45acd75f524413a9ffc72c17a78474dacb1)
Steps to reproduce
Additional factoids
No response
References
I have to pin to the
4.48.0
version to temporary unblock on our end.The text was updated successfully, but these errors were encountered: