PaloAltoNetworks / terraform-provider-prismacloudcompute

Terraform provider for Prisma Cloud Compute
https://registry.terraform.io/providers/PaloAltoNetworks/prismacloudcompute/latest
Mozilla Public License 2.0
24 stars 28 forks source link

Need to implement retry for HTTP client #54

Closed hi-artem closed 2 years ago

hi-artem commented 2 years ago

Is your feature request related to a problem?

We run this provider on huge and automated terraform codebase. We often hit 429 when there are multiple collections

Describe the solution you'd like

Something similar to this.

Describe alternatives you've considered

Could also use native Terraform primitives, although it will have to be added to all resources.

hi-artem commented 2 years ago

I will pick this up. Just wanted to create an issue to track it. 😄