Metadata-Version: 2.1
Name: pulumiverse_heroku
Version: 1.0.0
Summary: A Pulumi package for creating and managing heroku cloud resources.
Home-page: https://www.pulumi.com
License: Apache-2.0
Project-URL: Repository, https://github.com/pulumiverse/pulumi-heroku
Keywords: pulumi heroku category/cloud
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Heroku Resource Provider

The Heroku Resource Provider lets you manage [Heroku](http://heroku.com) resources.

## 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/heroku
```

or `yarn`:

```bash
yarn add @pulumiverse/heroku
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumiverse_heroku
```

### Go

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

```bash
go get github.com/pulumiverse/pulumi-heroku/sdk/go/...
```

### .NET

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

```bash
dotnet add package Pulumiverse.Heroku
```

## Configuration

The following configuration points are available for the `heroku` provider:

- `heroku:apiKey` (environment: `HEROKU_API_KEY`) - the API key for `heroku`

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/heroku/api-docs/).


