-
Notifications
You must be signed in to change notification settings - Fork 612
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
Adds support for Tiered Caching #2101
Conversation
changelog detected ✅ |
couple of things:
other than that, looking good! i'll run the acceptance tests once the couple of things are addressed. |
Word! Can do. I will probably get it fully ready once we merged the cloudflare-go PR. |
if you'd like to work on them together, there is the option of doing https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/contributing/development.md#pulling-in-unreleased-changes-from-go-library-cloudflare-go locally that allows you to get this 95% of the way there and just wait for the version bump to arrive in the mainline. |
5afa8f6
to
6697d85
Compare
This adds support for manipulation, creating and deletion of tiered cache settings through the existing mechanisms in the Cloudflare API. This adds support for settings generic and smart tiered cache topologies through the terraform provider. Implementation: * Create/Update, Delete and Get methods for Tiered Cache settings
6697d85
to
5703822
Compare
96b11ff
to
69ff6bf
Compare
acceptance tests all 🍏
|
This functionality has been released in v3.31.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! |
This adds support for manipulation, creating and deletion of tiered cache settings through the existing mechanisms in the Cloudflare API. This adds support for settings generic and smart tiered cache topologies through the terraform provider.
Implementation:
Dependent on the merging of the cloudflare-go PR: cloudflare/cloudflare-go#1149
Once that PR is merged, this require additional updates to pull in the latest published version.
Closes #2100