I have 1000+ sites i want to import into terraform using cf-terraforming.
I used go run cmd/cf-terraforming/main.go --email ${email} --key ${key} --account ${acct} all > ../terraform/allinone.tf
The script finished but its missing all my dns zones, i feel like i hit a api limit. Is there another way to do multiple sites ?