Add note that provider uses API v1. (#7727)

This commit is contained in:
Golo Roden 2016-07-21 00:33:05 +02:00 committed by Paul Stack
parent 5f6ea8b18e
commit f7fa4610cd
1 changed files with 1 additions and 1 deletions

View File

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