Heroku v1.0.3, Apr 14 23
Heroku: Installation & Configuration
Installation
The Pulumi Heroku provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumiverse/heroku
- Python:
pulumiverse_heroku
- Go:
github.com/pulumiverse/pulumi-heroku/sdk/go/heroku
- .NET:
Pulumiverse.Heroku
Provider Binary
The Heroku provider binary is a third party binary. It can be installed using the pulumi plugin
command.
pulumi plugin install resource heroku v0.1.0
Replace the version string with your desired version.