mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-21 22:22:58 -06:00
providers/heroku: Document environment variables
This commit is contained in:
parent
ad19adfdc0
commit
6d3425f961
@ -33,6 +33,8 @@ resource "heroku_app" "default" {
|
||||
|
||||
The following arguments are supported:
|
||||
|
||||
* `api_key` - (Required) Heroku API token
|
||||
* `email` - (Required) Email to be notified by Heroku
|
||||
* `api_key` - (Required) Heroku API token. It must be provided, but it can also
|
||||
be sourced from the `HEROKU_API_KEY` environment variable.
|
||||
* `email` - (Required) Email to be notified by Heroku. It must be provided, but
|
||||
it can also be sourced from the `HEROKU_EMAIL` environment variable.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user