An open API service indexing awesome lists of open source software.

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

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 <