We run a Redis add-on on Heroku and I'd like to define the same version in a Puppet provisioning step. Heroku doesn't seem to expose Redis version information anywhere, though. I've tried:
- https://devcenter.heroku.com/articles/heroku-redis
- https://devcenter.heroku.com/articles/managing-add-ons
- The add-on's 'Settings' page
I would prefer not to discover this information programmatically like this question's answer.