terraform-provider-stripe icon indicating copy to clipboard operation
terraform-provider-stripe copied to clipboard

A Terraform Provider for Stripe

Results 21 terraform-provider-stripe issues
Sort by recently updated
recently updated
newest added

Is there support for this? "description" would be a particularly useful parameter to support. https://stripe.com/docs/api/products/create#create_product-description Also not sure how to use the attributes (list) parameter, I couldn't find any documentation...

What is the correct way to store metadata properties? Stripe unsets metadata properties by setting an empty string. But if my state stores the metadata property as an empty string,...

The provider will detect changes and apply them, but upon checking the Stripe customer portal settings page the values remain unchanged

Added support for `tax_behavior` https://stripe.com/docs/api/prices/object#price_object-tax_behavior

Adding Support Price Tax Behavior

Updating certain properties of a price will force a replacement of the `stripe_price` resource. But prices are not deletable via the API - so we have to do this manually...

This allows for a `0` price to be set as a price `amount` in Stripe. `GetOk` considers `0` as a null value for integers, because it's unclear whether it was...

My goal was to add documentation to display it in Terraform Registry: https://registry.terraform.io/providers/franckverrot/stripe/latest/docs Added `Description` for resources fields from https://stripe.com/docs/api Generated documentation for Terraform Registry via `tfplugindocs` Tuned generated docs...

Hi there, and thank you for this provider! Looking forward to making use of it. I was fiddling with some of the basic usage stuff outlined in the README and...

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...