0.0.24 • Published 30 days ago

pulumi-stripe v0.0.24

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
30 days ago

Stripe Resource Provider

The Stripe Resource Provider lets you manage Stripe resources.

This is a bridged provider from https://github.com/lukasaron/terraform-provider-stripe

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install pulumi-stripe

or yarn:

yarn add pulumi-stripe

or indeed pnpm:

pnpm add pulumi-stripe

Python

To use from Python, install using pip:

pip install pulumi-stripe

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/georgegebbett/pulumi-stripe/sdk/go

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumi.Stripe

A note on Go and .NET

I have never done any real development in Go or .NET - indeed this was my first foray into Go at all. I cannot warrant that I have published the packages correctly, or provided good instructions for installing them.

Please feel free to open a PR with any suggestions!

Configuration

The following configuration points are available for the stripe provider:

  • stripe:apiKey (environment: STRIPE_API_KEY) - the API key for stripe
0.0.24

30 days ago

0.0.23

1 month ago

0.0.22

5 months ago

0.0.10

9 months ago

0.0.7

9 months ago

0.0.8

9 months ago