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

resource/cloudflare_email_routing_catch_all: switch to a dedicated scheme #1947

Merged
merged 5 commits into from
Oct 4, 2022
Merged

Commits on Oct 3, 2022

  1. resource/cloudflare_email_routing_catch_all: switch to a dedicated sc…

    …heme
    
    Compared to a normal email routing rule, the catch-all rule:
    
    * Does not have a priority
    * For matchers, it accepts only type = "all", and there are no "field"
      and "value" properties
    * For actions, it accepts type = "drop" besides "forward" and "worker"
    
    Ref: https://api.cloudflare.com/#email-routing-routing-rules-update-routing-rule
    Ref: https://api.cloudflare.com/#email-routing-routing-rules-update-catch-all-rule
    
    Fixes #1937
    Chih-Hsuan Yen committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    b3b1594 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    Chih-Hsuan Yen committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    cff17d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1318c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Improve descriptions as suggested

    Chih-Hsuan Yen committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    a41c5b5 View commit details
    Browse the repository at this point in the history
  2. Update docs

    Chih-Hsuan Yen committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c96985a View commit details
    Browse the repository at this point in the history