From f7fa4610cd563ac5bcce85b70349648a7ac0faa1 Mon Sep 17 00:00:00 2001 From: Golo Roden Date: Thu, 21 Jul 2016 00:33:05 +0200 Subject: [PATCH] Add note that provider uses API v1. (#7727) --- website/source/docs/providers/dnsimple/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/dnsimple/index.html.markdown b/website/source/docs/providers/dnsimple/index.html.markdown index 23828c6d1..2dcca6095 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. 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.