provider/dnsimple: Document DNSimple env vars

This commit is contained in:
Justin Campbell 2015-04-09 14:00:03 -04:00
parent 4e92b8c77f
commit 8a60fc1422
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ resource "dnsimple_record" "www" {
The following arguments are supported: The following arguments are supported:
* `token` - (Required) The DNSimple API 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 * `email` - (Required) The email associated with the token. It must be provided, but it can also be sourced from the `DNSIMPLE_EMAIL` environment variable.