- /
- Add support for customer portal
- Update Stripe SDK's version requirement
- Make sure product prices are read properly
- Add support tiered prices
- Add support for free plans
- Add support for
unit_amount_decimal
for prices
- Add support for prices
- Update dependencies
- Add more consistency to plan creations
- force a new plan when changing/setting plan_id
- enforce using either
amount
oramount_decimal
, not both
- Add support for decimal pricing and transform_usage
- Update dependencies
- Adapt connect account handling in webhooks
- Check existence of application in order to get connect-status
- Force new resource if connect status changes
- Improves docs
- Add tax rate
- Set coupon ID as its code
- Update
redeem_by
as it was set in the past - Add
product_id
tostripe_product
- Fix the update webhook url
- Update dependencies
- Support for
plan_id
in plan resources - Add tiers to plan resources
- Support for Terraform 0.12
- A change to a plan's amount, currency or interval will force a new resource
- Add example on how to import existing resources
- Add support for coupons!
- Add support for more attributes in plan, product and webhooks
- Add support for webhook secrets
- Set app info for user agent
- Add
stripe_webhook_endpoint
resource
- Ensure right params are tracked
- Make products active by default
- Make plans active by default
- Add more documentation on what is supported
- Add Statement Descriptor, UnitLabel & Active to Product
- Make Product and Plan importable
- Initial commit