Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulumiverse/pulumi-purrl
A Pulumi native provider for making API calls
https://github.com/pulumiverse/pulumi-purrl
golang infrastructure-as-code pulumi pulumi-provider
Last synced: 26 days ago
JSON representation
A Pulumi native provider for making API calls
- Host: GitHub
- URL: https://github.com/pulumiverse/pulumi-purrl
- Owner: pulumiverse
- License: apache-2.0
- Created: 2022-12-14T12:19:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T08:11:50.000Z (about 1 month ago)
- Last Synced: 2024-12-01T08:57:18.116Z (about 1 month ago)
- Topics: golang, infrastructure-as-code, pulumi, pulumi-provider
- Language: Python
- Homepage:
- Size: 777 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Purrl
[![Go Reference](https://pkg.go.dev/badge/github.com/pulumiverse/pulumi-purrl/sdk.svg)](https://pkg.go.dev/github.com/pulumiverse/pulumi-purrl/sdk)
![purrl_logo](img/purrl.png)
This provider is designed to be a flexible extension of your Pulumi code to make API calls to your target endpoint. `Purrl` is useful when a provider does not have a resource or data source that you require, so `Purrl` can be used to make substitute API calls.
## 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 @pulumiverse/purrl
```or `yarn`:
```bash
yarn add @pulumiverse/purrl
```### Python
To use from Python, install using `pip`:
``
```bash
pip install pulumiverse-purrl
```### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pulumiverse/pulumi-purrl/sdk
```### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumiverse.Purrl
```## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/purrl/api-docs/).