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 stripe_webhook_endpoint resource #1

Closed alephyud closed 5 years ago

alephyud commented 5 years ago

This allows Stripe webhook endpoints to be managed via Terraform.

franckverrot commented 5 years ago

Thanks. I had to merge it manually as I had pending changes on my own (some half-baked code in how I was managing product params... Here's the commit in the tree: https://github.com/franckverrot/terraform-provider-stripe/commit/6854a4ca8a7bef092cc3874a8840fbaecc10131a

Thanks a lot!