File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments