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

Tiers on stripe_price? #37

Closed glebpom closed 3 years ago

glebpom commented 3 years ago

It looks like tiers are supported only on a stripe_plan resource. Stripe UI has support for graduated tiers on a separate price object. Is it possible to provide tiers on a per-price basis?

franckverrot commented 3 years ago

Should be good to go, please try https://github.com/franckverrot/terraform-provider-stripe/releases/tag/v1.7.0

glebpom commented 3 years ago

Thanks!