Introducing Terraform Stripe Provider
I build products regularly, most of them don’t survive their prototype phases. In 2018, I built: a (fast) FaaS with v8 and mruby a cryptocurrency exchange prototype a programmable cryptocurrency trading platform some more stealth projects… (As an aside, my Open Source work isn’t included in this list as I considered it as a “horizontal” supporting these projects, but I’m more and more seduced by the idea of Open Source as a lifestyle business way of living, which I will try to explore in 2019.) I often go as far as setting up Stripe integrations to get the pricing plans in there, but I felt it was too tedious to: Create an account for that new prototype Set up the prices in a spreadsheet, and reflect them there Keeping them aligned with my app’s code and Stripe So in order to automate Stripe’s setup I created a Terraform provider for Stripe. Billing as Code is great! ...