-
Notifications
You must be signed in to change notification settings - Fork 632
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
Add Regional Tiered Cache resource #2624
Add Regional Tiered Cache resource #2624
Conversation
This project handles dependency version bumps (including upstream changes from cloudflare-go) independently of the standard PR process using automation. This allows the dependency upgrades to land without causing merge conflicts in multiple branches and handled in a consistent way. The exception to this is security related dependency upgrades but they should be co-ordinated with the maintainer team privately. Please remove the changes to the |
changelog detected ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notes in automation
acceptance tests are passing
|
for future, you can work around this by running the following (and having cloudflare-go locally)
allows you to test without waiting for a full release :) |
thanks for these PRs @joshuamsager, it's appreciated! |
This functionality has been released in v4.11.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! |
Depends on https://github.com/cloudflare/cloudflare-go/tree/v0.73.0
Resolves: #2615
Implements the following terraform resource:
Open to changing the name of the resource/schema -- or if this should be part of another existing resource, instead of an isolated one, I can move this implementation somewhere else..
TODO:
make docs
. Couldn't do this because of pending errors when resolving the cloudflare-go API version upgrade.