-
Notifications
You must be signed in to change notification settings - Fork 625
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
Make test on freshly-cloned repository fails #4635
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 |
thanks for the heads up. this will occasionally happen as |
FYI, I run test checking out at commit d4af222 which is the tagged one for release v4.46.0 and the errors are still there. |
looks fine here 🤷 the changes you're referring to were not merged until after that release so i suspect something else is up if you're seeing that on the release commit. |
Confirmation
Terraform and Cloudflare provider version
Terraform v1.7.4
on linux_amd64
Affected resource(s)
Terraform configuration files
Not important.
Link to debug output
https://gist.github.com/mrusso19/0b6a01cbe965be4b966c9126a361eef3
Panic output
No response
Expected output
I expect the test to run when using:
make test
Actual output
Steps to reproduce
Additional factoids
From the error logs it seems clear that the problem is using bool and not *bool.
References
No response
The text was updated successfully, but these errors were encountered: