docs: Note envvars for Datadog configuration
This commit is contained in:
parent
296071f259
commit
11acfca54e
|
@ -38,6 +38,6 @@ resource "datadog_timeboard" "default" {
|
|||
|
||||
The following arguments are supported:
|
||||
|
||||
* `api_key` - (Required) Datadog API key
|
||||
* `app_key` - (Required) Datadog APP key
|
||||
* `api_key` - (Required) Datadog API key. This can also be set via the `DATADOG_API_KEY` environment variable.
|
||||
* `app_key` - (Required) Datadog APP key. This can also be set via the `DATADOG_APP_KEY` environment variable.
|
||||
|
||||
|
|
Loading…
Reference in New Issue