From 67185f61a53fffe79d6e4251f2faecb12ff2dd11 Mon Sep 17 00:00:00 2001 From: Johann Queuniet Date: Mon, 28 May 2018 15:21:02 +0200 Subject: [PATCH] Clarify scaleway token definitions in doc Clarify the definition of both tokens, the previous one was a bit confusing and not consistent with Terraform where "organization" designates the access key instead of the authentication tokens. --- website/source/docs/builders/scaleway.html.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/website/source/docs/builders/scaleway.html.md b/website/source/docs/builders/scaleway.html.md index c712ce2c6..9788cd918 100644 --- a/website/source/docs/builders/scaleway.html.md +++ b/website/source/docs/builders/scaleway.html.md @@ -35,17 +35,19 @@ In addition to the options listed here, a builder. ### Required: + -- `api_access_key` (string) - The api\_access\_key to use to access your - account. It can also be specified via environment variable +- `api_access_key` (string) - The organization access key to use to identify your + organization. It can also be specified via environment variable `SCALEWAY_API_ACCESS_KEY`. Your access key is available in the ["Credentials" section](https://cloud.scaleway.com/#/credentials) of the control panel. -- `api_token` (string) - The organization TOKEN to use to access your +- `api_token` (string) - The token to use to authenticate with your account. It can also be specified via environment variable - `SCALEWAY_API_TOKEN`. Your tokens are available in the ["Credentials" - section](https://cloud.scaleway.com/#/credentials) of the control panel. + `SCALEWAY_API_TOKEN`. You can see and generate tokens in the + ["Credentials" section](https://cloud.scaleway.com/#/credentials) of the + control panel. - `image` (string) - The UUID of the base image to use. This is the image that will be used to launch a new server and provision it. See