Queue consumer bug with Terraform (CDKTF)
I'm running into an issue with
cloudflare_queue_consumer
Here’s the snippet:
Steps to reproduce:
1. Fresh environment -> deploy succeeds
2. No code changes -> redeploy -> Terraform (CDKTF) detects a diff for the queue consumer even though nothing changed
3. Terraform (CDKTF) tries to recreate the queue consumer because it "can’t find it"
4. Creation fails because the consumer already exists on Cloudflare’s side
Anyone else hit this ? Is it a known state drift issue or something specific to CDKTF’s provider schema ?
1 Reply
Update:
Had the exact same issue with Terraform without CDKTF
Terraform version -> 1.12.2
Cloudflare provider version -> 5.11.0