From 8a60fc1422d959b22371e01f26a6a862710ac83a Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 9 Apr 2015 14:00:03 -0400 Subject: [PATCH] provider/dnsimple: Document DNSimple env vars --- website/source/docs/providers/dnsimple/index.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/dnsimple/index.html.markdown b/website/source/docs/providers/dnsimple/index.html.markdown index ad98c3218..23828c6d1 100644 --- a/website/source/docs/providers/dnsimple/index.html.markdown +++ b/website/source/docs/providers/dnsimple/index.html.markdown @@ -33,7 +33,7 @@ resource "dnsimple_record" "www" { The following arguments are supported: -* `token` - (Required) The DNSimple API token -* `email` - (Required) The email associated with the token +* `token` - (Required) The DNSimple API token. It must be provided, but it can also be sourced from the `DNSIMPLE_TOKEN` environment variable. +* `email` - (Required) The email associated with the token. It must be provided, but it can also be sourced from the `DNSIMPLE_EMAIL` environment variable.