https://github.com/georgegebbett/pulumi-stripe
A Pulumi provider for Stripe resources, based on terraform-provider-stripe by @lukasaron
https://github.com/georgegebbett/pulumi-stripe
pulumi stripe
Last synced: 6 months ago
JSON representation
A Pulumi provider for Stripe resources, based on terraform-provider-stripe by @lukasaron
- Host: GitHub
- URL: https://github.com/georgegebbett/pulumi-stripe
- Owner: georgegebbett
- License: mpl-2.0
- Created: 2023-08-13T14:21:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T14:51:50.000Z (over 1 year ago)
- Last Synced: 2025-04-14T21:16:14.893Z (6 months ago)
- Topics: pulumi, stripe
- Language: Python
- Homepage:
- Size: 1.14 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Stripe Resource Provider
The Stripe Resource Provider lets you manage [Stripe](https://stripe.com) 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`:
```bash
npm install pulumi-stripe
```or `yarn`:
```bash
yarn add pulumi-stripe
```or indeed `pnpm`:
```bash
pnpm add pulumi-stripe
```### Python
To use from Python, install using `pip`:
```bash
pip install pulumi-stripe
```### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/georgegebbett/pulumi-stripe/sdk/go
```### .NET
To use from .NET, install using `dotnet add package`:
```bash
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`