https://github.com/valkiriaaquatica/provider-stripe
Crosspane provider to interact with Stripe
https://github.com/valkiriaaquatica/provider-stripe
crossplane gitops kubernetes stripe terraform
Last synced: 26 days ago
JSON representation
Crosspane provider to interact with Stripe
- Host: GitHub
- URL: https://github.com/valkiriaaquatica/provider-stripe
- Owner: valkiriaaquatica
- License: apache-2.0
- Created: 2025-12-16T23:58:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-02-23T21:52:47.000Z (about 1 month ago)
- Last Synced: 2026-02-24T00:44:48.720Z (about 1 month ago)
- Topics: crossplane, gitops, kubernetes, stripe, terraform
- Language: Go
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Dco: DCO
Awesome Lists containing this project
README
# Stripe Provider
`provider-stripe` is a [Crossplane](https://crossplane.io/) provider built with [Upjet](https://github.com/crossplane/upjet). It exposes XRM-conformant managed resources for the Stripe API.
## 🚀 Release Automation
This repository automatically publishes a new release when the upstream Terraform provider releases a new version:
👉 **Original Terraform Provider:** [lukasaron/terraform-provider-stripe](https://github.com/lukasaron/terraform-provider-stripe)
The automation pipeline works as follows:
1. **Version Detection** – Handled by our Renovate configuration, which tracks new upstream releases.
2. **Version Preparation** – When Renovate opens a PR, our GitHub Actions workflow prepares the next version/tag.
3. **Automated Publishing** – Once the PR is merged, Release Please generates the changelog and publishes the release.
Thanks to this pipeline, the provider stays aligned with upstream without manual intervention.
## Installation
Make sure Crossplane is installed in your cluster.
- Using `up` (CLI):
```bash
up ctp provider install xpkg.upbound.io/valkiriaaquaticamendi/provider-stripe:v0.1.0
```
- Declarative:
```bash
cat <