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

Support Heroku PrivateLink for Postgres #199

Open
zmsy opened this issue May 22, 2019 · 2 comments
Open

Support Heroku PrivateLink for Postgres #199

zmsy opened this issue May 22, 2019 · 2 comments
Labels
Heroku API Support Ticket/PR is blocked on the Heroku API supporting the use case

Comments

@zmsy
Copy link

zmsy commented May 22, 2019

Heroku PrivateLink for Postgres has been recently announced:

https://blog.heroku.com/heroku-postgres-privatelink
https://devcenter.heroku.com/articles/heroku-postgres-via-privatelink

Terraform Version / Heroku Provider Version

Terraform v0.11.14
+ provider.heroku v1.9.0

Affected Resource(s)

  • heroku_space

Expected Behavior

Terraform is able to provision a privatelink endpoint similar to the manner described by the Heroku CLI here:

https://devcenter.heroku.com/articles/heroku-postgres-via-privatelink#step-3-create-a-privatelink-endpoint

@mars mars added the Heroku API Support Ticket/PR is blocked on the Heroku API supporting the use case label May 22, 2019
@mars
Copy link
Member

mars commented May 22, 2019

This provider only supports features available in the GA (generally available) Heroku Platform API.

Unfortunately, the API used by the CLI & Dashboard to manage this feature is not part of the Platform API, and could be subject to change without warning.

@davidji99
Copy link
Collaborator

Hi @zmsy,

I ended starting a separate provider for a lot of the resources backed by the CLIs: https://registry.terraform.io/providers/davidji99/herokux/latest/docs/resources/privatelink

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Heroku API Support Ticket/PR is blocked on the Heroku API supporting the use case
Projects
None yet
Development

No branches or pull requests

3 participants