How to specify Product ID? · Issue #31 · lukasaron/terraform-provider-stripe
Hi, I want to create a Product by specifying an ID, but it doesn't work. Does this provider supports specifying product IDs? My .tf is following; terraform { required_providers { stripe = { source ...