Heroku v1.0.4 published on Tuesday, Apr 8, 2025 by pulumiverse - Marcel Arns
Heroku Provider: Installation & Configuration
Heroku v1.0.4 published on Tuesday, Apr 8, 2025 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 v1.0.0 --server github://api.github.com/pulumiverse
Replace the version string with your desired version.
Heroku v1.0.4 published on Tuesday, Apr 8, 2025 by pulumiverse - Marcel Arns