Cloud-Temple / terraform-provider-cloudtemple

Cloud Temple CSP Terraform Provider
https://cloud-temple.com
Mozilla Public License 2.0
8 stars 1 forks source link

Limit the parallelism in the provider #94

Closed JoshDelPaso closed 7 months ago

JoshDelPaso commented 11 months ago

Hello,

When we want to deploy a lot of resources in the same stack, we've got an issue because the provider tries to deploy multiple resources at the same time. After some time, the command "terraform apply" failed, and some resources are marked as tainted. And we've to terraform apply many times to have all our resources deployed with success. If our stack contains a lot of vms, we have to limit the parallelism in terraform.

Therefore, is it possible to limit the parallelism directly in the provider to 10 or 5 in the purpose of avoid this type of issue ?

Thanks,

Regards.