Skip to content

Creates stripe pricing plans and notifies via webhook about failed or succeeded charges

License

Notifications You must be signed in to change notification settings

goci-io/stripe-pricing-plans

Repository files navigation

stripe-pricing-plans

Maintained by @goci-io/prp-terraform

Usage

For the latest version you can check the releases page.

module "pricing_plans" {
  source           = "git::https://github.com/goci-io/stripe-pricing-plans.git?ref=tags/<latest-version>"
  name             = "my-project"
  api_token        = "stripe API token"
  webhook_endpoint = "https://notify.me.on.charge.events.com"
  pricing_plans    = [
    {
      name     = "Starter"
      amount   = 999 # 9.99
      currency = "EUR"
      interval = "month"
    }
  ]
}

About

Creates stripe pricing plans and notifies via webhook about failed or succeeded charges

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published