Email Routing Catch All
Example Usage
resources:
exampleEmailRoutingCatchAll:
type: cloudflare:EmailRoutingCatchAll
name: example_email_routing_catch_all
properties:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
actions:
- type: drop
value:
- destinationaddress@example.net
matchers:
- type: all
enabled: true
name: Send to user@example.net rule.
Content copied to clipboard
Import
$ pulumi import cloudflare:index/emailRoutingCatchAll:EmailRoutingCatchAll example '<zone_id>'
Content copied to clipboard