Cannot specify type = drop for cloudflare_email_routing_rule #2448
Labels
kind/enhancement
Categorizes issue or PR as related to improving an existing feature.
workflow/pending-public-documentation
Indicates an issue or PR requires changes to public documentation confirming suitability for use.
Milestone
Current Terraform and Cloudflare provider version
Terraform v1.4.2
on linux_arm64
Your version of Terraform is out of date! The latest version
is 1.4.6. You can update by downloading from https://www.terraform.io/downloads.html
Description
Email rule actions should be one of
forward
,worker
,drop
. (https://developers.cloudflare.com/email-routing/setup/email-routing-addresses/#email-rule-actions)But there was no
drop
in latest provider.I think there should also be
drop
option.Use cases
I want to catch all email to one destination, exclude specific address.
So I create new
cloudflare_email_routing_rule
resource, but there was nodrop
options.I would also like to manage address (which will be dropped) with terraform.
Potential Terraform configuration
References
#1937
#1947
The text was updated successfully, but these errors were encountered: