Skip to content

Commit

Permalink
Add docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
marns93 committed Oct 6, 2022
1 parent 009f765 commit 91f4c98
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Heroku
meta_desc: Provides an overview of the Heroku Provider for Pulumi.
layout: overview
---

The Heroku provider for Pulumi can be used to provision any of the cloud resources available in Heroku.
24 changes: 24 additions & 0 deletions docs/installation-configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Heroku
meta_desc: Information on how to install the Pulumi Heroku provider.
layout: installation
---

## Installation

The Pulumi Heroku provider is available as a package in all Pulumi languages:

* JavaScript/TypeScript: [`@pulumiverse/heroku`](https://www.npmjs.com/package/@pulumiverse/heroku)
* Python: [`pulumiverse_heroku`](https://pypi.org/project/pulumiverse_heroku/)
* Go: [`github.com/pulumiverse/pulumi-heroku/sdk/go/heroku`](https://github.com/pulumiverse/pulumi-heroku/sdk/go/heroku)
* .NET: [`Pulumiverse.Heroku`](https://www.nuget.org/packages/Pulumiverse.Heroku)

### Provider Binary

The Heroku provider binary is a third party binary. It can be installed using the `pulumi plugin` command.

```bash
pulumi plugin install resource heroku v0.1.0
```

Replace the version string with your desired version.

0 comments on commit 91f4c98

Please sign in to comment.