We are using this provider to try populating a new Stack with ~35 global fields and content types.
When we run terraform plan and the provider tries to refresh state or apply we are running into many 429 (too many request) responses from the ContentStack Management API.
We would like a method to tune the number of API requests per second to match our ContentStack API Rate Limit and avoid going over.
We are using this provider to try populating a new Stack with ~35 global fields and content types.
When we run
terraform planand the provider tries to refresh state or apply we are running into many429(too many request) responses from the ContentStack Management API.We would like a method to tune the number of API requests per second to match our ContentStack API Rate Limit and avoid going over.