lukasaron / terraform-provider-stripe

Terraform Stripe Provider
https://registry.terraform.io/providers/lukasaron/stripe/latest
Mozilla Public License 2.0
54 stars 24 forks source link

Account resource #79

Open byted opened 1 month ago

byted commented 1 month ago

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 be complex due to the "Connect" feature but I'd be happy to start looking into it myself.

Cheers

lukasaron commented 1 month ago

Hi @byted ,

Thank You for using the Stripe provider!

I believe it's all about resources under the Connect section in the API:

Could you please select which of these you need? I'll add them to the priority list.

Best, Lukas

byted commented 4 weeks ago

Hey, thanks for the quick response. For me only api/accounts is important right now.

Cheers