cloudflare_email_routing_catch_all (Resource)

Provides a resource for managing Email Routing Addresses catch all behaviour.

Example Usage

resource "cloudflare_email_routing_catch_all" "example" {
  zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
  name    = "example catch all"
  enabled = true

  matcher {
    type = "all"
  }

  action {
    type  = "forward"
    value = ["destinationaddress@example.net"]
  }
}

Schema

Required

Optional

Read-Only

Nested Schema for action

Required:

Nested Schema for matcher

Required: