heroku / terraform-provider-heroku

Terraform Heroku provider
https://registry.terraform.io/providers/heroku/heroku/latest
Mozilla Public License 2.0
99 stars 75 forks source link

Any plan to support app-level permissions? #383

Closed vseguin closed 7 months ago

vseguin commented 7 months ago

Hi,

This is more of a feature request/question than an actual issue. We are using Heroku Enterprise and leveraging App Permissions (https://devcenter.heroku.com/articles/app-privileges-in-heroku-organizations).

Looking through the documentation, the provider seem to support team-level members, but not app-level permissions, although it seems to be possible via the CLI. (heroku access:add for instance).

Wondering if I'm missing something in the documentation or if this is indeed missing - and if the case, if it's anywhere on the roadmap.

Thank you!