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

Added additional fields for resources #3

Closed clintonb-stripe closed 5 years ago

clintonb-stripe commented 5 years ago

The provider now supports all fields on the product, plan, and webhook_endpoint resources.

clintonb-stripe commented 5 years ago

@franckverrot I'm on the Billing Team at Stripe. We appreciate the work you've done here! I have added a few more fields to the resources to match the current state of the API. Please let me know if you have any feedback, or are willing to merge.

clintonb-stripe commented 5 years ago

@franckverrot feel free to modify and merge (squash might be a better option; otherwise, ping me and I'll clean up the individual commits).

I will add Plan tiers and transform_usage over the next couple weeks, unless you want to add them. There is a bit of Terraform schema nesting that I still need to understand before I implement those.

clintonb-stripe commented 5 years ago

@franckverrot let me know if you have any additional feedback, or are cool with merging.

franckverrot commented 5 years ago

Squashed, edited and rebased 3b168726bd80ae7cab775a1e0dd4500c6fe3652e ! Thanks so much!