Resolving Cloudflare "Partial Zone Sign-Up Not Allowed (1104)" in Terraform

When provisioning a Cloudflare Partial (CNAME) setup using Terraform, you may encounter the following error:
Root Cause
Partial zone setups (where you keep your authoritative nameservers with AWS Route53 or another provider and point specific CNAME records to Cloudflare) are an Enterprise-only feature.
Additionally, programmatic creation of partial zones via the API/Terraform must be explicitly enabled on your Cloudflare enterprise account.
Resolution
- Verify that your Cloudflare account is subscribed to an Enterprise plan.
- Open a support ticket with Cloudflare Support requesting activation of "Partial Zone Setup via API/Terraform" for your Account ID.
- Authenticate Terraform using an API Token with
Zone.Zone:Editpermissions or a Global API Key.