Open hydrapolic opened 3 years ago
0.14.7
dme_dns_record
Error: Rate limit exceeded
Dns entries added
Rate limit exceeded and state refreshing failed
Add like 60 dns entries, try to refresh 3 times and the DME api will respond with rate limit exceeded
Would be nice if we could specify either a max rate limit for the module or a sleep between calls to DME so we don't cross the default rate limit.
This makes it quite difficult to manage large number of dns records per zone with terraform
See #37 - this is preventing me to run into the API limit.
Terraform Version
0.14.7
Affected Resource(s)
dme_dns_record
Debug Output
Error: Rate limit exceeded
Expected Behavior
Dns entries added
Actual Behavior
Rate limit exceeded and state refreshing failed
Steps to Reproduce
Add like 60 dns entries, try to refresh 3 times and the DME api will respond with rate limit exceeded
Important Factoids
Would be nice if we could specify either a max rate limit for the module or a sleep between calls to DME so we don't cross the default rate limit.