GC Terraform Provider export command failing with 502

Running terraform-provider-genesyscloud export to grab the full org config for DR. It hangs on routing queues then throws a 502 Bad Gateway. The docs say it handles pagination, but my C# app handles that fine via SDK. Is there a timeout flag I’m missing? The command just sits there.

genesyscloud export --dir ./backup --include-all

Anyone else hit this wall?