Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns
Heroku: Installation & Configuration
Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns
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.
Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns