Problem statement
When using the auth0 terraform provider to configure the tenants, even just a single loop of terraform plan
and terraform apply
gives the below error:
│ “Error: 429 Too Many Requests: Global limit has been reached”
Which prevents the application of further changes.
Symptoms
Using the auth0 terraform provider with this version results in this error.
Solution
Although a rate limit is logged, nothing, in theory, should fail, the fix for the rate limit log issue is imminent and might even be available now on pre-release otherwise, the official release v1.0.0-beta.2 resolves the issue.
Using the above version should resolve the rate limit issue.
A similar issue in the Github repo where other users have logged a similar issue.