We have our cloudflare DNS records managed with Terraform. When I run terraform plan inside the directory, it run for a while refreshing/matching the records with the state file in S3 bucket and then after a while it fails with bunch of errors saying
Error: HTTP status 429: Rate limited. Please wait and consider throttling your request speed (10000)
Is there a way I can bypass this or maybe request increase rate limit without getting charged for this?
This is surely an issue on my local since my colleague is able to run this from her local off the same branch without any issue. This also seems like something associated with my account because I tried it on another laptop which is recently build but got same error on it.