hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.83k stars 9.17k forks source link

AWS: Provide support for private marketplace (catalogues) #20601

Open jdeluyck opened 3 years ago

jdeluyck commented 3 years ago

Community Note

Description

AWS has API calls that allow us to create and manage private marketplace catalogues. We would like to provision these automatically for our OU's as they are deployed in our AWS organisation, and would like to do this through terraform ;)

References

https://aws.amazon.com/blogs/awsmarketplace/using-aws-cli-to-build-and-manage-your-organizations-private-marketplace-via-apis/

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/marketplace-catalog.html

MrYeske-SA commented 1 year ago

We could use some love on this...

I'm certain that AWS is the reason there are no references to marketplace in the AWS provider though; it's painful.