terraform-provider-tanzu-mission-control
terraform-provider-tanzu-mission-control copied to clipboard
TMC Rate Limiting issue
Describe the bug
when applying large configurations, rate limiting can often be encountered.
Reproduction steps
- create a terraform module with around 50 resources
- try to apply
- try to delete
Expected behavior
a retry logic should be added to the provider or a field on the provider to specify concurrency may help as well.
Additional context
No response