Skip to content
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

Merged
merged 5 commits into from Dec 23, 2022

Commits on Dec 22, 2022

  1. Adds support for Tiered Caching

    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
    Mikey Sleevi committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    5703822 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    7b5d98a View commit details
    Browse the repository at this point in the history
  2. fix test methods

    jacobbednarz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6bbf367 View commit details
    Browse the repository at this point in the history
  3. make docs

    jacobbednarz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    69ff6bf View commit details
    Browse the repository at this point in the history
  4. fix test prefix

    jacobbednarz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    bff5aa6 View commit details
    Browse the repository at this point in the history