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

Fixes destroy on cloudflare_authenticated_origin_pulls #4649

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 22, 2024

  1. According to the documentation the enabled flag must be set to null (…

    …or nil)
    
    in order for the association to be destroyed. Setting this to false keeps the
    association in a disabled state instead of destroying the resource.
    
    Documentation on this API endpoint can be found here:
    
    https://developers.cloudflare.com/api/operations/per-hostname-authenticated-origin-pull-enable-or-disable-a-hostname-for-client-authentication
    
    Referencing issue raised on provider:
    
    cloudflare#4648
    Philip Skinner committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    fa512e3 View commit details
    Browse the repository at this point in the history