terraform-cdk
terraform-cdk copied to clipboard
cdktf provider add should add all providers in parallel and not abort if one of them fails
trafficstars
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
I tried running cdktfl provider add aws google azurerm cloudflare kubernetes --force-local and if failed with cloudflare since that provider was not in the hashicorp namespace. all of the providers were added one after another. I think we should try to add them in parallel and at least not stop once one failed, the kubernetes provider could have been added successfully already.