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

Support for promotion code object #54

Open umisora opened 3 years ago

umisora commented 3 years ago

https://stripe.com/docs/api/promotion_codes/object

When promotion codes are supported, Terraform will be able to manage the codes that are issued to customers. This is very useful. There are a lot of codes that will be created in Stripe, but you can always track them by code. What do you think of the support for Promotion Code?