Is there a way to subscribe to aws marketplace product using terraform

6.2k Views Asked by At

I wanted to subscribe to influxdb cloud in aws marketplace - https://aws.amazon.com/marketplace/pp/prodview-4e7raoxoxsl4y?href=_ptnr_web_docs_gettingstarted. Is there a way to do that using terraform?

1

There are 1 best solutions below

1
On

I believe, as you need to subscribe (terms and conditions and all) - you need to do it one time via console. After that you should be able to provision the resource.

There is a request out there to get this functionality added: https://github.com/hashicorp/terraform-provider-aws/issues/17146