Merge pull request #8363 from hashicorp/docs-datadog-envvars

docs: Note envvars for Datadog configuration
This commit is contained in:
James Nugent 2016-08-22 05:51:01 +02:00 committed by GitHub
commit f0aff9ab49
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.