Use Phusion Passenger in a buildpack compatible app.
You must also use the Ruby Buildpack with this buildpack since Passenger has tools based on Ruby.
Add the buildpacks to a .buildpacks
configuration in the root of the application directory to install the passenger
tools.
https://github.com/heroku/heroku-buildpack-ruby
https://github.com/satorix/satorix-passenger-buildpack
Place your application buildpack as the last entry for proper detection.
- Defaults to 64-bit Linux binary Passenger version 6.0.2 for Heroku runtime
PASSENGER_BIN_URL
set the source URL for the terraform binary- Expects a
*.zip
file as distributed by Phusion