The Email Routing Address resource allows you to manage Cloudflare Email Routing Destination Addresses.
resource "cloudflare_email_routing_address" "example" {
account_id = "f037e56e89293a057740de681ac9abbe"
email = "user@example.com"
}
account_id
(String) The account identifier to target for the resource.email
(String) The contact email address of the user.created
(String) The date and time the destination address has been created.id
(String) The identifier of this resource.modified
(String) The date and time the destination address has been modified.tag
(String) Destination address identifier.verified
(String) The date and time the destination address has been verified. Null means not verified yet.Import is supported using the following syntax:
$ terraform import cloudflare_email_routing_address.example <account_id>/<email_routing_id>