Hi,
I am in the process of migrating a Domain from someone else CloudFlare account to mine, so zones are currently configured in both accounts, but NS servers are still pointing to the old one.
The zones configuration has been transferred using terraform, so it should be identical in both accounts. I verified that the record in question is configured as “proxying”.
The nameserver of the old account returns Cloudflares Proxy IPs as expected
dig +short @lars.ns.cloudflare.com A example.com
104.26.15.24
104.26.14.24
172.67.72.37
But the new accounts Nameserver still returns the origin IP
dig +short @brenda.ns.cloudflare.com A example.com
<origin-ip>
is that to be expected? Will it change automatically when NS records change or do I need to configure something else?