Merge pull request #1459 from hashicorp/document-dnsimple-env-vars

provider/dnsimple: Document DNSimple env vars
This commit is contained in:
Mitchell Hashimoto 2015-04-09 11:01:56 -07:00
commit 4289fbbbda

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.