-
Notifications
You must be signed in to change notification settings - Fork 617
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
Convert /zones -> /accounts routes for access resources #486
Convert /zones -> /accounts routes for access resources #486
Conversation
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.
Thanks for this! We can discuss how to manage the migration to account_id
within the terraform provider when this is ready for use there.
With the documentation updates, will https://api.cloudflare.com/deprecations also get an update? I'm unsure of the policies there.
The deprecations page will be getting an update as well, but not exactly sure on when (definitely in the near future though). There won't be an "end of life" date since we don't have any plans of removing the |
Do we have an ETA on when we think this will be released? I'm going to track this internally to make sure I don't let this fall through the cracks. Thanks a lot for the help! |
It's generally a fortnightly/monthly release cycle depending on the importance of what is in it. @patryk can cut a release for this and we can start using it upstream too. |
Thanks! |
Co-authored-by: Justin Holmes <jholmes@cloudflare.com>
Co-authored-by: Justin Holmes <jholmes@cloudflare.com>
Description
The access team has deprecated the
/zones
routes in favor of/accounts
. The public docs should be released over the next several days that reflect the changes in this PR. I'll be referencing a corresponding PR in the Terraform provider repository once that's complete.Types of changes
What sort of change does your code introduce/modify?
Checklist: