franckverrot / terraform-provider-stripe

A Terraform Provider for Stripe
https://registry.terraform.io/providers/franckverrot/stripe/latest
Mozilla Public License 2.0
242 stars 51 forks source link

Add product_id to stripe_product #23

Closed kabesan closed 4 years ago

kabesan commented 4 years ago

I'm using product with custom ID in my Stripe account. This PR adds product_id to the product resource.

resource "stripe_product" "my_product" {
  product_id = "my_product"
  ...
}
franckverrot commented 4 years ago

Awesome, thanks so much!

Merged externally: https://github.com/franckverrot/terraform-provider-stripe/commit/23234eb2814b4108b04c9f503060f9e7f0907af8 and https://github.com/franckverrot/terraform-provider-stripe/commit/9586491034dba872b0f17e7fb5ca30f9da44b252

Rationale: I wanted to preserve split 42dfc0a in 2 while preserving commit ownership.