-
Notifications
You must be signed in to change notification settings - Fork 630
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
resource/rulesets: add cache_reserve terraform support and fix typo #3923
resource/rulesets: add cache_reserve terraform support and fix typo #3923
Conversation
changelog detected ✅ |
1785cd1
to
7525021
Compare
If everything looks okay, please hold off on merging. I would like to get sign off on the wording that will go into public docs. |
7525021
to
ab7d585
Compare
@jacobbednarz No concerns on merging now. The doc changes look good now. |
acceptance tests all passing
|
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! |
Cache Reserve support is missing from the ruleset terraform provider. Per #3244, Cache Reserve is already supported in cloudflare-go.
Separately, there is a small typo in the example I added in a previous commit. I was able to verify that the terraform provider created a resource in my personal account. Here is the terraform config:
In the CF dashboard, I opened the network trace and found the corresponding result here:
resolves #3244