Cannot update cloudflare_email_routing_rule
: required rule id missing
#3397
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
triage/debug-log-attached
Indicates an issue or PR has a complete Terraform debug log.
Confirmation
Terraform and Cloudflare provider version
Terraform v1.8.3
on darwin_arm64
provider registry.terraform.io/cloudflare/cloudflare v4.35.0
Affected resource(s)
Terraform configuration files
Link to debug output
https://gist.github.com/iwahbe/6c572def584838b5fb3cc9e66d936b4b
Panic output
No response
Expected output
I expect that I can change the value of
cloudflare_email_routing_rule.action.value.0
and the provider will update or replace my forwarding rule.Actual output
Steps to reproduce
terraform apply
on the original program, typing "yes" when prompted, creating the resource.cloudflare_email_routing_rule.CfEmailRedirects.action.value.0
from"[email protected]"
to"[email protected]"
.terraform apply
and type"yes"
, the resource will fail to update.Additional factoids
I don't see anything in the documentation for this resource indicating where I should pass a rule ID.
References
No response
The text was updated successfully, but these errors were encountered: