Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing resources in heroku-provider #1

Closed
hashibot opened this issue Jun 13, 2017 · 4 comments
Closed

Missing resources in heroku-provider #1

hashibot opened this issue Jun 13, 2017 · 4 comments

Comments

@hashibot
Copy link

This issue was originally opened by @abtris as hashicorp/terraform#5649. It was migrated here as part of the provider split. The original body of the issue is below.


We use Heroku very extensively and I try use terraform for describing our apps and these things are missing.

  • App Feature - preboot is important feature and more (log-runtime-metrics, runtime-dyno-metadata)
  • Account Feature - this is used for many labs things (metrics-beta) - optional
  • Formation - I see open PR
@kubek2k
Copy link
Contributor

kubek2k commented Jan 28, 2018

Formation - I see open PR

this is one is hard due to the fact that you can't scale the app as long as Procfile is not in place, and in the app creation process that is simply impossible.

@joestump
Copy link
Contributor

@kubek2k we have teams at Salesforce that do this with a local-exec provisioner. It's a bit on the Rube Goldberg side of solutions, but it works.

@kubek2k
Copy link
Contributor

kubek2k commented May 31, 2018

I was wondering that, maybe, it would make sense for Heroku to accept any formation upfront, and scale as soon as assumed Procfile entries are in place.

@davidji99
Copy link
Collaborator

App Feature/Formation resource have already been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants