-
Notifications
You must be signed in to change notification settings - Fork 636
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
cloudflare_ruleset resource does not support Cache Reserve Eligibility parameter for Cache Rules #3244
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 |
as this is a feature request for addition (not a bug), can you please submit this as a regular feature request to Cloudflare Support or your account team through the usual means? there is some work to automate this in the future but for now, we need to follow the existing product enhancement process. |
is there any feature request opened on this to track, follow or vote? |
This functionality has been released in v4.42.0 of the Terraform Cloudflare Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Confirmation
Terraform and Cloudflare provider version
Terraform 1.8.0
Provider version 4.29
Affected resource(s)
cloudflare_ruleset
Terraform configuration files
Link to debug output
N/A
Panic output
No response
Expected output
The resource should be ineligible for Cache Reserve.
Actual output
The resource remained eligible for Cache Reserve, because the parameter is not supported by the Terraform provider. Setting the Cache Reserve Eligibility settings manually using the dashboard or API results in it being wiped out by Terraform on the next
terraform apply
.Steps to reproduce
N/A
Additional factoids
No response
References
Support was added upstream in cloudflare/cloudflare-go@3ef5edd but was never added to the Terraform provider.
The text was updated successfully, but these errors were encountered: