Open
Description
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
This was initially part of #877 but got scoped out of that work:
Add a command that allows searching for Terraform providers in the Terraform Registry:
$> cdktf provider search kubernetes
Searching registry.terraform.io for "kubernetes" providers...
Found
hashicorp/kubernetes (official) https://registry.terraform.io/providers/hashicorp/kubernetes
hashicorp/kubernetes-alpha (official) https://registry.terraform.io/providers/hashicorp/kubernetes-alpha
redux/kubernetes (community) https://registry.terraform.io/providers/redeux/kubernetes
...
References
The terraform registry currently lacks a suitable search API. The Terraform VSCode extensions wants similar functionality to support provider install/upgrade workflows, so collaboration with that team to add this to the Terraform registry would be needed to build the search portion of this functionality.