docs: Note envvars for Datadog configuration

This commit is contained in:
James Nugent 2016-08-22 05:43:04 +02:00
parent 296071f259
commit 11acfca54e
1 changed files with 2 additions and 2 deletions

View File

@ -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.