terraform-provider-stripe
terraform-provider-stripe copied to clipboard
Terraform Stripe Provider
It would be awesome to be able to create a PaymentLink resource. [https://stripe.com/docs/api/payment_links/payment_links]( https://stripe.com/docs/api/payment_links/payment_links) I'm happy to help and open a PR if you guide me some bit on how...
Hi, I'd like to configure my stripe account settings (mostly the "Branding" and similar settings) via TF. Is it possible to add it as a resource? I realize it might...
Fixes #82 It seems to work on my machine™ but this is the first time I work on a terraform provider so mistakes may have been done.
Hello, would it be possible to add support for meters? https://docs.stripe.com/billing/subscriptions/usage-based/recording-usage#configuring-meter API: https://docs.stripe.com/api/billing/meter/create https://docs.stripe.com/api/prices/create (needs the recurring.meter option to attach a meter) Thanks!
Hello, thanks for this awesome terraform provider. I am trying to import a price with a tiered/graduate scheme and looks like the tiers aren't correctly imported: ``` $ terraform state...