DJ
DJ
Would be good to get this in.
From what I experienced initially, the Heroku Platform API does two things: - Does not return `attachment.name` in the either the `POST` or `GET` call to `/apps/{app_id_or_name}/addons`. It does show...
@robertcnix #210 was merged in and released back in July. If that solves your issue, please close this issue. Thanks!
This is likely a limitation by the terraform SDK when setting an attribute on a resource with `Sensitive: true`. That attribute property masks the entire diff for an attribute. If...
`heroku_app.config_vars` is simply a freeform map of strings and `aws_security_group.ingress` is technically a list of maps. Additionally, attribute as a block is ideal for this resource's attribute because the attribute...
Hi @acorncom, I recently did an [update](https://github.com/heroku/heroku-go/pull/50/files) to the `heroku-go` but unfortunately, the Platform API schema still does not have passing the log drain URL as an option. I ended...
Hi @spencer-brown, This one will be difficult to implement in the provider as the underlying APIs are undocumented and not part of the [Platform APIs](https://devcenter.heroku.com/articles/platform-api-reference). Until those APIs are documented,...
For those that are interested, you can try out https://registry.terraform.io/providers/davidji99/herokux/latest/docs/resources/formation_alert to terraform the threshold alerts.
For those that are interested, I've implemented [docker container release ](https://registry.terraform.io/providers/davidji99/herokux/latest/docs/resources/app_container_release)support for my the `herokux` provider.
Hi @Martinsos, This provider will not implement any resources using APIs that are not part of the Platform API. See previous [comments](https://github.com/heroku/terraform-provider-heroku/issues/199#issuecomment-494944029) by the maintainer(s) on this topic.