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.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
Currently, the only way to get the products in the Service Catalog is by using the data source aws_servicecatalog_product which seems to be using the DescribeProductAsAdminInput, but this API requires an
id
orname
.The idea is to use the API SearchProductsAsAdminInput, so we can use the filter to get the products.
AWS CLI documentation servicecatalog - search-products Service Catalog API documentation - DescribeProduct
Requested Resource(s) and/or Data Source(s)
aws_servicecatalog_search_products
Potential Terraform Configuration
References
21674
AWS CLI documentation servicecatalog - search-products
API SearchProductsAsAdminInput
Would you like to implement a fix?
No