Skip to content

Commit 91f4c98

Browse files
committed
Add docs folder
1 parent 009f765 commit 91f4c98

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

docs/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Heroku
3+
meta_desc: Provides an overview of the Heroku Provider for Pulumi.
4+
layout: overview
5+
---
6+
7+
The Heroku provider for Pulumi can be used to provision any of the cloud resources available in Heroku.

docs/installation-configuration.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Heroku
3+
meta_desc: Information on how to install the Pulumi Heroku provider.
4+
layout: installation
5+
---
6+
7+
## Installation
8+
9+
The Pulumi Heroku provider is available as a package in all Pulumi languages:
10+
11+
* JavaScript/TypeScript: [`@pulumiverse/heroku`](https://www.npmjs.com/package/@pulumiverse/heroku)
12+
* Python: [`pulumiverse_heroku`](https://pypi.org/project/pulumiverse_heroku/)
13+
* Go: [`github.com/pulumiverse/pulumi-heroku/sdk/go/heroku`](https://github.com/pulumiverse/pulumi-heroku/sdk/go/heroku)
14+
* .NET: [`Pulumiverse.Heroku`](https://www.nuget.org/packages/Pulumiverse.Heroku)
15+
16+
### Provider Binary
17+
18+
The Heroku provider binary is a third party binary. It can be installed using the `pulumi plugin` command.
19+
20+
```bash
21+
pulumi plugin install resource heroku v0.1.0
22+
```
23+
24+
Replace the version string with your desired version.

0 commit comments

Comments
 (0)